From 53ac18e6a379a8ecdbb0bb4865ba1232878f7741 Mon Sep 17 00:00:00 2001 From: Heng Qi Date: Wed, 8 Feb 2023 13:09:37 +0800 Subject: [PATCH] change the format of man files Signed-off-by: Heng Qi --- zchunk.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zchunk.spec b/zchunk.spec index edd3f90..1403328 100644 --- a/zchunk.spec +++ b/zchunk.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: zchunk Version: 1.2.1 Release: %{anolis_release}%{?dist} @@ -82,7 +82,7 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{abidir}/zck*-option.list %{abidir}/unzck-option.list %{_libexecdir}/zck_gen_xml_dictionary -%{_mandir}/man1/*.gz +%{_mandir}/man1/*.* %files doc %doc README.md contrib @@ -101,6 +101,9 @@ install contrib/gen_xml_dictionary %{buildroot}%{_libexecdir}/zck_gen_xml_dictio %{_includedir}/zck.h %changelog +* Wed Feb 8 2023 Heng Qi - 1.2.1-3 +- change the format of man files + * Wed Nov 02 2022 mgb01105731 - 1.2.1-2 - optimise spec file & add doc package -- Gitee