From b7fcc9f524c1ae754513ec4ed1c1ce2b7a98d79a Mon Sep 17 00:00:00 2001 From: zhaolin321 Date: Tue, 20 Aug 2024 14:46:50 +0800 Subject: [PATCH] libgsf.spec --- libgsf.spec | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/libgsf.spec b/libgsf.spec index d6f8123..da54eff 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -1,6 +1,6 @@ Name: libgsf Version: 1.14.52 -Release: 1 +Release: 2 Summary: GNOME Structured File library License: LGPLv2 URL: https://gitlab.gnome.org/GNOME/libgsf @@ -20,12 +20,7 @@ Requires: libgsf = %{version}-%{release}, glib2-devel, libxml2-devel pkgconfig %description devel Support files necessary to compile applications with libgsf -%package help -Summary: The man for %{name} -Requires: libgsf = %{version}-%{release} - -%description help -This sub-package provides the man for %{name} +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -71,6 +66,9 @@ chrpath --delete %{buildroot}%{_bindir}/gsf* %{_mandir}/man1/gsf-vba-dump.1.gz %changelog +* Tue Aug 20 2024 Lin Zhao - 1.14.52-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Jul 29 2024 dillon chen - 1.14.52-1 - Update to 1.14.52 -- Gitee