From 3dc38774cade9c406dd7fcf7f6c40ba9dfb366c8 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Tue, 8 Nov 2011 21:04:07 +0000 Subject: [PATCH] add pkgconfig file --- opus.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/opus.spec b/opus.spec index df4af12..822b4a8 100644 --- a/opus.spec +++ b/opus.spec @@ -39,6 +39,7 @@ make install DESTDIR=%{buildroot} # Remove libtool archives and static libs find %{buildroot} -name '*.la' -exec rm -f {} ';' find %{buildroot} -name '*.a' -exec rm -f {} ';' +rm %{buildroot}/usr/share/doc/opus/doxygen-build.stamp %post -p /sbin/ldconfig @@ -53,6 +54,7 @@ find %{buildroot} -name '*.a' -exec rm -f {} ';' %defattr(-,root,root,-) %{_includedir}/opus %{_libdir}/libopus.so +%{_libdir}/pkgconfig/opus.pc %changelog * Tue Nov 8 2011 Peter Robinson 0.9.8-1