From f80d40d47416a874281b0e1946f8e516adee3aec Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Mon, 9 Jul 2007 09:15:17 +0000 Subject: [PATCH] found upstream --- .cvsignore | 2 +- hunspell-ca.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 67f43e1..459d1a3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ca_ES.zip +catalan.tar.gz diff --git a/hunspell-ca.spec b/hunspell-ca.spec index 181b44f..00e6779 100644 --- a/hunspell-ca.spec +++ b/hunspell-ca.spec @@ -1,11 +1,11 @@ Name: hunspell-ca Summary: Catalan hunspell dictionaries -%define upstreamid 20021015 +%define upstreamid 20060508 Version: 0.%{upstreamid} Release: 1%{?dist} -Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/ca_ES.zip +Source: http://www.jmoratinos.com/myspell/catalan.tar.gz Group: Applications/Text -URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries +URL: http://www.jmoratinos.com/cgi-bin/index.php BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) License: GPL BuildArch: noarch @@ -19,21 +19,24 @@ Catalan hunspell dictionaries. %setup -q -c -n hunspell-ca %build -chmod -x * +tr -d '\r' < catalan.aff > ca_ES.aff +tr -d '\r' < catalan.dic > ca_ES.dic %install rm -rf $RPM_BUILD_ROOT mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell -cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p ca_ES.dic ca_ES.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc README_ca_ES.txt %{_datadir}/myspell/* %changelog +* Mon Jul 09 2007 Caolan McNamara - 0.20060508-1 +- latest version + * Thu Dec 07 2006 Caolan McNamara - 0.20021015-1 - initial version diff --git a/sources b/sources index ff5cf24..92363b6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -6cea81b3e1101fb277062e7eef4ff720 ca_ES.zip +79d78c811d9880c75631ee246f421710 catalan.tar.gz