[opus] add pkgconfig file

Peter Robinson pbrobinson at fedoraproject.org
Tue Nov 8 21:04:16 UTC 2011


commit 3dc38774cade9c406dd7fcf7f6c40ba9dfb366c8
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Tue Nov 8 21:04:07 2011 +0000

    add pkgconfig file

 opus.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
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 <pbrobinson at fedoraproject.org> 0.9.8-1


More information about the scm-commits mailing list