rebuilt with included glib1 [release 1.7.1-2mamba;Sun Nov 10 2024]

This commit is contained in:
Silvan Calarco 2024-11-10 18:14:35 +01:00
parent 143bacec87
commit 1570c99044

View File

@ -1,31 +1,32 @@
Name: pmidi Name: pmidi
Version: 1.7.1 Version: 1.7.1
Release: 1mamba Release: 2mamba
Summary: A command line program to play midi files through the ALSA sequencer Summary: A command line program to play midi files through the ALSA sequencer
Group: Applications/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>
URL: http://www.parabola.me.uk/alsa/pmidi.html URL: https://www.parabola.me.uk/alsa/pmidi.html
Source: http://downloads.sourceforge.net/sourceforge/pmidi/pmidi-%{version}.tar.gz Source: http://downloads.sourceforge.net/sourceforge/pmidi/pmidi-%{version}.tar.gz
License: GPL License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: libalsa-devel BuildRequires: libalsa-devel
BuildRequires: libglib1-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: libalsa-devel >= 1.0.10
%description %description
The pmidi program is a straightforward command line program to play midi files through the ALSA sequencer. The pmidi program is a straightforward command line program to play midi files through the ALSA sequencer.
As you can specify the client and port to connect to on the command line it is also useful for testing ALSA or clients that need to receive sequencer events. As you can specify the client and port to connect to on the command line it is also useful for testing ALSA or clients that need to receive sequencer events.
%debug_package
%prep %prep
%setup -q %setup -q
%build %build
%configure %configure \
--with-included-glib=yes
%make %make
%install %install
@ -39,9 +40,12 @@ As you can specify the client and port to connect to on the command line it is a
%defattr(-,root,root) %defattr(-,root,root)
%{_bindir}/pmidi %{_bindir}/pmidi
%{_mandir}/man1/pmidi.* %{_mandir}/man1/pmidi.*
%doc AUTHORS COPYING ChangeLog NEWS README %doc AUTHORS COPYING
%changelog %changelog
* Sun Nov 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.7.1-2mamba
- rebuilt with included glib1
* Sun Nov 19 2017 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba * Sun Nov 19 2017 Automatic Build System <autodist@mambasoft.it> 1.7.1-1mamba
- automatic update by autodist - automatic update by autodist