latest version
This commit is contained in:
parent
e6d0928210
commit
b607ff5cb6
@ -1,2 +1 @@
|
||||
nl_NL.zip
|
||||
nl_NL-Pack
|
||||
nl-dict.oxt
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
Name: hunspell-nl
|
||||
Summary: Dutch hunspell dictionaries
|
||||
Version: 1.00g
|
||||
Release: 6%{?dist}
|
||||
Source: http://www.opentaal.org/bestanden/nl_NL-Pack
|
||||
Version: 1.10
|
||||
Release: 1%{?dist}
|
||||
Source: http://www.opentaal.org/bestanden/1_10/nl-dict.oxt
|
||||
Group: Applications/Text
|
||||
URL: http://www.opentaal.org/english.php
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
@ -15,20 +15,9 @@ Requires: hunspell
|
||||
Dutch hunspell dictionaries.
|
||||
|
||||
%prep
|
||||
%setup -q -c -n hunspell-nl
|
||||
%setup -q -c
|
||||
|
||||
%build
|
||||
unzip -o nl_NL.zip
|
||||
for i in README_nl_NL.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
|
||||
mv -f $i.new $i
|
||||
fi
|
||||
tr -d '\r' < $i > $i.new
|
||||
touch -r $i $i.new
|
||||
mv -f $i.new $i
|
||||
done
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -47,10 +36,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc README_nl_NL.txt
|
||||
%doc description/desc_en_US.txt description/desc_nl_NL.txt README_EN.txt README_NL.txt
|
||||
%{_datadir}/myspell/*
|
||||
|
||||
%changelog
|
||||
* Tue Aug 25 2009 Caolan McNamara <caolanm@redhat.com> - 1.10-1
|
||||
- latest version
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.00g-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user