summaryrefslogtreecommitdiff
path: root/raptor2.spec.in
diff options
context:
space:
mode:
authorphiljohn <philjohn@gmail.com>2015-01-14 21:45:19 +0000
committerphiljohn <philjohn@gmail.com>2015-01-14 21:45:19 +0000
commit48adb1a5b31b7216ce1d08094a9c339a2cbacc6c (patch)
treee30f2538268050d7d3c576c1ea800f7c84d4ae96 /raptor2.spec.in
parent729f969c12eb35dc49a6982c6ca8e4132bad3603 (diff)
downloadraptor-48adb1a5b31b7216ce1d08094a9c339a2cbacc6c.tar.gz
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.
Diffstat (limited to 'raptor2.spec.in')
-rw-r--r--raptor2.spec.in4
1 files changed, 2 insertions, 2 deletions
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