add pkgconfig file
This commit is contained in:
parent
bf1ef9469c
commit
3dc38774ca
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user