From 1bb91f5afced6ecc519540b159dcfb6abf607017 Mon Sep 17 00:00:00 2001 From: Alexandru Cornea Date: Sat, 29 Jun 2013 04:30:08 +0300 Subject: [PATCH] resetting manifest requested domain to floor --- packaging/raptor.manifest | 5 +++++ packaging/raptor.spec | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 packaging/raptor.manifest diff --git a/packaging/raptor.manifest b/packaging/raptor.manifest new file mode 100644 index 0000000..017d22d --- /dev/null +++ b/packaging/raptor.manifest @@ -0,0 +1,5 @@ + + + + + diff --git a/packaging/raptor.spec b/packaging/raptor.spec index 7e245c3..6822d3f 100644 --- a/packaging/raptor.spec +++ b/packaging/raptor.spec @@ -7,6 +7,7 @@ Group: System/Libraries Url: http://www.redland.opensource.ac.uk/raptor/ Source0: %{name}2-%{version}.tar.gz Source1: baselibs.conf +Source1001: raptor.manifest BuildRequires: autoconf BuildRequires: curl-devel BuildRequires: pkgconfig(libxslt) @@ -41,6 +42,7 @@ raptor library. %prep %setup -q -n %{name}2-%{version} +cp %{SOURCE1001} . %build %configure --disable-gtk-doc --disable-static --with-pic --with-html-dir=%{_docdir} @@ -63,17 +65,20 @@ rm -rf %{buildroot}/%{_docdir} %files +%manifest %{name}.manifest %defattr(-,root,root) %license COPYING COPYING.LIB LICENSE.txt %{_bindir}/rapper %files -n libraptor-devel +%manifest %{name}.manifest %defattr(-,root,root) %{_libdir}/lib*.so %{_includedir}/* %{_libdir}/pkgconfig/*.pc %files -n libraptor +%manifest %{name}.manifest %defattr(-,root,root) %{_libdir}/libraptor2.so.0* -- 2.7.4