From f74e497ffa1e1ee2bfb721ed390066c1563de884 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 10:22:57 +0100 Subject: [PATCH] automatic update by autodist [release 1.7.0-1mamba;Sat Sep 14 2013] --- README.md | 3 +++ pmidi.spec | 55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 pmidi.spec diff --git a/README.md b/README.md index 4d5a97c..6024ec1 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,5 @@ # pmidi +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. + diff --git a/pmidi.spec b/pmidi.spec new file mode 100644 index 0000000..aa788f4 --- /dev/null +++ b/pmidi.spec @@ -0,0 +1,55 @@ +Name: pmidi +Version: 1.7.0 +Release: 1mamba +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 +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. + +%prep +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_bindir}/pmidi +%{_mandir}/man1/pmidi.* +%doc AUTHORS COPYING ChangeLog NEWS README + +%changelog +* Sat Sep 14 2013 Automatic Build System 1.7.0-1mamba +- automatic update by autodist + +* Mon Jul 29 2013 Automatic Build System 1.6.0-3mamba +- automatic rebuild by autodist + +* Fri Jul 10 2009 Silvan Calarco 1.6.0-2mamba +- specfile updated and rebuilt + +* Sun Jan 08 2006 Silvan Calarco 1.6.0-1qilnx +- package created by autospec