From 1570c99044f907e5265f024a024fd1bc006e5653 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 10 Nov 2024 18:14:35 +0100 Subject: [PATCH] rebuilt with included glib1 [release 1.7.1-2mamba;Sun Nov 10 2024] --- pmidi.spec | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/pmidi.spec b/pmidi.spec index e4d8276..f970525 100644 --- a/pmidi.spec +++ b/pmidi.spec @@ -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 -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 1.7.1-2mamba +- rebuilt with included glib1 + * Sun Nov 19 2017 Automatic Build System 1.7.1-1mamba - automatic update by autodist