awesfx/awesfx.spec

67 lines
1.9 KiB
RPMSpec
Raw Normal View History

Name: awesfx
Version: 0.5.1e
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 <ercole69@gmail.com>
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
* Fri Aug 01 2014 Automatic Build System <autodist@mambasoft.it> 0.5.1e-1mamba
- automatic update by autodist
* Mon Jul 09 2012 Automatic Build System <autodist@mambasoft.it> 0.5.1d-1mamba
- automatic version update by autodist
* Fri Aug 29 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 0.5.1c-2mamba
- fixed group
* Thu Aug 28 2008 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.5.1c-1mamba
- package created by autospec