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

diff --git a/packaging/libxslt.manifest b/packaging/libxslt.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 1a67ffb..d489af2 100644 (file)
@@ -6,6 +6,7 @@ Group:      System/Libraries
 License:    MIT
 URL:        http://xmlsoft.org/XSLT/
 Source0:    %{name}-%{version}.tar.gz
+Source1001: packaging/libxslt.manifest 
 Patch0:     libxslt-build.patch
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
@@ -38,6 +39,7 @@ installed.
 %patch0 -p1
 
 %build
+cp %{SOURCE1001} .
 
 ./configure --disable-static --prefix=/usr
 
@@ -55,6 +57,7 @@ rm -rf %{buildroot}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest libxslt.manifest
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so.*
 #%{_libdir}/libxslt-plugins
@@ -71,6 +74,7 @@ rm -rf %{buildroot}
 %{_bindir}/xsltproc
 
 %files devel
+%manifest libxslt.manifest
 %defattr(-,root,root,-)
 %{_libdir}/lib*.so
 %{_libdir}/*.sh