diff --git a/libmspack.spec b/libmspack.spec index a8b53da98612adf0de7ef10fbfbdd8691a07e1cf..ccda850ed5d65498921291a8ddc0d219c3bc6c01 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -1,6 +1,6 @@ Name: libmspack Version: 0.8 -Release: 0.1.1 +Release: 0.1.2 Summary: Library for CAB and related files compression and decompression License: LGPLv2.1 URL: http://www.cabextract.org.uk/libmspack/ @@ -22,13 +22,16 @@ Requires: %{name} = %{version}-%{release} The %{name}-devel package contains libraries, header files and documentation for developing applications that use %{name}. -%package help -Summary: Help documents for %{name} +#%package help +#Summary: Help documents for %{name} + +%package_help + Obsoletes: %{name}-doc < 0.2 -%description help -The %{name}-help package contains README, TODO, COPYING.LIB, ChangeLog, AUTHORS -and documentation for %{name}. +#%description help +#The %{name}-help package contains README, TODO, COPYING.LIB, ChangeLog, AUTHORS +#and documentation for %{name}. %prep %autosetup -n %{name}-%{version}alpha/libmspack -p1 @@ -68,6 +71,9 @@ mv Changelog.utf8 ChangeLog %doc doc %changelog +* Mon Aug 19 2024 yuxian Mao - 0.8-0.1.2 +- Replaced declaration of help subpakage with the 'libmspack-help' macro. + * Thu Jan 21 2021 yangzhuangzhuang - 0.8-0.1.1 - Type:enhancement - ID:NA