From 657ef9257b2b4181006710d36d3221eb61007f2f 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:41:55 +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 979464d..e31bcdf 100644 --- a/libpng.spec +++ b/libpng.spec @@ -1,7 +1,7 @@ Name: libpng Epoch: 2 Version: 1.6.38 -Release: 2 +Release: 3 Summary: A library of functions for manipulating PNG image format files License: zlib URL: http://www.libpng.org/pub/png/libpng.html @@ -43,11 +43,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 @@ -89,6 +91,9 @@ make check %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 yuxian Mao - 2:1.6.38-3 +- Replaced declaration of help subpakage with the 'libpng-help' macro. + * Thu Dec 15 2022 zhouwenpei - 1.6.38-2 - remove example.c from help -- Gitee