latest pt_PT version
This commit is contained in:
parent
b021459072
commit
c4cef0f321
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/pt_BR-2011-05-27AOC.zip
|
||||
/hunspell-pt_PT-20110928.tar.gz
|
||||
/hunspell-pt_PT-20111102.tar.gz
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Name: hunspell-pt
|
||||
Summary: Portuguese hunspell dictionaries
|
||||
%define upstreamid 20110928
|
||||
%define upstreamid 20111102
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source0: http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20110928.tar.gz
|
||||
Source0: http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20111102.tar.gz
|
||||
Source1: http://www.broffice.org/files/pt_BR-2011-05-27AOC.zip
|
||||
Group: Applications/Text
|
||||
URL: http://www.broffice.org/verortografico/baixar
|
||||
@ -18,7 +18,7 @@ Requires: hunspell
|
||||
Portuguese hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -n hunspell-pt_PT-20110928
|
||||
%setup -q -n hunspell-pt_PT-20111102
|
||||
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
|
||||
@ -47,6 +47,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Wed Nov 16 2011 Caolán McNamara <caolanm@redhat.com> - 0.20111102-1
|
||||
- latest pt_PT version
|
||||
|
||||
* Mon Oct 17 2011 Caolán McNamara <caolanm@redhat.com> - 0.20110928-1
|
||||
- latest pt_PT version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user