latest pt_BR version
This commit is contained in:
parent
588e1fb22f
commit
e0979a2d6f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/vero_pt_br_v210aoc.oxt
|
||||
/hunspell-pt_PT-20130125.tar.gz
|
||||
/ptBR20130317AOC.zip
|
||||
|
||||
@ -4,7 +4,7 @@ Summary: Portuguese hunspell dictionaries
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 2%{?dist}
|
||||
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
|
||||
Source1: http://pt-br.libreoffice.org/assets/ptBR20130317AOC.zip
|
||||
Group: Applications/Text
|
||||
URL: http://www.broffice.org/verortografico/baixar
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -20,7 +20,7 @@ Portuguese hunspell dictionaries.
|
||||
%prep
|
||||
%setup -q -n hunspell-pt_PT-20130125
|
||||
unzip -q -o %{SOURCE1}
|
||||
for i in README_pt_BR.TXT README_pt_PT.txt; do
|
||||
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
|
||||
iconv -f ISO-8859-1 -t UTF-8 $i > $i.new
|
||||
touch -r $i $i.new
|
||||
@ -51,10 +51,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_pt_BR.TXT README_pt_PT.txt COPYING
|
||||
%doc README_pt_BR.txt README_pt_PT.txt COPYING
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue Oct 29 2013 Caolán McNamara <caolanm@redhat.com> - 0.20130317-1
|
||||
- latest pt_BR version
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20130125-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
@ -67,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20120611-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
* Thu Jun 13 2012 Caolán McNamara <caolanm@redhat.com> - 0.20120611-1
|
||||
* Wed Jun 13 2012 Caolán McNamara <caolanm@redhat.com> - 0.20120611-1
|
||||
- latest pt_PT version
|
||||
|
||||
* Tue May 08 2012 Caolán McNamara <caolanm@redhat.com> - 0.20120312-2
|
||||
@ -173,7 +176,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
* Fri Dec 14 2007 Caolán McNamara <caolanm@redhat.com> - 0.20071212-1
|
||||
- latest version
|
||||
|
||||
* Sat Nov 11 2007 Caolán McNamara <caolanm@redhat.com> - 0.20071106-1
|
||||
* Sun Nov 11 2007 Caolán McNamara <caolanm@redhat.com> - 0.20071106-1
|
||||
- latest version
|
||||
|
||||
* Mon Nov 05 2007 Caolán McNamara <caolanm@redhat.com> - 0.20071101-1
|
||||
|
||||
Loading…
Reference in New Issue
Block a user