[sox] added autoreconf to replace old scropts => support aarch64

Frantisek Kluknavsky fkluknav at fedoraproject.org
Tue Apr 2 16:13:52 UTC 2013


commit e00a2803f5df9b5302400d1316e14df75f501430
Author: Frantisek Kluknavsky <fkluknav at redhat.com>
Date:   Tue Apr 2 18:13:47 2013 +0200

    added autoreconf to replace old scropts => support aarch64

 sox.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/sox.spec b/sox.spec
index a134cae..ce154d4 100644
--- a/sox.spec
+++ b/sox.spec
@@ -1,7 +1,7 @@
 Summary: A general purpose sound file conversion tool
 Name: sox
 Version: 14.4.1
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2+ and LGPLv2+
 Group: Applications/Multimedia
 Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
@@ -32,6 +32,8 @@ which will use the SoX sound file format converter.
 %prep
 %setup -q
 %patch0 -p1 -b .clip
+#regenerate scripts from older autoconf to support aarch64
+autoreconf -vfi
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -D_FILE_OFFSET_BITS=64" %configure --with-dyn-default --with-gsm --includedir=%{_includedir}/sox --disable-static --with-distro=Fedora
@@ -68,6 +70,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/sox/*.a
 
 
 %changelog
+* Tue Apr 02 2013 Frantisek Kluknavsky <fkluknav at redhat.com> - 14.4.1-3
+- added autoreconf to replace old scropts => support aarch64
+
 * Fri Feb 15 2013 Frantisek Kluknavsky <fkluknav at redhat.com> - 14.4.1-2
 - added sox-mcompand_clipping.patch to prevent integer overflow
 


More information about the scm-commits mailing list