From e745797260e9e870c572df39650ac906e557de76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Mon, 19 Aug 2024 14:18:45 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9spec=E6=96=87=E4=BB=B6?= =?UTF-8?q?=EF=BC=8C=E7=94=A8=E5=AE=8F%package=5Fhelp=E6=9B=BF=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- libmspack.spec | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/libmspack.spec b/libmspack.spec index a8b53da..a478041 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -1,6 +1,6 @@ Name: libmspack Version: 0.8 -Release: 0.1.1 +Release: 0.1.2 Summary: Library for CAB and related files compression and decompression License: LGPLv2.1 URL: http://www.cabextract.org.uk/libmspack/ @@ -22,13 +22,15 @@ Requires: %{name} = %{version}-%{release} The %{name}-devel package contains libraries, header files and documentation for developing applications that use %{name}. -%package help -Summary: Help documents for %{name} -Obsoletes: %{name}-doc < 0.2 +#%package help +#Summary: Help documents for %{name} +#Obsoletes: %{name}-doc < 0.2 -%description help -The %{name}-help package contains README, TODO, COPYING.LIB, ChangeLog, AUTHORS -and documentation for %{name}. +#%description help +#The %{name}-help package contains README, TODO, COPYING.LIB, ChangeLog, AUTHORS +#and documentation for %{name}. + +%package_help %prep %autosetup -n %{name}-%{version}alpha/libmspack -p1 @@ -68,6 +70,9 @@ mv Changelog.utf8 ChangeLog %doc doc %changelog +* Mon Aug 19 2024 yuxian Mao 0.8-0.1.2 +- Replaced declaration of help subpakage with the 'libmspack-help' macro. + * Thu Jan 21 2021 yangzhuangzhuang - 0.8-0.1.1 - Type:enhancement - ID:NA -- Gitee From 906926fad01fd24daeb10d670124d8859234c340 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Wed, 21 Aug 2024 01:55:36 +0000 Subject: [PATCH 2/2] Replaced declaration of help subpakage with the 'libmspack-help' macro. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 毛玉贤 --- libmspack.spec | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/libmspack.spec b/libmspack.spec index a478041..ccda850 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -24,14 +24,15 @@ for developing applications that use %{name}. #%package help #Summary: Help documents for %{name} -#Obsoletes: %{name}-doc < 0.2 + +%package_help + +Obsoletes: %{name}-doc < 0.2 #%description help #The %{name}-help package contains README, TODO, COPYING.LIB, ChangeLog, AUTHORS #and documentation for %{name}. -%package_help - %prep %autosetup -n %{name}-%{version}alpha/libmspack -p1 @@ -70,7 +71,7 @@ mv Changelog.utf8 ChangeLog %doc doc %changelog -* Mon Aug 19 2024 yuxian Mao 0.8-0.1.2 +* Mon Aug 19 2024 yuxian Mao - 0.8-0.1.2 - Replaced declaration of help subpakage with the 'libmspack-help' macro. * Thu Jan 21 2021 yangzhuangzhuang - 0.8-0.1.1 -- Gitee