extend coverage
This commit is contained in:
parent
8ebcb1dbec
commit
436998418f
@ -2,7 +2,7 @@ Name: hyphen-el
|
|||||||
Summary: Greek hyphenation rules
|
Summary: Greek hyphenation rules
|
||||||
%define upstreamid 20051018
|
%define upstreamid 20051018
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_el_GR.zip
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_el_GR.zip
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||||
@ -25,6 +25,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
|
|
||||||
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||||
|
el_GR_aliases="el_CY"
|
||||||
|
for lang in $el_GR_aliases; do
|
||||||
|
ln -s hyph_el_GR.dic hyph_$lang.dic
|
||||||
|
done
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
@ -34,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Jun 12 2009 Caolan McNamara <caolanm@redhat.com> - 0.20051018-3
|
||||||
|
- extend coverage
|
||||||
|
|
||||||
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20051018-2
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20051018-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