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

diff --git a/packaging/libmm-common.manifest b/packaging/libmm-common.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 66e71149debb5d281d04ea94d1475c7a78020a07..6e7c4940c9e2e600d50a3d8bdb1e1049d74daf61 100644 (file)
@@ -5,6 +5,7 @@ Release:    1.1
 Group:      TO_BE/FILLED_IN
 License:    Apache-2.0
 Source0:    libmm-common-%{version}.tar.gz
+Source1001: packaging/libmm-common.manifest 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(glib-2.0)
@@ -31,6 +32,7 @@ Multimedia Framework Common Library (devel)
 CFLAGS="%{optflags} -DEXPORT_API=\"__attribute__((visibility(\\\"default\\\")))\" " ./configure --prefix=%{_prefix} ; export CFLAGS
 
 %build
+cp %{SOURCE1001} .
 
 
 make %{?jobs:-j%jobs}
@@ -46,11 +48,13 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest libmm-common.manifest
 %defattr(-,root,root,-)
 %{_libdir}/libmmfcommon.so.*
 
 
 %files devel
+%manifest libmm-common.manifest
 %defattr(-,root,root,-)
 %{_includedir}/mmf/SLP_MultimediaFW_PG.h
 %{_includedir}/mmf/mm_types.h