!10 [sync] PR-9: regenerate configure to fix build error

From: @openeuler-sync-bot 
Reviewed-by: @t_feng 
Signed-off-by: @t_feng
This commit is contained in:
openeuler-ci-bot 2023-09-26 02:20:34 +00:00 committed by Gitee
commit efac69d047
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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 <zhouwenpei1@h-partners.com> - 10.2-32
- regenerate configure to fix build error
* Wed Jun 2 2021 liuyumeng <liuyumeng5@huawei.com> - 10.2-31
- Add a buildrequires for gcc