rpms/sox/devel sox.spec,1.33,1.34

Jiří Moskovčák (jmoskovc) fedora-extras-commits at redhat.com
Wed Apr 16 11:42:55 UTC 2008


Author: jmoskovc

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

Modified Files:
	sox.spec 
Log Message:
Enabled flac support



Index: sox.spec
===================================================================
RCS file: /cvs/extras/rpms/sox/devel/sox.spec,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- sox.spec	25 Feb 2008 08:11:36 -0000	1.33
+++ sox.spec	16 Apr 2008 11:42:11 -0000	1.34
@@ -1,7 +1,7 @@
 Summary: A general purpose sound file conversion tool
 Name: sox
 Version: 14.0.1
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Group: Applications/Multimedia
 Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.gz
@@ -9,6 +9,7 @@
 BuildRequires: libvorbis-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: gsm-devel
+BuildRequires: flac-devel
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -28,7 +29,7 @@
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --with-gsm --includedir=%{_includedir}/sox
+CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --enable-flac --with-gsm --includedir=%{_includedir}/sox
 make %{?_smp_mflags}
 
 %install
@@ -68,6 +69,10 @@
 %{_mandir}/man3/*
 
 %changelog
+* Wed Apr 16 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 14.0.1-2
+- enabled flac support
+- Resolves: #442703
+
 * Mon Feb 25 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 14.0.1-1
 - New version 14.0.1
 




More information about the scm-commits mailing list