diff --git a/libmspack.spec b/libmspack.spec index 00a3821c0802f064110612fff603dbd494d154e8..6a77d164998197e116173cbff39632b10605ef4f 100644 --- a/libmspack.spec +++ b/libmspack.spec @@ -1,6 +1,6 @@ Name: libmspack Version: 0.7 -Release: 0.1.6 +Release: 0.1.7 Summary: Library for CAB and related files compression and decompression License: LGPLv2.1 URL: http://www.cabextract.org.uk/libmspack/ @@ -24,13 +24,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 @@ -70,6 +73,9 @@ mv Changelog.utf8 ChangeLog %doc doc %changelog +* Mon Aug 19 2024 yuxian Mao - 0.7-0.1.7 +- Replaced declaration of help subpakage with the 'libmspack-help' macro. + * Thu Jan 9 2020 chengquan - 0.7-0.1.6 - Type:bugfix - ID:NA