version 0.31
[FAPG] / rpm / fapg.spec
diff --git a/rpm/fapg.spec b/rpm/fapg.spec
new file mode 100644 (file)
index 0000000..16243da
--- /dev/null
@@ -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