diff --git a/cdparanoia.spec b/cdparanoia.spec index 42f49e6d2a8a777a74000a352e384f9dd14eaa5f..3aba8313a968f55681135a7d74e22f9ab43d0d72 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 @@ -40,11 +40,7 @@ Obsoletes: cdparanoia-static It provides the static/dynamic libraries and header files needed for developing applications to read CD-DA. -%package help -Summary: Help manual for cdparanoia - -%description help -This package provides help manual function for cdparanoia separately. +%package_help %prep %autosetup -n %{name}-III-%{version} -p1 @@ -75,6 +71,9 @@ make OPT="$RPM_OPT_FLAGS -Wno-pointer-sign -Wno-unused" LDFLAGS="%{?__global_ldf %{_libdir}/*.a %changelog +* Mon Aug 19 2024 Pan Zhang - 10.2-32 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Wed Jun 2 2021 liuyumeng - 10.2-31 - Add a buildrequires for gcc