Add default Smack manifest for xz.spec 1.0_post 2.0alpha master 2.0_alpha
authorRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:49:45 +0000 (17:49 -0700)
committerRyan Ware <ryan.r.ware@intel.com>
Wed, 30 May 2012 00:49:45 +0000 (17:49 -0700)
Change-Id: Ib4d5b60f1dc71248311c90f18e79ff69cdada109
Signed-off-by: Ryan Ware <ryan.r.ware@intel.com>
packaging/xz.manifest [new file with mode: 0644]
packaging/xz.spec

diff --git a/packaging/xz.manifest b/packaging/xz.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index d265adc..7812920 100644 (file)
@@ -6,6 +6,7 @@ License:        LGPLv2+
 Group:         Applications/File
 # source created as "make dist" in checked out GIT tree 
 Source0:       http://tukaani.org/%{name}/xz-%{version}.tar.bz2
+Source1001: packaging/xz.manifest 
 URL:           http://tukaani.org/%{name}/
 Requires:      %{name}-libs = %{version}-%{release}
 
@@ -53,6 +54,7 @@ commands that deal with the older LZMA format.
 %setup -q  
 
 %build
+cp %{SOURCE1001} .
 CFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
 CXXFLAGS="%{optflags} -D_FILE_OFFSET_BITS=64" \
 %configure --disable-static \
@@ -82,16 +84,19 @@ rm -rf %{buildroot}
 %docs_package
 
 %files 
+%manifest xz.manifest
 %defattr(-,root,root,-)
 %doc COPYING.*
 %{_bindir}/*xz*
 
 %files libs
+%manifest xz.manifest
 %defattr(-,root,root,-)
 %doc COPYING.*
 %{_libdir}/lib*.so.*
 
 %files devel
+%manifest xz.manifest
 %defattr(-,root,root,-)
 %doc AUTHORS README THANKS COPYING.* ChangeLog 
 %dir %{_includedir}/lzma
@@ -101,6 +106,7 @@ rm -rf %{buildroot}
 %{_libdir}/pkgconfig/liblzma.pc
 
 %files lzma-compat
+%manifest xz.manifest
 %defattr(-,root,root,-)
 %{_bindir}/*lz*