diff options
author | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 12:47:33 +0300 |
---|---|---|
committer | Alexandru Cornea <alexandru.cornea@intel.com> | 2013-06-28 12:47:33 +0300 |
commit | 429c80414e98988fa08315b784ec33710f4975a0 (patch) | |
tree | f9f5b5f70cf8ddf1ffa6ff2836f946e0bc30e7fe | |
parent | cf8ec38458a087aaf1956a4e441c77a1ef76cd52 (diff) | |
download | tickernoti-tizen.tar.gz tickernoti-tizen.tar.bz2 tickernoti-tizen.zip |
resetting manifest requested domain to floorHEADsubmit/tizen_ivi_stable/20131116.074052submit/tizen_ivi_genivi/20140131.055824submit/tizen/20140307.082032submit/tizen/20131116.070005submit/tizen/20130912.090747submit/tizen/20130710.102200ivi_oct_m2accepted/tizen_ivi_stable/20131116.080548accepted/tizen/mobile/20140310.030047accepted/tizen/ivi/genivi/20140131.055821accepted/tizen/ivi/20140308.005603accepted/tizen/20130913.031241accepted/tizen/20130912.193808accepted/tizen/20130912.185556accepted/tizen/20130710.221722tizen_ivi_genivitizenaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen/ivi/stableaccepted/tizen/ivi/genivi
-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 |