provide legacy libportmidi.so and libporttime.so [release 236-2mamba;Sun Oct 17 2021]
This commit is contained in:
parent
d5e806606b
commit
04a3cbca6d
@ -1,6 +1,6 @@
|
|||||||
Name: libportmidi
|
Name: libportmidi
|
||||||
Version: 235.1
|
Version: 236
|
||||||
Release: 1mamba
|
Release: 2mamba
|
||||||
Summary: A library supporting real-time input and output of MIDI data using a system-independent interface
|
Summary: A library supporting real-time input and output of MIDI data using a system-independent interface
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -14,7 +14,14 @@ License: GPL
|
|||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libalsa-devel
|
BuildRequires: libalsa-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
#Provides: libporttime.so
|
%ifarch %{ix86} arm
|
||||||
|
Provides: libporttime.so
|
||||||
|
Provides: libportmidi.so
|
||||||
|
%endif
|
||||||
|
%ifarch x86_64 aarch64
|
||||||
|
Provides: libporttime.so()(64bit)
|
||||||
|
Provides: libportmidi.so()(64bit)
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
PortMidi is a library for software developers. It supports real-time input and output of MIDI data using a system-independent interface. PortMidi runs on Windows (using MME), Macintosh (using CoreMIDI), and Linux (using ALSA).
|
PortMidi is a library for software developers. It supports real-time input and output of MIDI data using a system-independent interface. PortMidi runs on Windows (using MME), Macintosh (using CoreMIDI), and Linux (using ALSA).
|
||||||
@ -65,12 +72,11 @@ sed -i "s|lib/cmake/PortMidi|%{_lib}/cmake/PortMidi|" CMakeLists.txt
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
#%{_bindir}/pmdefaults
|
%{_libdir}/libportmidi.so.*
|
||||||
#%{_libdir}/libpmjni.so
|
%{_libdir}/libporttime.so.*
|
||||||
%{_libdir}/libportmidi.so
|
%{_libdir}/libportmidi.so
|
||||||
%{_libdir}/libporttime.so
|
%{_libdir}/libporttime.so
|
||||||
#%{_datadir}/java/pmdefaults.jar
|
%doc license.txt
|
||||||
#%doc license.txt
|
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -82,6 +88,12 @@ sed -i "s|lib/cmake/PortMidi|%{_lib}/cmake/PortMidi|" CMakeLists.txt
|
|||||||
%{_libdir}/cmake/PortMidi/PortMidi*.cmake
|
%{_libdir}/cmake/PortMidi/PortMidi*.cmake
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Oct 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 236-2mamba
|
||||||
|
- provide legacy libportmidi.so and libporttime.so
|
||||||
|
|
||||||
|
* Sun Aug 15 2021 Automatic Build System <autodist@mambasoft.it> 236-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sat Jul 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 235.1-1mamba
|
* Sat Jul 17 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 235.1-1mamba
|
||||||
- update to 235.1
|
- update to 235.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user