rpms/fapg/devel fapg.spec, NONE, 1.1 import.log, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Paulo Roma Cavalcanti roma at fedoraproject.org
Tue Oct 6 20:09:56 UTC 2009


Author: roma

Update of /cvs/pkgs/rpms/fapg/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7313/devel

Modified Files:
	.cvsignore sources 
Added Files:
	fapg.spec import.log 
Log Message:
Initial Fedora version.



--- NEW FILE fapg.spec ---
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 <roma at lcg.ufrj.br> 0.41-2
- Fixed license.

* Sat May 17 2008 Paulo Roma <roma at lcg.ufrj.br> 0.41-1
- First spec file.



--- NEW FILE import.log ---
fapg-0_41-2_fc10:HEAD:fapg-0.41-2.fc10.src.rpm:1254859765


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/fapg/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Oct 2009 17:42:52 -0000	1.1
+++ .cvsignore	6 Oct 2009 20:09:56 -0000	1.2
@@ -0,0 +1 @@
+fapg-0.41.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/fapg/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Oct 2009 17:42:52 -0000	1.1
+++ sources	6 Oct 2009 20:09:56 -0000	1.2
@@ -0,0 +1 @@
+64be7045dfc0874a831e7d5fb5c435a4  fapg-0.41.tar.gz




More information about the fedora-extras-commits mailing list