rpms/flac123/devel flac123.spec,1.6,1.7

Sindre Pedersen Bjørdal (sindrepb) fedora-extras-commits at redhat.com
Mon Mar 26 13:15:39 UTC 2007


Author: sindrepb

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

Modified Files:
	flac123.spec 
Log Message:
It's alive... It's allive


Index: flac123.spec
===================================================================
RCS file: /cvs/extras/rpms/flac123/devel/flac123.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- flac123.spec	4 Mar 2007 11:04:43 -0000	1.6
+++ flac123.spec	26 Mar 2007 13:15:06 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           flac123
 Version:        0.0.9 
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Command-line program for playing FLAC audio files
 
 Group:          Applications/Multimedia
@@ -10,7 +10,8 @@
 Patch0:         %{name}-%{version}-flac-1.1.3.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:  libao-devel, flac-devel 
+BuildRequires:  automake, autoconf, intltool
+BuildRequires:  libao-devel, flac-devel, libogg-devel 
 
 %description
 flac123 is a command-line program for playing FLAC audio files
@@ -23,6 +24,7 @@
 %patch0 -p1
 
 %build
+aclocal && autoconf && automake --add-missing
 %configure
 make %{?_smp_mflags}
 
@@ -42,7 +44,7 @@
 %{_bindir}/*
 
 %changelog
-* Mon Feb 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.0.9-5
+* Mon Feb 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.0.9-6
 - Add fixed patch to really make build work against flac 1.1.3
 * Mon Feb 26 2007 Sindre Pedersen Bjørdal <foolish[AT]guezz.net> - 0.0.9-3
 - Add patch to make build work against flac 1.1.3




More information about the scm-commits mailing list