From a6e908bf293ff0ce5ddf480eb2cada9e7b4ea49b Mon Sep 17 00:00:00 2001 From: zhangpan Date: Mon, 19 Aug 2024 13:48:51 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E2=80=9Cpackage=5Fhelp=E2=80=9D?= =?UTF-8?q?=E5=AE=8F=E6=9B=BF=E6=8D=A2help=E5=AD=90=E5=8C=85=E5=A3=B0?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cdparanoia.spec | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/cdparanoia.spec b/cdparanoia.spec index 99498dd..951fd96 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: 32 +Release: 33 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 @@ -76,6 +72,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-33 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Aug 28 2023 zhouwenpei - 10.2-32 - regenerate configure to fix build error -- Gitee