From 429c80414e98988fa08315b784ec33710f4975a0 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Fri, 28 Jun 2013 12:47:33 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- org.tizen.tickernoti-syspopup.manifest | 22 ---------------------- packaging/org.tizen.tickernoti-syspopup.manifest | 5 +++++ packaging/org.tizen.tickernoti-syspopup.spec | 3 +++ 3 files changed, 8 insertions(+), 22 deletions(-) delete mode 100644 org.tizen.tickernoti-syspopup.manifest create mode 100644 packaging/org.tizen.tickernoti-syspopup.manifest 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 @@ - - - - - - - - - - - - - - - - - - - - - - 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 @@ + + + + + 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 -- 2.7.4