diff --git a/hunspell.spec b/hunspell.spec index 9950a2dc909d9cf3f588a887aca491fa1e361236..bd58851db11169b509cc234ec0fb443399665100 100644 --- a/hunspell.spec +++ b/hunspell.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: hunspell Summary: A spell checker and morphological analyzer library @@ -104,8 +104,8 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell %{_bindir}/hunspell %{abidir}/*.dump %{abidir}/hunspell-option.list -%{_mandir}/man1/hunspell.1.gz -%lang(hu) %{_mandir}/hu/man1/hunspell.1.gz +%{_mandir}/man1/hunspell.1* +%lang(hu) %{_mandir}/hu/man1/hunspell.1* %files doc %doc README AUTHORS THANKS @@ -128,10 +128,10 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell %{abidir}/makealias-option.list %{abidir}/hunzip-option.list %{_libdir}/pkgconfig/hunspell.pc -%{_mandir}/man1/hunzip.1.gz -%{_mandir}/man1/hzip.1.gz -%{_mandir}/man3/hunspell.3.gz -%{_mandir}/man5/hunspell.5.gz +%{_mandir}/man1/hunzip.1* +%{_mandir}/man1/hzip.1* +%{_mandir}/man3/hunspell.3* +%{_mandir}/man5/hunspell.5* %files filesystem %dir %{abidir} @@ -139,6 +139,9 @@ mkdir $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell %changelog +* Tue Mar 21 2023 Chang Gao - 1.7.1-3 +- Rewrite man files format + * Wed Oct 26 2022 mgb01105731 - 1.7.1-2 - optimise spec file