diff --git a/libgsf.spec b/libgsf.spec index 9472f77bc996597ffbda961424bd5b04a4ff70d4..8241c4bd037116c8a3dccd71a81a7931a3c861ac 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -1,6 +1,6 @@ Name: libgsf Version: 1.14.50 -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 +* Wed Aug 21 2024 Lin Zhao - 1.14.50-2 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Mon Jan 2 2023 lin zhang - 1.14.50-1 - Update to 1.14.50