regenerate configure to fix build error
(cherry picked from commit 9eaeed8e620b2880f545a15a7c552dc4cb89d24c)
This commit is contained in:
parent
f68434faab
commit
54e2797791
@ -1,7 +1,7 @@
|
|||||||
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
|
Summary: Compact Disc Digital Audio (CDDA) extraction tool (or ripper)
|
||||||
Name: cdparanoia
|
Name: cdparanoia
|
||||||
Version: 10.2
|
Version: 10.2
|
||||||
Release: 31
|
Release: 32
|
||||||
License: GPLv2 and LGPLv2
|
License: GPLv2 and LGPLv2
|
||||||
URL: http://www.xiph.org/paranoia/index.html
|
URL: http://www.xiph.org/paranoia/index.html
|
||||||
Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz
|
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}
|
Requires: %{name}-libs = %{version}-%{release}
|
||||||
|
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc autoconf automake make
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Cdparanoia (Paranoia III) is a audio CD digital audio extraction application.
|
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.* .
|
cp /usr/lib/rpm/%{_vendor}/config.* .
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
autoreconf -ifv
|
||||||
%configure --includedir=%{_includedir}/cdda
|
%configure --includedir=%{_includedir}/cdda
|
||||||
make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldflags}"
|
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
|
%{_libdir}/*.a
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Jun 2 2021 liuyumeng <liuyumeng5@huawei.com> - 10.2-31
|
||||||
- Add a buildrequires for gcc
|
- Add a buildrequires for gcc
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user