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
Version: 1.7.1
Release: 1mamba
Release: 2mamba
Summary: A command line program to play midi files through the ALSA sequencer
Group: Applications/Multimedia
Vendor: openmamba
Distribution: openmamba
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
License: GPL
BuildRoot: %{_tmppath}/%{name}-%{version}-root
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libalsa-devel
BuildRequires: libglib1-devel
## AUTOBUILDREQ-END
BuildRequires: libalsa-devel >= 1.0.10
%description
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.
%debug_package
%prep
%setup -q
%build
%configure
%configure \
--with-included-glib=yes
%make
%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)
%{_bindir}/pmidi
%{_mandir}/man1/pmidi.*
%doc AUTHORS COPYING ChangeLog NEWS README
%doc AUTHORS COPYING
%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
- automatic update by autodist