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

diff --git a/packaging/libvorbis.manifest b/packaging/libvorbis.manifest
new file mode 100644 (file)
index 0000000..017d22d
--- /dev/null
@@ -0,0 +1,5 @@
+<manifest>
+ <request>
+    <domain name="_"/>
+ </request>
+</manifest>
index 00dc3a9..57b3866 100644 (file)
@@ -6,6 +6,7 @@ Group:      System/Libraries
 License:    BSD
 URL:        http://www.xiph.org/
 Source0:    http://downloads.xiph.org/releases/vorbis/%{name}-%{version}.tar.gz
+Source1001: packaging/libvorbis.manifest 
 Requires(post): /sbin/ldconfig
 Requires(postun): /sbin/ldconfig
 BuildRequires:  pkgconfig(ogg)
@@ -25,6 +26,7 @@ Description: %{summary}
 %setup -q -n %{name}-%{version}
 
 %build
+cp %{SOURCE1001} .
 
 %configure --disable-static
 make %{?jobs:-j%jobs}
@@ -39,11 +41,13 @@ rm -rf $RPM_BUILD_ROOT%{_docdir}
 %postun -p /sbin/ldconfig
 
 %files
+%manifest libvorbis.manifest
 %{_libdir}/libvorbis.so.*
 %{_libdir}/libvorbisfile.so.*
 %{_libdir}/libvorbisenc.so.*
 
 %files devel
+%manifest libvorbis.manifest
 %{_includedir}/vorbis
 %{_libdir}/libvorbis.so
 %{_libdir}/libvorbisfile.so