add pkgconfig file

This commit is contained in:
Peter Robinson 2011-11-08 21:04:07 +00:00
parent bf1ef9469c
commit 3dc38774ca

View File

@ -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@fedoraproject.org> 0.9.8-1