Add default Smack manifest for capi-media-player.spec 1.0_post
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:56 +0000 (17:50 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:50:56 +0000 (17:50 -0700)
Change-Id: I473a6b2349d5b16caaa5c35bad273ecb877745e9
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/capi-media-player.manifest [new file with mode: 0644]
packaging/capi-media-player.spec

diff --git a/packaging/capi-media-player.manifest b/packaging/capi-media-player.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index d2e16d5c52910788e7099a1bdd5fae8565d5c235..56f33f6c01d2d9054b60e9921faa38a07401586e 100644 (file)
@@ -5,6 +5,7 @@ Release:    12
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/capi-media-player.manifest 
 BuildRequires:  cmake
 BuildRequires:  pkgconfig(dlog)
 BuildRequires:  pkgconfig(mm-player)
@@ -28,6 +29,7 @@ Requires: %{name} = %{version}-%{release}
 
 
 %build
+cp %{SOURCE1001} .
 FULLVER=%{version}
 MAJORVER=`echo ${FULLVER} | cut -d '.' -f 1`
 cmake . -DCMAKE_INSTALL_PREFIX=/usr -DFULLVER=${FULLVER} -DMAJORVER=${MAJORVER}
@@ -45,9 +47,11 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest capi-media-player.manifest
 %{_libdir}/libcapi-media-player.so*
 
 %files devel
+%manifest capi-media-player.manifest
 %{_includedir}/media/*.h
 %{_libdir}/pkgconfig/*.pc