rpms/sox/devel .cvsignore, 1.13, 1.14 sources, 1.13, 1.14 sox.spec, 1.34, 1.35

Tom Callaway spot at fedoraproject.org
Thu Sep 4 21:56:01 UTC 2008


Author: spot

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

Modified Files:
	.cvsignore sources sox.spec 
Log Message:
fix license tag, update to 14.1.0


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/sox/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	25 Feb 2008 08:11:36 -0000	1.13
+++ .cvsignore	4 Sep 2008 21:55:30 -0000	1.14
@@ -1 +1 @@
-sox-14.0.1.tar.gz
+sox-14.1.0.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/sox/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	25 Feb 2008 08:11:36 -0000	1.13
+++ sources	4 Sep 2008 21:55:30 -0000	1.14
@@ -1 +1 @@
-6c95af60b20b9655531bf3162c0be937  sox-14.0.1.tar.gz
+b8e2cb3d615d3830347a0948dd8b74a8  sox-14.1.0.tar.gz


Index: sox.spec
===================================================================
RCS file: /cvs/pkgs/rpms/sox/devel/sox.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- sox.spec	16 Apr 2008 11:42:11 -0000	1.34
+++ sox.spec	4 Sep 2008 21:55:30 -0000	1.35
@@ -1,15 +1,15 @@
 Summary: A general purpose sound file conversion tool
 Name: sox
-Version: 14.0.1
-Release: 2%{?dist}
-License: GPL
+Version: 14.1.0
+Release: 1%{?dist}
+License: GPLv2+
 Group: Applications/Multimedia
 Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.gz
 URL: http://sox.sourceforge.net/
 BuildRequires: libvorbis-devel
 BuildRequires: alsa-lib-devel
 BuildRequires: gsm-devel
-BuildRequires: flac-devel
+BuildRequires: flac-devel, libao-devel
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 %description
@@ -18,8 +18,10 @@
 sound manipulation functions, including sound effects.
 
 %package -n  sox-devel
-Summary: The SoX sound file format converter libraries.
+Summary: The SoX sound file format converter libraries
 Group: Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: pkgconfig
 
 %description -n sox-devel 
 This package contains the library needed for compiling applications
@@ -29,7 +31,7 @@
 %setup -q
 
 %build
-CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --enable-flac --with-gsm --includedir=%{_includedir}/sox
+CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --enable-flac --with-gsm --includedir=%{_includedir}/sox --disable-static
 make %{?_smp_mflags}
 
 %install
@@ -49,26 +51,36 @@
 %postun -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %doc AUTHORS ChangeLog COPYING README
 %{_bindir}/play
 %{_bindir}/rec
 %{_bindir}/sox
+%{_bindir}/soxi
 %{_libdir}/libsox.so.*
 %{_libdir}/libsfx.so.*
+%dir %{_libdir}/sox/
+%{_libdir}/sox/libsox_fmt_*.so.*
 %{_mandir}/man1/*
 %{_mandir}/man7/*
 
 %files -n sox-devel
-%defattr(-,root,root)
+%defattr(-,root,root,-)
 %{_includedir}/sox
-%{_libdir}/libsox.a
 %{_libdir}/libsox.so
-%{_libdir}/libsfx.a
 %{_libdir}/libsfx.so
+%{_libdir}/sox/libsox_fmt_*.so
+%{_libdir}/pkgconfig/sox.pc
 %{_mandir}/man3/*
 
+
 %changelog
+* Thu Sep  4 2008 Tom "spot" Callaway <tcallawa at redhat.com> 14.1.0-1
+- fix license tag
+- update to 14.1.0
+- disabled static libs (if something really needs them, re-enable them 
+  in a -static subpackage)
+
 * Wed Apr 16 2008 Jiri Moskovcak <jmoskovc at redhat.com> - 14.0.1-2
 - enabled flac support
 - Resolves: #442703




More information about the fedora-extras-commits mailing list