diff --git a/neon.spec b/neon.spec index 1bc2c74052e32c4ecfe4109e16f1d32641625b24..6daa86290f4ddf175a8286db488b26cc3a065b6f 100644 --- a/neon.spec +++ b/neon.spec @@ -1,6 +1,6 @@ Name: neon Version: 0.30.2 -Release: 11 +Release: 12 Summary: An HTTP and WebDAV client library License: LGPLv2+ URL: http://www.webdav.org/neon/ @@ -40,11 +40,7 @@ License: LGPLv2+ and GPLv2+ %description devel Libraries and header files of %{name} are all in the %{name}-devel package. -%package help -Summary: Help manual for %{name} - -%description help -The %{name}-help package conatins man manual etc +%package_help %prep %autosetup -n %{name}-%{version} -p1 -Sgit @@ -84,6 +80,9 @@ sed -ri "/^dependency_libs/{s,-l[^ ']*,,g}" \ %{_mandir}/man3/* %changelog +* Mon Aug 19 2024 ShuKun Qu - 0.30.2-12 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Thu Dec 29 2022 Guangzhong Yao - 0.30.2-11 - DESC: backport Switch to destroy_and_wait() in various places