From 2d0e9ae653b6ab29679e07c0250c5b2e1a8d004f Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Jan 07 2009 08:47:17 +0000 Subject: *** empty log message *** --- diff --git a/.cvsignore b/.cvsignore index e69de29..43abe68 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +hyph_es_ES.zip diff --git a/hyphen-es.spec b/hyphen-es.spec new file mode 100644 index 0000000..93adc73 --- /dev/null +++ b/hyphen-es.spec @@ -0,0 +1,47 @@ +Name: hyphen-es +Summary: Spanish hyphenation rules +%define upstreamid 20040810 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/hyph_es_ES.zip +Group: Applications/Text +URL: http://wiki.services.openoffice.org/wiki/Dictionaries +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch + +Requires: hyphen + +%description +Spanish hyphenation rules. + +%prep +%setup -q -c + +%build +chmod -x README_hyph_es_ES.txt + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/hyphen +cp -p *.dic $RPM_BUILD_ROOT/%{_datadir}/hyphen + +pushd $RPM_BUILD_ROOT/%{_datadir}/hyphen/ +es_ES_aliases="es_AR es_BO es_CL es_CO es_CR es_CU es_DO es_EC es_GT es_HN es_MX es_NI es_PA es_PE es_PR es_PY es_SV es_US es_UY es_VE" + +for lang in $es_ES_aliases; do + ln -s hyph_es_ES.dic hyph_$lang.dic +done +popd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_es_ES.txt +%{_datadir}/hyphen/* + +%changelog +* Tue Jan 06 2008 Caolan McNamara - 0.20040810-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..1e573ee --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hyphen-es-0_20040810-1_fc10:HEAD:hyphen-es-0.20040810-1.fc10.src.rpm:1231317987 diff --git a/sources b/sources index e69de29..73603c9 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +d34ab9eefdb49147c57c01227eeb0c66 hyph_es_ES.zip