diff --git a/atf.spec b/atf.spec index e861859ce3707d115d6b98d0309b14f5b9b6f604..9c6cc3ea228bc7af8a4cc1d53ff2b4536c72b5b2 100644 --- a/atf.spec +++ b/atf.spec @@ -1,6 +1,6 @@ Name: atf Version: 0.20 -Release: 13 +Release: 14 License: BSD Summary: Testing Framework for Automated URL: http://code.google.com/p/kyua/wiki/ATF @@ -73,11 +73,7 @@ and POSIX Shell libraries and runtime tools. For more details on how to run the installed tests, see the README file in the documentation directory. -%package help -Summary: Help documents for atf - -%description help -Man pages and other related help documents for atf. +%package_help %prep %autosetup -n %{name}-%{version} -p1 @@ -141,5 +137,8 @@ make check %changelog +* Mon Aug 19 2024 Pan Zhang - 0.20-14 +- Replaced declaration of help subpackage with the 'package_help' macro. + * Tue Dec 31 2019 duyeyu - 0.20-13 - Package init