From f6d8bfa406b9a1551d069f48c92716cc026ef91a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AF=9B=E7=8E=89=E8=B4=A4?= Date: Tue, 20 Aug 2024 14:34:00 +0800 Subject: [PATCH] Replaced declaration of help subpakage with the 'libpng-help' macro. --- libpng.spec | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/libpng.spec b/libpng.spec index 46a07a7..40e4033 100644 --- a/libpng.spec +++ b/libpng.spec @@ -1,7 +1,7 @@ Name: libpng Epoch: 2 Version: 1.6.43 -Release: 1 +Release: 2 Summary: A library of functions for manipulating PNG image format files License: zlib URL: http://www.libpng.org/pub/png/libpng.html @@ -42,11 +42,13 @@ Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release} %description tools The libpng-tools package contains tools used by the authors of libpng. -%package help -Summary: Help documents for libpng +#%package help +#Summary: Help documents for libpng -%description help -This package contain the license files and help documents for libpng. +#%description help +#This package contain the license files and help documents for libpng. + +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -88,6 +90,9 @@ make check %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 yuxian Mao - 2:1.6.43-2 +- Replaced declaration of help subpakage with the 'libpng-help' macro. + * Tue May 21 2024 zhangxingrong - 1.6.43-1 - Update to version 1.6.43 -- Gitee