diff --git a/libnet.spec b/libnet.spec index d0b8e7d5503c0320f3038c4c9a3b95918c350014..cc832fe8070030434e6ec954dc973ab26fb0d770 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,6 +1,6 @@ Name: libnet Version: 1.3 -Release: 2 +Release: 3 Summary: A C library to help with construction and handling of network packets License: BSD-2-Clause and BSD-3-Clause URL: https://github.com/libnet/libnet @@ -18,12 +18,15 @@ Requires: %{name}%{?_isa} = %{version}-%{release} %description devel This package contains libraries and header files. -%package help -Summary: Documentation files for the libnet library +#%package help +#Summary: Documentation files for the libnet library + +%package_help + Requires: %{name}%{?_isa} = %{version}-%{release} -%description help -This package contains help documents. +#%description help +#This package contains help documents. %prep %autosetup -p1 @@ -71,6 +74,9 @@ rm -f doc/html/Makefile* %{_mandir}/man3/%{name}*.3* %changelog +* Mon Aug 19 2024 yuxian Mao - 1.3-3 +- Replaced declaration of help subpakage with the 'libnet-help' macro. + * Wed Jun 05 2024 zhangpan - 1.3-2 - delete redundant files