From f80495726b502d2bd4423443aa645f86c7083690 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Mon, 1 Jul 2013 19:50:42 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/libtheora.manifest | 5 +++++ packaging/libtheora.spec | 4 ++++ 2 files changed, 9 insertions(+) create mode 100644 packaging/libtheora.manifest diff --git a/packaging/libtheora.manifest b/packaging/libtheora.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/libtheora.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/libtheora.spec b/packaging/libtheora.spec index cb0eef3..788782d 100644 --- a/packaging/libtheora.spec +++ b/packaging/libtheora.spec @@ -8,6 +8,7 @@ Group: Multimedia/Video %define pkg_version %{version} Source: %{name}-%{version}.tar.bz2 Source2: baselibs.conf +Source1001: libtheora.manifest BuildRequires: gcc-c++ BuildRequires: libogg-devel BuildRequires: libtool @@ -34,6 +35,7 @@ to playback VP3 streams. %prep %setup -q -n %{name}-%{pkg_version} +cp %{SOURCE1001} . %build ACLOCAL="aclocal -I m4" autoreconf -f -i @@ -56,6 +58,7 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}-%{version}/* %postun -p /sbin/ldconfig %files +%manifest %{name}.manifest %defattr(-,root,root) %doc COPYING LICENSE %{_libdir}/libtheora.so.0* @@ -63,6 +66,7 @@ rm -rf %{buildroot}/%{_datadir}/doc/%{name}-%{version}/* %{_libdir}/libtheoraenc.so.1* %files devel +%manifest %{name}.manifest %defattr(-,root,root) %{_includedir}/theora %{_libdir}/*.so -- 2.7.4