From 80b2aecc492ef02041752e57f7e260d0bc0774f7 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:32:06 +0800 Subject: [PATCH 1/3] =?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 00a3821..1560e65 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -1,6 +1,6 @@ Name: libmspack Version: 0.7 -Release: 0.1.6 +Release: 0.1.7 Summary: Library for CAB and related files compression and decompression License: LGPLv2.1 URL: http://www.cabextract.org.uk/libmspack/ @@ -24,13 +24,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 @@ -70,6 +72,9 @@ mv Changelog.utf8 ChangeLog %doc doc %changelog +* Mon Aug 19 2024 yuxian Mao 0.7-0.1.7 +- Replaced declaration of help subpakage with the 'libmspack-help' macro. + * Thu Jan 9 2020 chengquan - 0.7-0.1.6 - Type:bugfix - ID:NA -- Gitee From 2f7b11042c9793297953c48896bad37361515261 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:52:04 +0000 Subject: [PATCH 2/3] 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 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/libmspack.spec b/libmspack.spec index 1560e65..7868fed 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -26,14 +26,14 @@ 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 @@ -72,7 +72,7 @@ mv Changelog.utf8 ChangeLog %doc doc %changelog -* Mon Aug 19 2024 yuxian Mao 0.7-0.1.7 +* Mon Aug 19 2024 yuxian Mao - 0.7-0.1.7 - Replaced declaration of help subpakage with the 'libmspack-help' macro. * Thu Jan 9 2020 chengquan - 0.7-0.1.6 -- Gitee From cda31f57a40439d28eff42569e45c0bf496f0cca 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:54:45 +0000 Subject: [PATCH 3/3] update libmspack.spec. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 毛玉贤 --- libmspack.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/libmspack.spec b/libmspack.spec index 7868fed..6a77d16 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -28,6 +28,7 @@ for developing applications that use %{name}. #Summary: Help documents for %{name} %package_help + Obsoletes: %{name}-doc < 0.2 #%description help -- Gitee