version 0.32
[FAPG] / rpm / fapg.spec
diff --git a/rpm/fapg.spec b/rpm/fapg.spec
deleted file mode 100644 (file)
index 16243da..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-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