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

diff --git a/packaging/libarchive.manifest b/packaging/libarchive.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index dd1184a..2f08f93 100644 (file)
@@ -7,6 +7,7 @@ Group:      System/Libraries
 License:    BSD
 URL:        http://code.google.com/p/libarchive/
 Source0:    http://libarchive.googlecode.com/files/libarchive-%{version}.tar.gz
+Source1001: packaging/libarchive.manifest 
 BuildRequires:  pkgconfig(liblzma)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(openssl)
@@ -44,6 +45,7 @@ developing applications that use %{name}.
 
 
 %build
+cp %{SOURCE1001} .
 libtoolize --force  || :
 autoreconf  || :
 
@@ -75,12 +77,14 @@ find $RPM_BUILD_ROOT -name tar.5 -exec rm -f {} ';'
 
 
 %files
+%manifest libarchive.manifest
 %defattr(-,root,root,-)
 %doc COPYING README NEWS
 %{_libdir}/*.so.*
 
 
 %files devel
+%manifest libarchive.manifest
 %defattr(-,root,root,-)
 %doc
 %{_includedir}/*