16243daa5170b893e0ad82427c929187ad1105af
[FAPG] / rpm / fapg.spec
1 Name: fapg
2 Summary: Fast Audio Playlist Generator
3 Version: 0.31
4 Release: 1
5 Source: http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz
6 Group: Applications/Multimedia 
7 License: GPL
8 BuildRoot: %{_tmppath}/%{name}-%{version}-root
9
10 %description
11 FAPG is a tool to generate list of audio files (Wav, MP3, Ogg, etc)
12 in various formats (M3U, PLS, HTML, etc).
13
14 %prep 
15 %setup -q
16
17 %build 
18 make
19
20 %install 
21 make install PRE=$RPM_BUILD_ROOT/usr
22
23 %clean 
24 rm -rf $RPM_BUILD_ROOT 
25
26 %files 
27 %defattr(-,root,root,0755) 
28 %doc COPYING README
29 %{_bindir}/fapg
30 %{_mandir}/man1/fapg.1.gz