Add a buildrequires for gcc

This commit is contained in:
Zhiqiang Liu 2021-06-02 10:17:16 +08:00
parent 4ca59c3874
commit f748cbeede

View File

@ -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: 30 Release: 31
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,6 +14,8 @@ Patch0005: cdparanoia-10.2-ldflags.patch
Requires: %{name}-libs = %{version}-%{release} Requires: %{name}-libs = %{version}-%{release}
BuildRequires: gcc
%description %description
Cdparanoia (Paranoia III) is a audio CD digital audio extraction application. Cdparanoia (Paranoia III) is a audio CD digital audio extraction application.
It extracts audio from compact discs directly as data, and writes the data to It extracts audio from compact discs directly as data, and writes the data to
@ -73,6 +75,9 @@ make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldf
%{_libdir}/*.a %{_libdir}/*.a
%changelog %changelog
* Wed Jun 2 2021 liuyumeng <liuyumeng5@huawei.com> - 10.2-31
- Add a buildrequires for gcc
* Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 10.2-30 * Mon Feb 17 2020 hexiujun <hexiujun1@huawei.com> - 10.2-30
- Type:enhancement - Type:enhancement
- ID:NA - ID:NA