|
|
|
%define name timidity-instruments
%define version 1.0
%define release 19mdk
Summary: Instruments for the timidity midi->wave converter/player
Name: %{name}
Version: %{version}
Release: %{release}
License: Public Domain
URL: http://www.timidity.jp/
# Patches at http://www.cs.umbc.edu/pub/midia/instruments.tar.gz
Source0: midia-instruments.tar.bz2
Source1: http://www.timidity.jp/dist/cfg/midia.cfg.bz2
Source2: http://www.timidity.jp/dist/cfg/gravis.cfg.bz2
Source3: http://www.stardate.bc.ca/eawpatches/eawpats/britepno.pat.bz2
Source4: http://www.stardate.bc.ca/eawpatches/eawpats/pistol.pat.bz2
Group: Sound
BuildArch: noarch
BuildRoot: %_tmppath/%name-%version-root
%description
This package contains a set of instruments for the timidity midi->wave
converter/player.
%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/usr/share/timidity
cd $RPM_BUILD_ROOT/usr/share/timidity
%{__bzip2} -cd %{SOURCE0} |tar xf -
%{__bzip2} -cd %{SOURCE1} >midia.cfg
%{__bzip2} -cd %{SOURCE2} >gravis.cfg
%{__bzip2} -cd %{SOURCE3} >instruments/britepno.pat
%{__bzip2} -cd %{SOURCE4} >instruments/pistol.pat
%clean
rm -fr $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%{_datadir}/timidity
%changelog
* Wed Jun 4 2003 Austin Acton <aacton@yorku.ca> 1.0-19mdk
- fix gravis config file again (I'm an idiot)
* Wed Jun 4 2003 Austin Acton <aacton@yorku.ca> 1.0-18mdk
- from David Walser <luigiwalser@yahoo.com> :
- Add free versions of missing patches (britepno and pistol) found by RH
* Mon May 26 2003 Austin Acton <aacton@yorku.ca> 1.0-17mdk
- fix path in gravis.cfg
* Mon May 26 2003 Austin Acton <aacton@yorku.ca> 1.0-16mdk
- fix patch source URL
- from David Walser <luigiwalser@yahoo.com> :
- Remove duplicate documentation (text version of manpage from TiMidity++)
- Remove unneeded post stuff
- update URL
- remove backwards requires
- fix License
- fix macros in changelog
* Tue Nov 27 2001 Yves Duret <yduret@mandrakesoft.com> 1.0-15mdk
- fix error in regexp (end of line is not begining of line !)
* Tue Nov 27 2001 Yves Duret <yduret@mandrakesoft.com> 1.0-14mdk
- add url W: no-url-tag
- fix E: use-tmp-in-%%postun
- fix W: dangerous-command-in-%%postun mv
- add doc W: no-documentation
* Mon Jul 16 2001 Yves Duret <yduret@mandrakesoft.com> 1.0-13mdk
- fix dangerous-command-in-%%postun mv
* Wed Jul 11 2001 Yves Duret <yduret@mandrakesoft.com> 1.0-12mdk
- s/Copyright/License/
- rebuild
* Thu Apr 12 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.0-11mdk
- Check for required entries in %%postun for timidity.cfg and if it is
already there don't do anything.
* Tue Apr 10 2001 Geoffrey Lee <snailtalk@mandrakesoft.com> 1.0-10mdk
- Don't include timidity.cfg and do everything that needs to be done in
%%post and %%postun.
* Tue Jan 16 2001 Yves Duret <yduret@mandrakesoft.com> 1.0-9mdk
- Use %%{_datadir} for files
- Use %%{SOURCEx} for install
* Fri Nov 24 2000 David BAUDENS <baudens@mandrakesoft.com> 1.0-8mdk
- Use %%_tmppath for BuildRoot
- Clean after build
- Macros
- Remove frech locales
* Mon Sep 25 2000 Maurizio De Cecco <maurizio@mandrakesoft.com> 1.0-7mdk
- Fixed rpmlint errors.
* Tue Apr 11 2000 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Fixed Distribution name
* Thu Mar 16 2000 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Adapted to the new Group structure
* Tue Oct 26 1999 Maurizio De Cecco <maurizio@mandrakesoft.com>
- Modified for (and requiring) Timidity version 2.7
- Chmouel: Remove the chown -R 0.0 and a dd a %%defattr.
* Tue Jul 22 1999 Thierry Vignaud <tvignaud@mandrakesoft.com>
- add french description
* Tue Jul 22 1999 Thierry Vignaud <tvignaud@mandrakesoft.com>
- add french description
- fix spec
| Results 1 - 1 |