diff --git a/.cvsignore b/.cvsignore index b0776a4..7e6e23e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -sox-12.17.3.tar.gz +sox-12.17.4.tar.gz diff --git a/sources b/sources index 5bd9f84..e4804fe 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1b9998387616ce0638c8edd1145f9932 sox-12.17.3.tar.gz +39bdb64e06a8c456057e87eff7d0b339 sox-12.17.4.tar.gz diff --git a/sox.spec b/sox.spec index e12d09a..a318f7e 100644 --- a/sox.spec +++ b/sox.spec @@ -1,11 +1,10 @@ Summary: A general purpose sound file conversion tool. Name: sox -Version: 12.17.3 -Release: 11 +Version: 12.17.4 +Release: 1 Copyright: LGPL Group: Applications/Multimedia Source: http://prdownloads.sourceforge.net/sox/sox-%{version}.tar.gz -Patch: sox-vorberr.patch URL: http://sox.sourceforge.net/ BuildPrereq: libvorbis-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root @@ -25,10 +24,9 @@ which will use the SoX sound file format converter. %prep %setup -q -%patch -p1 %build -%configure --with-gsm --includedir=%{_includedir}/sox +CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --with-gsm --includedir=%{_includedir}/sox make %{?_smp_mflags} %install @@ -36,40 +34,43 @@ rm -rf $RPM_BUILD_ROOT %makeinstall install-lib includedir=$RPM_BUILD_ROOT/%{_includedir}/sox -echo "#!/bin/sh" > $RPM_BUILD_ROOT/usr/bin/soxplay -echo "" >> $RPM_BUILD_ROOT/usr/bin/soxplay -echo '/usr/bin/sox $1 -t .au - > /dev/audio' >> $RPM_BUILD_ROOT/usr/bin/soxplay -chmod 755 $RPM_BUILD_ROOT/usr/bin/soxplay +echo "#!/bin/sh" > $RPM_BUILD_ROOT%{_bindir}/soxplay +echo "" >> $RPM_BUILD_ROOT%{_bindir}/soxplay +echo '%{_bindir}/sox "$1" -t .au - > /dev/audio' >> $RPM_BUILD_ROOT%{_bindir}/soxplay +chmod 755 $RPM_BUILD_ROOT%{_bindir}/soxplay # fix symlinks -ln -snf play $RPM_BUILD_ROOT/usr/bin/rec +ln -snf play $RPM_BUILD_ROOT%{_bindir}/rec rm -f $RPM_BUILD_ROOT%{_mandir}/man1/rec.1 ln -snf play.1 $RPM_BUILD_ROOT%{_mandir}/man1/rec.1 ln -snf sox.1 $RPM_BUILD_ROOT%{_mandir}/man1/soxmix.1 -# remove unpackaged files from the buildroot -rm -f $RPM_BUILD_ROOT%{_bindir}/soxmix - %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %doc Changelog README TODO INSTALL -/usr/bin/sox -/usr/bin/play -/usr/bin/rec -/usr/bin/soxplay +%{_bindir}/* %{_mandir}/man1/* %files -n sox-devel %defattr(-,root,root) -/usr/include/sox +%{_includedir}/sox %{_libdir}/libst.a %{_mandir}/man3/* %changelog +* Tue Oct 7 2003 Bill Nottingham 12.17.4-1 +- update to 12.17.4 +- ship soxmix (#102499) +- fix soxplay to handle files with spaces (#91144) +- use LFS (#79151) + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + * Mon Feb 24 2003 Elliot Lee - rebuilt