update to a new version
This commit is contained in:
parent
73640eecda
commit
99988435c0
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
||||
openoffice.org-dict-cs_CZ.tar.gz
|
||||
/dict-cs-2.0.oxt
|
||||
|
@ -1,11 +1,11 @@
|
||||
Name: openoffice.org-dict-cs_CZ
|
||||
Version: 20060303
|
||||
Release: 14%{?dist}
|
||||
Version: 20080822
|
||||
Release: 1%{?dist}
|
||||
Summary: Czech spellchecker and hyphenation dictionaries for OpenOffice.org
|
||||
License: GPL+
|
||||
Group: Applications/Productivity
|
||||
URL: ftp://ftp.linux.cz/pub/localization/OpenOffice.org/devel/Czech/spell_checking/
|
||||
Source0: openoffice.org-dict-cs_CZ.tar.gz
|
||||
URL: http://extensions.services.openoffice.org/en/project/dict-cs
|
||||
Source0: http://downloads.sourceforge.net/aoo-extensions/dict-cs-2.0.oxt
|
||||
BuildArch: noarch
|
||||
|
||||
%define hunspelldir %{_datadir}/myspell
|
||||
@ -34,11 +34,9 @@ Obsoletes: openoffice.org-dict-cs_CZ < %{version}-%{release}
|
||||
Czech hyphenation rules.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}
|
||||
%setup -q -c -n %{name}
|
||||
|
||||
%build
|
||||
iconv -f ISO-8859-2 -t UTF-8 README_hyph_cs_CZ.txt > README_hyph_cs_CZ.txt.new
|
||||
mv -f README_hyph_cs_CZ.txt.new README_hyph_cs_CZ.txt
|
||||
|
||||
%install
|
||||
mkdir -p $RPM_BUILD_ROOT%{hunspelldir}
|
||||
@ -47,14 +45,17 @@ mkdir -p $RPM_BUILD_ROOT%{hyphendir}
|
||||
install -m 644 hyph*.dic $RPM_BUILD_ROOT%{hyphendir}
|
||||
|
||||
%files -n hyphen-cs
|
||||
%doc README_hyph_cs_CZ.txt
|
||||
%doc README_cs.txt README_en.txt
|
||||
%{hyphendir}/hyph_cs*
|
||||
|
||||
%files -n hunspell-cs
|
||||
%doc README_cs_CZ.txt
|
||||
%doc README_cs.txt README_en.txt
|
||||
%{hunspelldir}/cs*
|
||||
|
||||
%changelog
|
||||
* Thu May 15 2014 David Tardon <dtardon@redhat.com> - 20080822-1
|
||||
- update to a new version
|
||||
|
||||
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 20060303-14
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user