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