diff --git a/libnet.spec b/libnet.spec index 892ba0c6262b68b5e1eec051b5e4a332558d635c..840ec8e22e79979e0ed4c08c67ed6ddb6627baf5 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 URL: https://github.com/libnet/libnet/ @@ -19,12 +19,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 @@ -70,7 +73,10 @@ rm -f doc/html/Makefile* %doc %{_docdir}/* %changelog -* Wed Jun 05 2024 zhangpan - 1.2-3 +* 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 * Wed Dec 27 2023 lvgenggeng - 1.2-2