diff --git a/cdparanoia.spec b/cdparanoia.spec index 42f49e6..99498dd 100644 --- a/cdparanoia.spec +++ b/cdparanoia.spec @@ -1,7 +1,7 @@ Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper) Name: cdparanoia Version: 10.2 -Release: 31 +Release: 32 License: GPLv2 and LGPLv2 URL: http://www.xiph.org/paranoia/index.html Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz @@ -14,7 +14,7 @@ Patch0005: cdparanoia-10.2-ldflags.patch Requires: %{name}-libs = %{version}-%{release} -BuildRequires: gcc +BuildRequires: gcc autoconf automake make %description Cdparanoia (Paranoia III) is a audio CD digital audio extraction application. @@ -51,6 +51,7 @@ This package provides help manual function for cdparanoia separately. cp /usr/lib/rpm/%{_vendor}/config.* . %build +autoreconf -ifv %configure --includedir=%{_includedir}/cdda make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldflags}" @@ -75,6 +76,9 @@ make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldf %{_libdir}/*.a %changelog +* Mon Aug 28 2023 zhouwenpei - 10.2-32 +- regenerate configure to fix build error + * Wed Jun 2 2021 liuyumeng - 10.2-31 - Add a buildrequires for gcc