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
|
||||
Version: 4.1.1
|
||||
Release: 2mamba
|
||||
Version: 5.0.0
|
||||
Release: 1mamba
|
||||
Summary: A set of C++ classes that provide a common API (Application Programming Interface) for realtime audio input/output
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -52,13 +52,7 @@ This package contains libraries and header files for developing applications tha
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -d -m0755 %{buildroot}%{_libdir}
|
||||
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
|
||||
%makeinstall
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -72,11 +66,17 @@ done
|
||||
|
||||
%files -n lib%{name}-devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/rtaudio-config
|
||||
%{_includedir}/RtAudio.h
|
||||
%dir %{_includedir}/rtaudio
|
||||
%{_includedir}/rtaudio/RtAudio.h
|
||||
%{_libdir}/librtaudio.a
|
||||
%{_libdir}/librtaudio.la
|
||||
%{_libdir}/pkgconfig/rtaudio.pc
|
||||
%{_libdir}/librtaudio.so
|
||||
|
||||
%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
|
||||
- rebuilt with gcc 6.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user