automatic update by autodist [release 2.1.0-1mamba;Wed May 28 2014]

This commit is contained in:
Automatic Build System 2024-01-05 17:32:03 +01:00
parent 7853e32555
commit c2f959e6f8

View File

@ -1,5 +1,5 @@
Name: rtmidi
Version: 2.0.1
Version: 2.1.0
Release: 1mamba
Summary: A set of C++ classes that provide a common API for realtime MIDI input/output
Group: System/Libraries
@ -53,7 +53,7 @@ This package contains libraries and header files for developing applications tha
install -d -m0755 %{buildroot}%{_libdir}
cp -P librtmidi.so* %{buildroot}%{_libdir}/
install -D -m0755 rtmidi-config %{buildroot}%{_bindir}/rtmidi-config
for f in RtMidi.h RtError.h; do
for f in RtMidi.h; do
install -D -m0644 $f %{buildroot}%{_includedir}/$f
done
@ -70,10 +70,12 @@ done
%files -n lib%{name}-devel
%defattr(-,root,root)
%{_bindir}/rtmidi-config
%{_includedir}/RtError.h
%{_includedir}/RtMidi.h
%{_libdir}/librtmidi.so
%changelog
* Wed May 28 2014 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
- automatic update by autodist
* Thu Aug 01 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.1-1mamba
- package created by silvan using the webbuild interface