X-Git-Url: http://royale.zerezo.com/git/?p=FAPG;a=blobdiff_plain;f=rpm%2Ffapg.spec;fp=rpm%2Ffapg.spec;h=16243daa5170b893e0ad82427c929187ad1105af;hp=0000000000000000000000000000000000000000;hb=ff081934d3f79e659ca14c93b147028b59880ee8;hpb=eb987a9f4940f5143602e2ef7138550d0263ae40 diff --git a/rpm/fapg.spec b/rpm/fapg.spec new file mode 100644 index 0000000..16243da --- /dev/null +++ b/rpm/fapg.spec @@ -0,0 +1,30 @@ +Name: fapg +Summary: Fast Audio Playlist Generator +Version: 0.31 +Release: 1 +Source: http://royale.zerezo.com/%{name}/%{name}-%{version}.tar.gz +Group: Applications/Multimedia +License: GPL +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +FAPG is a tool to generate list of audio files (Wav, MP3, Ogg, etc) +in various formats (M3U, PLS, HTML, etc). + +%prep +%setup -q + +%build +make + +%install +make install PRE=$RPM_BUILD_ROOT/usr + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,0755) +%doc COPYING README +%{_bindir}/fapg +%{_mandir}/man1/fapg.1.gz