extend coverage
This commit is contained in:
parent
cb37051aa6
commit
ea89146df8
@ -2,7 +2,7 @@ Name: hyphen-nl
|
|||||||
Summary: Dutch hyphenation rules
|
Summary: Dutch hyphenation rules
|
||||||
%define upstreamid 20050617
|
%define upstreamid 20050617
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_nl_NL.zip
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
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
|
cp -p hyph_nl_NL.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
|
||||||
pushd $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
|
for lang in $nl_NL_aliases; do
|
||||||
ln -s hyph_nl_NL.dic hyph_$lang.dic
|
ln -s hyph_nl_NL.dic hyph_$lang.dic
|
||||||
done
|
done
|
||||||
@ -41,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user