add manifest file to avoid smack error 88/47788/1
authorMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Sep 2015 01:40:35 +0000 (10:40 +0900)
committerMinkyu Kang <mk7.kang@samsung.com>
Wed, 9 Sep 2015 01:40:35 +0000 (10:40 +0900)
this patch will fix desktop icon's label "system" to "_"

Change-Id: I8d9003f4cde9baeb779c2209c85737b0b125a3a5
Signed-off-by: Minkyu Kang <mk7.kang@samsung.com>
packaging/org.tizen.favorite.manifest [new file with mode: 0644]
packaging/org.tizen.favorite.spec

diff --git a/packaging/org.tizen.favorite.manifest b/packaging/org.tizen.favorite.manifest
new file mode 100644 (file)
index 0000000..97e8c31
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+       <request>
+               <domain name="_"/>
+       </request>
+</manifest>
index 63df129..452e5fe 100644 (file)
@@ -5,6 +5,7 @@ Release: 1
 Group: Applications/Core Applications
 License: Apache-2.0
 Source0: %{name}-%{version}.tar.gz
+Source1: %{name}.manifest
 Packager: hj903.jo@samsung.com
 
 BuildRequires: cmake
@@ -30,6 +31,7 @@ Favorite application shows the contents which were registered as favorite.
 
 %prep
 %setup -q
+cp %{SOURCE1} .
 
 %build
 cmake \
@@ -54,6 +56,7 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_bindir}/*
 %{_resdir}/*