diff --git a/libnet.spec b/libnet.spec index 6d9e1ea58c8b7c3f2ebc96d647b07fd6aec8e5b6..d430ec97b98c60d58c357542ae452b2746eda09c 100644 --- a/libnet.spec +++ b/libnet.spec @@ -1,6 +1,6 @@ Name: libnet Version: 1.2 -Release: 3 +Release: 4 Summary: A C library to help with construction and handling of network packets License: BSD-2-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: help files are included in this package +#%package help +#Summary: help files are included in this package + +%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.2-4 +- Replaced declaration of help subpakage with the 'libnet-help' macro. + * Wed Jun 05 2024 zhangpan - 1.2-3 - delete redundant files