summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:30:08 +0300
committerAlexandru Cornea <alexandru.cornea@intel.com>2013-06-29 04:30:08 +0300
commit1bb91f5afced6ecc519540b159dcfb6abf607017 (patch)
tree3674c196a8e963f1dfa4a51fc84915cf597655e5
parent79e241d02b517dbbb7492b1eb62219390bab7d6c (diff)
downloadraptor-1bb91f5afced6ecc519540b159dcfb6abf607017.tar.gz
raptor-1bb91f5afced6ecc519540b159dcfb6abf607017.tar.bz2
raptor-1bb91f5afced6ecc519540b159dcfb6abf607017.zip
-rw-r--r--packaging/raptor.manifest5
-rw-r--r--packaging/raptor.spec5
2 files changed, 10 insertions, 0 deletions
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 @@
+<manifest>
+ <request>
+ <domain name="_"/>
+ </request>
+</manifest>
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*