extend coverage
This commit is contained in:
parent
cb37051aa6
commit
ea89146df8
@ -2,7 +2,7 @@ Name: hyphen-nl
|
||||
Summary: Dutch hyphenation rules
|
||||
%define upstreamid 20050617
|
||||
Version: 0.%{upstreamid}
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
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
|
||||
@ -27,7 +27,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
cp -p hyph_nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||
|
||||
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||
nl_NL_aliases="nl_BE"
|
||||
nl_NL_aliases="nl_AW nl_BE"
|
||||
for lang in $nl_NL_aliases; do
|
||||
ln -s hyph_nl_NL.dic hyph_$lang.dic
|
||||
done
|
||||
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/hyphen/*
|
||||
|
||||
%changelog
|
||||
* Fri Jun 12 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050617-3
|
||||
- extend coverage
|
||||
|
||||
* 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user