Merge "add manifest file to avoid smack error" into tizen
[profile/tv/apps/native/air_favorite.git] / packaging / org.tizen.favorite.spec
index fd682bb..f0c02a9 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
@@ -31,6 +32,7 @@ Favorite application shows the contents which were registered as favorite.
 
 %prep
 %setup -q
+cp %{SOURCE1} .
 
 %build
 cmake \
@@ -55,6 +57,7 @@ make %{?jobs:-j%jobs}
 rm -rf %{buildroot}
 
 %files
+%manifest %{name}.manifest
 %defattr(-,root,root,-)
 %{_bindir}/*
 %{_resdir}/*