From 4035a917530f02091fa562297407adc08e4275e3 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 20:14:47 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libvorbis.manifest | 5 +++++ packaging/libvorbis.spec | 6 ++++++ 2 files changed, 11 insertions(+) create mode 100644 packaging/libvorbis.manifest diff --git a/packaging/libvorbis.manifest b/packaging/libvorbis.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libvorbis.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libvorbis.spec b/packaging/libvorbis.spec index 0a57a11..e57d7b3 100644 --- a/packaging/libvorbis.spec +++ b/packaging/libvorbis.spec @@ -7,6 +7,7 @@ Url: http://www.vorbis.com/ Group: Multimedia/Audio Source: %{name}-%{version}.tar.xz Source2: baselibs.conf +Source1001: libvorbis.manifest BuildRequires: fdupes BuildRequires: libogg-devel BuildRequires: libtool @@ -62,6 +63,7 @@ to compile and develop applications that use libvorbis. %prep %setup -q +cp %{SOURCE1001} . %build # Fix optimization level @@ -95,21 +97,25 @@ install -c -m 0644 doc/Vorbis_I_spec.* %{buildroot}%{_docdir}/%{name} %postun -n libvorbisfile -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(0644,root,root,0755) %license COPYING %{_libdir}/libvorbis.so.0* %files -n libvorbisenc +%manifest %{name}.manifest %defattr(0644,root,root,0755) %license COPYING %{_libdir}/libvorbisenc.so.2* %files -n libvorbisfile +%manifest %{name}.manifest %defattr(0644,root,root,0755) %license COPYING %{_libdir}/libvorbisfile.so.3* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING %{_datadir}/aclocal/*.m4 -- 2.7.4