remove apparently broken *.la files [release 2.5-2mamba;Sat Oct 04 2014]
This commit is contained in:
parent
1519f51003
commit
9d97ee0b59
@ -1,8 +1,8 @@
|
|||||||
Name: vamp-plugin-sdk
|
Name: vamp-plugin-sdk
|
||||||
Version: 2.5
|
Version: 2.5
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: An API for audio analysis and feature extraction plugins
|
Summary: An API for audio analysis and feature extraction plugins
|
||||||
Group: Applictions/Multimedia
|
Group: Applications/Multimedia
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
@ -50,6 +50,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%makeinstall INSTALL_SDK_LIBS=%{_libdir} INSTALL_PKGCONFIG=%{_libdir}/pkgconfig
|
%makeinstall INSTALL_SDK_LIBS=%{_libdir} INSTALL_PKGCONFIG=%{_libdir}/pkgconfig
|
||||||
|
|
||||||
|
rm -f %{buildroot}%{_libdir}/libvamp-*.la
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
@ -72,10 +74,10 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%dir %{_includedir}/vamp
|
%dir %{_includedir}/vamp
|
||||||
%{_includedir}/vamp/vamp.h
|
%{_includedir}/vamp/vamp.h
|
||||||
%{_libdir}/libvamp-hostsdk.a
|
%{_libdir}/libvamp-hostsdk.a
|
||||||
%{_libdir}/libvamp-hostsdk.la
|
#%{_libdir}/libvamp-hostsdk.la
|
||||||
%{_libdir}/libvamp-hostsdk.so
|
%{_libdir}/libvamp-hostsdk.so
|
||||||
%{_libdir}/libvamp-sdk.a
|
%{_libdir}/libvamp-sdk.a
|
||||||
%{_libdir}/libvamp-sdk.la
|
#%{_libdir}/libvamp-sdk.la
|
||||||
%{_libdir}/libvamp-sdk.so
|
%{_libdir}/libvamp-sdk.so
|
||||||
%{_libdir}/pkgconfig/vamp-hostsdk.pc
|
%{_libdir}/pkgconfig/vamp-hostsdk.pc
|
||||||
%{_libdir}/pkgconfig/vamp-sdk.pc
|
%{_libdir}/pkgconfig/vamp-sdk.pc
|
||||||
@ -87,5 +89,8 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%doc README README.compat
|
%doc README README.compat
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Oct 04 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-2mamba
|
||||||
|
- remove apparently broken *.la files
|
||||||
|
|
||||||
* Sat Dec 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-1mamba
|
* Sat Dec 07 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.5-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Loading…
Reference in New Issue
Block a user