diff --git a/cdparanoia.spec b/cdparanoia.spec index 866302212a6caf4ab0812aa76a713956b9eff3de..03c45777f89044518da9b5c49148020779bb0099 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: 30 +Release: 31 License: GPLv2 and LGPLv2 URL: http://www.xiph.org/paranoia/index.html Source: http://downloads.xiph.org/releases/cdparanoia/cdparanoia-III-%{version}.src.tgz @@ -38,11 +38,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 @@ -73,6 +69,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-31 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Feb 17 2020 hexiujun - 10.2-30 - Type:enhancement - ID:NA