automatic update by autodist [release 5.0.0-1mamba;Sun Nov 19 2017]
This commit is contained in:
parent
043146ecd0
commit
895702fa13
22
rtaudio.spec
22
rtaudio.spec
@ -1,6 +1,6 @@
|
|||||||
Name: rtaudio
|
Name: rtaudio
|
||||||
Version: 4.1.1
|
Version: 5.0.0
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: A set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output
|
Summary: A set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -52,13 +52,7 @@ This package contains libraries and header files for developing applications tha
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -d -m0755 %{buildroot}%{_libdir}
|
%makeinstall
|
||||||
cp -P librtaudio.so* %{buildroot}%{_libdir}
|
|
||||||
install -D -m0755 rtaudio-config %{buildroot}%{_bindir}/rtaudio-config
|
|
||||||
for f in RtAudio.h; do
|
|
||||||
# RtError.h already provided by rtmidi
|
|
||||||
install -D -m0644 $f %{buildroot}%{_includedir}/$f
|
|
||||||
done
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -72,11 +66,17 @@ done
|
|||||||
|
|
||||||
%files -n lib%{name}-devel
|
%files -n lib%{name}-devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/rtaudio-config
|
%dir %{_includedir}/rtaudio
|
||||||
%{_includedir}/RtAudio.h
|
%{_includedir}/rtaudio/RtAudio.h
|
||||||
|
%{_libdir}/librtaudio.a
|
||||||
|
%{_libdir}/librtaudio.la
|
||||||
|
%{_libdir}/pkgconfig/rtaudio.pc
|
||||||
%{_libdir}/librtaudio.so
|
%{_libdir}/librtaudio.so
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 19 2017 Automatic Build System <autodist@mambasoft.it> 5.0.0-1mamba
|
||||||
|
- automatic update by autodist
|
||||||
|
|
||||||
* Wed Jun 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.1-2mamba
|
* Wed Jun 01 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 4.1.1-2mamba
|
||||||
- rebuilt with gcc 6.1
|
- rebuilt with gcc 6.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user