From e00a2803f5df9b5302400d1316e14df75f501430 Mon Sep 17 00:00:00 2001 From: Frantisek Kluknavsky Date: Apr 02 2013 16:13:47 +0000 Subject: added autoreconf to replace old scropts => support aarch64 --- 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 - 14.4.1-3 +- added autoreconf to replace old scropts => support aarch64 + * Fri Feb 15 2013 Frantisek Kluknavsky - 14.4.1-2 - added sox-mcompand_clipping.patch to prevent integer overflow