diff --git a/hunspell-pt.spec b/hunspell-pt.spec index 9f5bcb1..19b9fd9 100644 --- a/hunspell-pt.spec +++ b/hunspell-pt.spec @@ -1,8 +1,8 @@ Name: hunspell-pt Summary: Hunspell dictionaries for Portuguese -Version: 0.20130125 -Release: 12 -Source0: http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20130125.tar.gz +Version: 20130125 +Release: 13 +Source0: http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-%{version}.tar.gz Source1: http://downloads.sourceforge.net/project/openofficeorg.mirror/contrib/dictionaries/pt_BR.zip URL: https://wiki.openoffice.org/wiki/Dictionaries License: ((LGPLv3 or MPL) and LGPLv2) and (GPLv2 or LGPLv2 or MPLv1.1) @@ -15,7 +15,7 @@ Supplements: (hunspell and langpacks-pt) Hunspell dictionaries for Portuguese. %prep -%autosetup -n hunspell-pt_PT-20130125 -p1 +%autosetup -n hunspell-pt_PT-%{version} -p1 unzip -q -o %{SOURCE1} for i in README_pt_BR.txt README_pt_PT.txt; do if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then @@ -45,5 +45,11 @@ cd - %{_datadir}/myspell/* %changelog +* Sat Oct 10 2020 zhanghua - 20130125-13 +- Type:bugfix +- ID:NA +- SUG:NA +- DESC: fix the version as 20130125 + * Thu Apr 23 2020 lizhenhua - 0.20130125-12 - Package init