From ddebe2aa7500ed6d209fb8a00a00673059dac11e 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:46:18 +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 b6c0602..eb97552 100644 --- a/libpng.spec +++ b/libpng.spec @@ -1,7 +1,7 @@ Name: libpng Epoch: 2 Version: 1.6.37 -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 @@ -32,11 +32,13 @@ Obsoletes: libpng-static The libpng-devel package contains libraries and header files for developing applications that using the PNG library. -%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 @@ -76,6 +78,9 @@ make check %{_mandir}/man*/* %changelog +* Tue Aug 20 2024 yuxian Mao - 2:1.6.37-2 +- Replaced declaration of help subpakage with the 'libpng-help' macro. + * Mon May 11 2020 openEuler Buildteam - 1.6.37-1 - Type:requirement - ID:NA -- Gitee