diff options
-rw-r--r-- | org.tizen.tickernoti-syspopup.manifest | 22 | ||||
-rw-r--r-- | packaging/org.tizen.tickernoti-syspopup.manifest | 5 | ||||
-rw-r--r-- | packaging/org.tizen.tickernoti-syspopup.spec | 3 |
3 files changed, 8 insertions, 22 deletions
diff --git a/org.tizen.tickernoti-syspopup.manifest b/org.tizen.tickernoti-syspopup.manifest deleted file mode 100644 index f7911ff..0000000 --- a/org.tizen.tickernoti-syspopup.manifest +++ /dev/null @@ -1,22 +0,0 @@ -<manifest> - <define> - <domain name="org.tizen.tickernoti-syspopup"/> - <request> - <smack request="system::homedir" type="arwxt"/> - <smack request="system::use_internet" type="r"/> - <smack request="xorg" type="w"/> - <smack request="isf" type="r"/> - <smack request="ail::db" type="rw"/> - <smack request="system::vconf" type="arwxt"/> - <smack request="syspopup::db" type="rw"/> - <smack request="system::app_logging" type="w"/> - <smack request="dbus" type="w"/> - </request> - <permit> - <smack permit="aul" type="rx"/> - </permit> - </define> - <request> - <domain name="org.tizen.tickernoti-syspopup"/> - </request> -</manifest> diff --git a/packaging/org.tizen.tickernoti-syspopup.manifest b/packaging/org.tizen.tickernoti-syspopup.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/org.tizen.tickernoti-syspopup.manifest @@ -0,0 +1,5 @@ +<manifest> + <request> + <domain name="_"/> + </request> +</manifest> diff --git a/packaging/org.tizen.tickernoti-syspopup.spec b/packaging/org.tizen.tickernoti-syspopup.spec index 78cbe21..6ec7dbe 100644 --- a/packaging/org.tizen.tickernoti-syspopup.spec +++ b/packaging/org.tizen.tickernoti-syspopup.spec @@ -5,6 +5,7 @@ Release: 1 Group: TO_BE/FILLED_IN License: APLv2 Source0: %{name}-%{version}.tar.gz +Source1001: org.tizen.tickernoti-syspopup.manifest BuildRequires: pkgconfig(elementary) BuildRequires: pkgconfig(appcore-efl) @@ -20,6 +21,7 @@ tickernoti system popup application %prep %setup -q +cp %{SOURCE1001} . %build cmake . -DCMAKE_INSTALL_PREFIX=/opt/apps/org.tizen.tickernoti-syspopup @@ -33,6 +35,7 @@ mkdir -p %{buildroot}/usr/share/license cp %{_builddir}/%{buildsubdir}/LICENSE %{buildroot}/usr/share/license/%{name} %files +%manifest %{name}.manifest %defattr(-,root,root,-) /opt/share/packages/org.tizen.tickernoti-syspopup.xml /opt/apps/org.tizen.tickernoti-syspopup/res/edje/tickernoti.edj |