From 83170f96dde3f5595b371571f5bb3a69c8fdc832 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Fri, 6 Feb 2009 09:33:56 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hyphen-ca.spec | 45 +++++++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 48 insertions(+) create mode 100644 hyphen-ca.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..67340ea 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +hyph_ca_ES.zip diff --git a/hyphen-ca.spec b/hyphen-ca.spec new file mode 100644 index 0000000..94598c9 --- /dev/null +++ b/hyphen-ca.spec @@ -0,0 +1,45 @@ +Name: hyphen-ca +Summary: Catalan hyphenation rules +%define upstreamid 20030920 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://www.arrakis.es/~jmones/hyph_ca_ES.zip +Group: Applications/Text +URL: http://www.arrakis.es/~jmones/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LPPL +BuildArch: noarch + +Requires: hyphen + +%description +Catalan hyphenation rules. + +%prep +%setup -q -c + +%build +chmod -x * + +%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/ +ca_ES_aliases="ca_AD ca_FR ca_IT" +for lang in $ca_ES_aliases; do + ln -s hyph_ca_ES.dic hyph_$lang.dic +done +popd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_hyph_ca_ES.txt +%{_datadir}/hyphen/* + +%changelog +* Tue Feb 03 2009 Caolán McNamara - 0.20030920-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..ee5674b --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hyphen-ca-0_20030920-1_fc10:HEAD:hyphen-ca-0.20030920-1.fc10.src.rpm:1233912741 diff --git a/sources b/sources index e69de29..864cfe8 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +16ba21e982d981c8c74e54c5a9254fa3 hyph_ca_ES.zip