2007-11-26 20:25:49 +00:00
|
|
|
Name: hyphen-nl
|
|
|
|
Summary: Dutch hyphenation rules
|
|
|
|
%define upstreamid 20050617
|
|
|
|
Version: 0.%{upstreamid}
|
2009-07-25 02:55:15 +00:00
|
|
|
Release: 5%{?dist}
|
2007-11-26 20:25:49 +00:00
|
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip
|
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
License: GPLv2
|
|
|
|
BuildArch: noarch
|
|
|
|
Requires: hyphen
|
|
|
|
|
|
|
|
%description
|
|
|
|
Dutch hyphenation rules.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -n hyphen-nl
|
|
|
|
|
|
|
|
%build
|
2009-07-11 15:55:10 +00:00
|
|
|
for i in README_hyph_nl_NL.txt; do
|
|
|
|
tr -d '\r' < $i > $i.new
|
|
|
|
touch -r $i $i.new
|
|
|
|
mv -f $i.new $i
|
|
|
|
done
|
2007-11-26 20:25:49 +00:00
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
cp -p hyph_nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
|
|
|
|
|
|
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
2009-06-12 14:40:52 +00:00
|
|
|
nl_NL_aliases="nl_AW nl_BE"
|
2007-11-26 20:25:49 +00:00
|
|
|
for lang in $nl_NL_aliases; do
|
|
|
|
ln -s hyph_nl_NL.dic hyph_$lang.dic
|
|
|
|
done
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README_hyph_nl_NL.txt
|
|
|
|
%{_datadir}/hyphen/*
|
|
|
|
|
|
|
|
%changelog
|
2009-07-25 02:55:15 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050617-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-11 15:55:10 +00:00
|
|
|
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050617-4
|
|
|
|
- tidy spec
|
|
|
|
|
2009-06-12 14:40:52 +00:00
|
|
|
* Fri Jun 12 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050617-3
|
|
|
|
- extend coverage
|
|
|
|
|
2009-02-25 06:13:29 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050617-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2007-11-26 20:25:49 +00:00
|
|
|
* Fri Nov 23 2007 Caolan McNamara <caolanm@redhat.com> - 0.20050617-1
|
|
|
|
- initial version
|