diff --git a/mksh.spec b/mksh.spec index 002403efde434aed738043b48358f829c14a4e35..fb5246eaf46cb3061a3b0dd1551b3b5f3e4a4373 100644 --- a/mksh.spec +++ b/mksh.spec @@ -1,6 +1,6 @@ Name: mksh Version: 56c -Release: 5 +Release: 6 Summary: MirBSD enhanced version of the Korn Shell License: MirOS and ISC and BSD URL: https://www.mirbsd.org/mksh.htm @@ -20,11 +20,7 @@ and a successor to the Public Domain Korn Shell (pdksh). It is developed as part native Bourne/POSIX/Korn shell for MirOS BSD, but also to be readily available under other UNIX-like operating systems. It targets users who desire a compact, fast, reliable, secure shell not cut off modern extensions, with unicode support. -%package help -Summary: Help documents for mksh - -%description help -The mksh-help package conatins manual pages and other related files for mksh. +%package_help %prep %autosetup -n %{name} -p1 @@ -116,5 +112,8 @@ fi %{_mandir}/man1/* %changelog +* Tue Aug 20 2024 Wei Zhang - 56c-6 +- Replaced declaration of help subpackage with the 'package_help' macro + * Wed Nov 20 2019 liujing - 56c-5 - Package init