diff --git a/fxload.spec b/fxload.spec index ee7b400cb09b224ddd2c5927986b346f6b2aa930..ed3dae9d05ad9bc1df25263410400e7bcf329897 100644 --- a/fxload.spec +++ b/fxload.spec @@ -1,6 +1,6 @@ Name: fxload Version: 2008_10_13 -Release: 20 +Release: 21 Summary: A program which downloads firmware to USB devices License: GPLv2+ URL: http://linux-hotplug.sourceforge.net/ @@ -15,12 +15,12 @@ as well as the original AnchorChips EZ-USB. It is intended to be invoked by hotp scripts when the unprogrammed device appears on the bus. -%package help -Summary: Including man files for fxload +%package_help +#Summary: Including man files for fxload Requires: man -%description help -This contains man files for the using of fxload. +#%description help +#This contains man files for the using of fxload. %prep %autosetup -n %{name}-%{version} -p1 @@ -41,6 +41,9 @@ install -D -m 644 fxload.8 %{buildroot}/%{_mandir}/man8/fxload.8 %{_mandir}/*/* %changelog +* Tue Aug 20 2024 Min Zhang - 2008_10_13-21 +- Replaces declaration of help subpackage with the 'package_help' marco. + * Fri Mar 1 2024 luofeng - 2008_10_13-20 - support clang build