diff --git a/libgsf.spec b/libgsf.spec index d6f8123444f1fdccf8a4916f6b6e71208922b4e8..da54eff758b092ee9423561fc56a9cdbe38c2874 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