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

diff --git a/packaging/libmm-utility.manifest b/packaging/libmm-utility.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index feb7f5a46615592149e713c9ba89e17bd76630e2..aa9f48befe343cca2a322acda97ef017240371cc 100644 (file)
@@ -5,6 +5,7 @@ Release:    40
 Group:      System/Libraries
 License:    Apache-2.0
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/libmm-utility.manifest 
 Requires(post):  /sbin/ldconfig
 Requires(postun):  /sbin/ldconfig
 BuildRequires:  pkgconfig(mm-common)
@@ -38,6 +39,7 @@ LDFLAGS+="-Wl,--rpath=%{_prefix}/lib -Wl,--hash-style=both -Wl,--as-needed" \
 ./configure --prefix=%{_prefix}
 
 %build
+cp %{SOURCE1001} .
 make %{?jobs:-j%jobs}
 
 sed -i -e "s#@IMGP_REQPKG@#$IMGP_REQPKG#g" imgp/mmutil-imgp.pc
@@ -55,11 +57,13 @@ rm -rf %{buildroot}
 
 
 %files
+%manifest libmm-utility.manifest
 %defattr(-,root,root,-)
 %{_libdir}/*.so*
 %exclude %{_bindir}/*_testsuite
 
 %files devel
+%manifest libmm-utility.manifest
 %defattr(-,root,root,-)
 %{_includedir}/*
 %{_libdir}/pkgconfig/*