From 87417b393e3d53925fd3fabfe0de0d9f99de3260 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 17:39:00 +0800 Subject: [PATCH] =?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 --- libnfs.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libnfs.spec b/libnfs.spec index 9932558..ae555be 100644 --- a/libnfs.spec +++ b/libnfs.spec @@ -1,6 +1,6 @@ Name: libnfs Version: 1.11.0 -Release: 4 +Release: 5 Summary: A library for accessing NFS shares over a network License: LGPLv2+ and BSD @@ -33,11 +33,13 @@ Requires: %{name} = %{version}-%{release} %description utils The libnfs-utils package contains simple client programs for accessing NFS servers using libnfs. -%package help -Summary: Help package for libnfs +#%package help +#Summary: Help package for libnfs -%description help -Help package for libnfs +#%description help +#Help package for libnfs + +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -78,6 +80,9 @@ sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool %doc README %changelog +* Mon Aug 19 2024 yuxian Mao - 1.11.0-5 +- Replaced declaration of help subpakage with the 'libnfs-help' macro. + * Thu Jan 2 2020 chenli - 1.11.0-4 - Modify spec -- Gitee