From 6201288f92da7595b12356bec4ae827ea020bb8d Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Jan 29 2014 13:21:42 +0000 Subject: import cdparanoia-10.2-17.el7.src.rpm --- diff --git a/SOURCES/cdparanoia-use-proper-gnu-config-files.patch b/SOURCES/cdparanoia-use-proper-gnu-config-files.patch new file mode 100644 index 0000000..75ae140 --- /dev/null +++ b/SOURCES/cdparanoia-use-proper-gnu-config-files.patch @@ -0,0 +1,27 @@ +Index: cdparanoia-III-10.2/configure +=================================================================== +--- cdparanoia-III-10.2.orig/configure ++++ cdparanoia-III-10.2/configure +@@ -1289,9 +1289,6 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu + + + +-cp $srcdir/configure.guess $srcdir/config.guess +-cp $srcdir/configure.sub $srcdir/config.sub +- + ac_aux_dir= + for ac_dir in $srcdir $srcdir/.. $srcdir/../..; do + if test -f $ac_dir/install-sh; then +Index: cdparanoia-III-10.2/configure.in +=================================================================== +--- cdparanoia-III-10.2.orig/configure.in ++++ cdparanoia-III-10.2/configure.in +@@ -1,8 +1,5 @@ + AC_INIT(interface/interface.c) + +-cp $srcdir/configure.guess $srcdir/config.guess +-cp $srcdir/configure.sub $srcdir/config.sub +- + AC_CANONICAL_HOST + + if test -z "$CC"; then diff --git a/SPECS/cdparanoia.spec b/SPECS/cdparanoia.spec index 5fa6bd5..6573515 100644 --- a/SPECS/cdparanoia.spec +++ b/SPECS/cdparanoia.spec @@ -1,7 +1,7 @@ Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper) Name: cdparanoia Version: 10.2 -Release: 13%{?dist} +Release: 17%{?dist} # the app is GPLv2, everything else is LGPLv2 License: GPLv2 and LGPLv2 Group: Applications/Multimedia @@ -14,6 +14,7 @@ Patch0: cdparanoia-10.2-#463009.patch # #466659 Patch1: cdparanoia-10.2-endian.patch Patch2: cdparanoia-10.2-install.patch +Patch3: cdparanoia-use-proper-gnu-config-files.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: cdparanoia-libs = %{version}-%{release} Obsoletes: cdparanoia-III <= alpha9.8 @@ -62,8 +63,11 @@ for developing applications to read CD Digital Audio disks. %patch0 -p3 -b .#463009 %patch1 -p1 -b .endian %patch2 -p1 -b .install +%patch3 -p1 -b .use-proper-gnu-config-files.patch %build +mv configure.guess config.guess +mv configure.sub config.sub %configure --includedir=%{_includedir}/cdda # Using -O0 is mandatory, the build fails otherwise... # Also remove many warnings which we are aware of @@ -103,6 +107,21 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/*.a %changelog +* Fri Jan 24 2014 Daniel Mach - 10.2-17 +- Mass rebuild 2014-01-24 + +* Fri Dec 27 2013 Daniel Mach - 10.2-16 +- Mass rebuild 2013-12-27 + +* Wed Oct 23 2013 Marcin Juszkiewicz - 10.2-15 +- Patched configure to use config.{guess,sub} files so %configure macro can + replace them with proper version. With this change it builds fine for AArch64 + architecture. + Resolves: rhbz#1023783 + +* Sat Aug 03 2013 Fedora Release Engineering - 10.2-14 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild + * Wed Feb 13 2013 Fedora Release Engineering - 10.2-13 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild