dict-la states that the Italian hyphenation rules are sufficient for latin
too
This commit is contained in:
parent
4be5114bf2
commit
c99bd79817
@ -2,7 +2,7 @@ Name: hyphen-it
|
|||||||
Summary: Italian hyphenation rules
|
Summary: Italian hyphenation rules
|
||||||
%define upstreamid 20071127
|
%define upstreamid 20071127
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_it_IT.zip
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_it_IT.zip
|
||||||
Group: Applications/Text
|
Group: Applications/Text
|
||||||
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
URL: http://wiki.services.openoffice.org/wiki/Dictionaries
|
||||||
@ -25,7 +25,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
cp -p hyph_it_IT.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
cp -p hyph_it_IT.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen
|
||||||
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/
|
||||||
it_IT_aliases="it_CH"
|
#http://extensions.services.openoffice.org/project/dict-la uses the it_IT for Latin
|
||||||
|
#so we'll do the same
|
||||||
|
it_IT_aliases="it_CH la_VA"
|
||||||
for lang in $it_IT_aliases; do
|
for lang in $it_IT_aliases; do
|
||||||
ln -s hyph_it_IT.dic "hyph_"$lang".dic"
|
ln -s hyph_it_IT.dic "hyph_"$lang".dic"
|
||||||
done
|
done
|
||||||
@ -39,6 +41,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/hyphen/*
|
%{_datadir}/hyphen/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 02 2008 Caolan McNamara <caolanm@redhat.com> - 0.20071127-3
|
||||||
|
- add Latin alias
|
||||||
|
|
||||||
* Thu Nov 29 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071127-2
|
* Thu Nov 29 2007 Caolan McNamara <caolanm@redhat.com> - 0.20071127-2
|
||||||
- add switz italian alias
|
- add switz italian alias
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user