rpms/flac123/devel flac123.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Tue Dec 26 08:54:28 UTC 2006


Author: sindrepb

Update of /cvs/extras/rpms/flac123/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15441/devel

Modified Files:
	.cvsignore sources 
Added Files:
	flac123.spec 
Log Message:
auto-import flac123-0.0.9-1 on branch devel from flac123-0.0.9-1.src.rpm


--- NEW FILE flac123.spec ---
Name:           flac123
Version:        0.0.9 
Release:        1%{?dist}
Summary:        Command-line program for playing FLAC audio files

Group:          Applications/Multimedia
License:        GPL
URL:            http://flac-tools.sourceforge.net/
Source0:        http://dl.sf.net/sourceforge/flac-tools/%{name}-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  libao-devel, flac-devel 

%description
flac123 is a command-line program for playing FLAC audio files

FLAC stands for Free Lossless Audio Codec. Grossly oversimplified, FLAC
is similar to Ogg Vorbis, but lossless

%prep
%setup -q


%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS README COPYING NEWS
%{_bindir}/*

%changelog
* Mon Dec 11 2006 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.0.9-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/flac123/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	26 Dec 2006 08:53:03 -0000	1.1
+++ .cvsignore	26 Dec 2006 08:53:58 -0000	1.2
@@ -0,0 +1 @@
+flac123-0.0.9.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/flac123/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	26 Dec 2006 08:53:03 -0000	1.1
+++ sources	26 Dec 2006 08:53:58 -0000	1.2
@@ -0,0 +1 @@
+1614e1d1fe5b427ffd5988ea766abcf4  flac123-0.0.9.tar.gz




More information about the scm-commits mailing list