]> git.pld-linux.org Git - packages/TiMidity++.git/blob - TiMidity++.spec
- initial version (maked from template.spec).
[packages/TiMidity++.git] / TiMidity++.spec
1 Summary:        TiMidity++ - MIDI to WAV converter and player
2 Name:           -
3 Version:        -
4 Release:        -
5 Group:          -
6 Copyright:      GPL
7 Icon:           -
8 Source0:        http://www.goice.co.jp/member/mo/timidity/dist/%{name}-%{version}.tar.bz2
9 URL:            http://www.goice.co.jp/member/mo/timidity/
10 BuildRoot:      /tmp/%{name}-%{version}-root
11
12 %description
13 TiMidity++ is a converter that converts some of MIDI files ( formats :
14 Standard MIDI file (*.MID), Recomposer files (*.RCP, *.R36, *.G18, *.G36)
15 and Module file (*.mod) ) into formatted audio file (ex. RIFF WAVE).
16 TiMidity uses Gravis Ultrasound-compatible patch files or Soundfonts (*.sfx,
17 *.sf2) to generate digital audio data from MIDI files. The digital audio
18 data generated by TiMidity can be stored in a file for processing, or played
19 in real time through an audio device. In real time playing, TiMidity if able
20 to show the lylic contained in KAR file or WRD file.
21
22 %prep
23 %setup -q
24
25 %build
26 (autoheader/autoconf/automake)
27 CFLAGS="$RPM_OPT_FLAGS" LDFLAGS="-s" \
28 ./configure \
29         --prefix=/usr
30 make
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34
35 gzip -9nf $RPM_BUILD_ROOT/usr/info/*.info* \
36         $RPM_BUILD_ROOT/usr/man/man*/* \
37         README ChangeLog 
38
39 %pre
40
41 %preun
42
43 %post
44
45 %postun
46
47 %clean
48 rm -rf $RPM_BUILD_ROOT
49
50 %files
51 %defattr(644,root,root,755)
52
53 %changelog
This page took 0.041286 seconds and 4 git commands to generate.