From ebb334d4bbf6b5e37f00942562d48383d91c6c8d Mon Sep 17 00:00:00 2001 From: kloczek Date: Thu, 29 Apr 1999 20:54:11 +0000 Subject: [PATCH] - initial version (maked from template.spec). Status: NFY. Changed files: TiMidity++.spec -> 1.1 --- TiMidity++.spec | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 TiMidity++.spec diff --git a/TiMidity++.spec b/TiMidity++.spec new file mode 100644 index 0000000..68ec50b --- /dev/null +++ b/TiMidity++.spec @@ -0,0 +1,53 @@ +Summary: TiMidity++ - MIDI to WAV converter and player +Name: - +Version: - +Release: - +Group: - +Copyright: GPL +Icon: - +Source0: http://www.goice.co.jp/member/mo/timidity/dist/%{name}-%{version}.tar.bz2 +URL: http://www.goice.co.jp/member/mo/timidity/ +BuildRoot: /tmp/%{name}-%{version}-root + +%description +TiMidity++ is a converter that converts some of MIDI files ( formats : +Standard MIDI file (*.MID), Recomposer files (*.RCP, *.R36, *.G18, *.G36) +and Module file (*.mod) ) into formatted audio file (ex. RIFF WAVE). +TiMidity uses Gravis Ultrasound-compatible patch files or Soundfonts (*.sfx, +*.sf2) to generate digital audio data from MIDI files. The digital audio +data generated by TiMidity can be stored in a file for processing, or played +in real time through an audio device. In real time playing, TiMidity if able +to show the lylic contained in KAR file or WRD file. + +%prep +%setup -q + +%build +(autoheader/autoconf/automake) +CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \ +./configure \ + --prefix=/usr +make + +%install +rm -rf $RPM_BUILD_ROOT + +gzip -9nf $RPM_BUILD_ROOT/usr/info/*.info* \ + $RPM_BUILD_ROOT/usr/man/man*/* \ + README ChangeLog + +%pre + +%preun + +%post + +%postun + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) + +%changelog -- 2.44.0