diff --git a/mousetweaks.spec b/mousetweaks.spec index 7cd9447a7cdd7571515329d5b0a3716f78583cb4..d579fb8127e3625f4b61e5ab994ae5bc16864346 100644 --- a/mousetweaks.spec +++ b/mousetweaks.spec @@ -1,6 +1,6 @@ Name: mousetweaks Version: 3.12.0 -Release: 13 +Release: 14 Summary: Accessibility enhancements for the mouse License: GPL-3.0-or-later URL: http://live.gnome.org/Mousetweaks/Home @@ -15,11 +15,7 @@ Requires(pre): GConf2 Mousetweaks is a daemon that provides various mouse features for the GNOME desktop. It depends on the Assistive Technology Service Provider Interface (AT-SPI). -%package help -Summary:Help document for mousetweaks - -%description help -Help document for mousetweaks. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -54,6 +50,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || : %doc %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Wei Zhang - 3.12.0-14 +- Replaced declaration of help subpackage with the 'package_help' macro + * Thu Jun 13 2024 yao_xin - 3.12.0-13 - License compliance rectification