From 48adb1a5b31b7216ce1d08094a9c339a2cbacc6c Mon Sep 17 00:00:00 2001 From: philjohn Date: Wed, 14 Jan 2015 21:45:19 +0000 Subject: Fixing build errors using raptor2.spec The spec file uses the wrong libdir for raptor2, /usr/lib(|64)/raptor instead of /usr/lib(|64)/raptor2, it also excludes some files (.a and .la) that rpmbuild complains about. --- raptor2.spec.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'raptor2.spec.in') diff --git a/raptor2.spec.in b/raptor2.spec.in index f735577d..11034454 100644 --- a/raptor2.spec.in +++ b/raptor2.spec.in @@ -85,10 +85,10 @@ install -d $RPM_BUILD_ROOT%{_mandir}/man3 %doc AUTHORS COPYING COPYING.LIB ChangeLog LICENSE.txt NEWS README %doc LICENSE-2.0.txt NOTICE -%{_libdir}/libraptor*.so +%{_libdir}/libraptor2*.* %{_libdir}/pkgconfig/raptor2.pc -%{prefix}/include/raptor/* +%{prefix}/include/raptor2/* %changelog -- cgit v1.2.1