diff --git a/.cvsignore b/.cvsignore index e69de29..b4ec546 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +fapg-0.41.tar.gz diff --git a/fapg.spec b/fapg.spec new file mode 100644 index 0000000..0adda2b --- /dev/null +++ b/fapg.spec @@ -0,0 +1,52 @@ +Name: fapg +Version: 0.41 +Release: 2%{?dist} +License: GPLv2+ +Summary: Fast Audio Playlist Generator +URL: http://royale.zerezo.com/fapg/ +Group: Applications/Multimedia +Source: http://royale.zerezo.com/fapg/%{name}-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildRequires: uriparser-devel + +%description +FAPG means Fast Audio Playlist Generator. +It is a tool to generate list of audio files (Wav, MP3, Ogg, etc) +in various formats (M3U, PLS, HTML, etc). +It is very useful if you have a large amount of audio files +and you want to quickly and frequently build a playlist. + +It is coded in C to be as fast as possible, and does not use +any specific audio library (like ID3Lib). +This allow you to deploy it faster and easier, and to have +better performances since the less informations are loaded. +In the other hand, this tool is not (yet) compatible with +all the known formats. + +%prep +%setup -q + +%build +%configure +make %{?_smp_mflags} + +%install +rm -rf %{buildroot} +%makeinstall + +%clean +rm -rf %{buildroot} + +%files +%defattr(-, root, root, -) +%doc AUTHORS ChangeLog COPYING README +%{_bindir}/%{name} +%{_mandir}/man1/%{name}.1* + +%changelog +* Fri Oct 02 2008 Paulo Roma 0.41-2 +- Fixed license. + +* Sat May 17 2008 Paulo Roma 0.41-1 +- First spec file. + diff --git a/import.log b/import.log new file mode 100644 index 0000000..b83a1e8 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +fapg-0_41-2_fc10:HEAD:fapg-0.41-2.fc10.src.rpm:1254859765 diff --git a/sources b/sources index e69de29..552b135 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +64be7045dfc0874a831e7d5fb5c435a4 fapg-0.41.tar.gz