From a711cb67354e19b008493d3937dda0e100b31544 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:43:21 +0100 Subject: [PATCH] automatic version update by autodist [release 0.5.1d-1mamba;Mon Jul 09 2012] --- README.md | 2 ++ awesfx.spec | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 65 insertions(+) create mode 100644 awesfx.spec diff --git a/README.md b/README.md index dcc1316..28072d0 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # awesfx +AWESFX is the package of various utility programs for controlling AWE32 driver. It includes the soundfont loader (sfxload), chorus/reverb effect loader (setfx), control parameter set up (aweset), and SF-Text conversion programs, and so on. + diff --git a/awesfx.spec b/awesfx.spec new file mode 100644 index 0000000..e403d93 --- /dev/null +++ b/awesfx.spec @@ -0,0 +1,63 @@ +Name: awesfx +Version: 0.5.1d +Release: 1mamba +Summary: AWESFX is a package of various utility programs for controlling AWE32 driver. +Group: Applications/Multimedia +Vendor: openmamba +Distribution: openmamba +Packager: Ercole 'ercolinux' Carpanetto +URL: http://www.alsa-project.org/~tiwai/awedrv.html +Source: http://ftp.suse.com/pub/people/tiwai/awesfx/awesfx-%{version}.tar.bz2 +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +BuildRequires: libalsa-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +AWESFX is the package of various utility programs for controlling AWE32 driver. It includes the soundfont loader (sfxload), chorus/reverb effect loader (setfx), control parameter set up (aweset), and SF-Text conversion programs, and so on. + +%prep + +%setup -q + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_mandir}/man1/sfxload.1.gz +%doc AUTHORS COPYING ChangeLog README +%{_bindir}/asfxload +%{_bindir}/aweset +%{_bindir}/gusload +%{_bindir}/setfx +%{_bindir}/sf2text +%{_bindir}/sfxload +%{_bindir}/sfxtest +%{_bindir}/text2sf +%{_datadir}/man/man1/asfxload.1.gz +%dir %{_datadir}/sounds +%dir %{_datadir}/sounds/sf2 +%{_datadir}/sounds/sf2/README-bank +%{_datadir}/sounds/sf2/*.bnk +%{_datadir}/sounds/sf2/setfx-sample.cfg + +%changelog +* Mon Jul 09 2012 Automatic Build System 0.5.1d-1mamba +- automatic version update by autodist + +* Fri Aug 29 2008 Silvan Calarco 0.5.1c-2mamba +- fixed group + +* Thu Aug 28 2008 Ercole 'ercolinux' Carpanetto 0.5.1c-1mamba +- package created by autospec