latest pt_PT version
This commit is contained in:
parent
06a6c88b52
commit
ca28caf2e3
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,2 +1,2 @@
|
||||
/vero_pt_br_v210aoc.oxt
|
||||
/hunspell-pt_PT-20120911.tar.gz
|
||||
/hunspell-pt_PT-20130125.tar.gz
|
||||
|
||||
@ -1,9 +1,9 @@
|
||||
Name: hunspell-pt
|
||||
Summary: Portuguese hunspell dictionaries
|
||||
%define upstreamid 20120911
|
||||
%define upstreamid 20130125
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 1%{?dist}
|
||||
Source0: http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20120911.tar.gz
|
||||
Source0: http://natura.di.uminho.pt/download/sources/Dictionaries/hunspell/hunspell-pt_PT-20130125.tar.gz
|
||||
Source1: http://extensions.libreoffice.org/extension-center/vero-verificador-ortografico-e-hifenizador-em-portugues-do-brasil/pscreleasefolder.2012-01-04.1563120832/2.1/vero_pt_br_v210aoc.oxt
|
||||
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-20120911
|
||||
%setup -q -n hunspell-pt_PT-20130125
|
||||
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
|
||||
@ -55,6 +55,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Thu Jan 31 2013 Caolán McNamara <caolanm@redhat.com> - 0.20130125-1
|
||||
- latest pt_PT version
|
||||
|
||||
* Wed Sep 12 2012 Caolán McNamara <caolanm@redhat.com> - 0.20120911-1
|
||||
- latest pt_PT version
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user