From 181b2b09f287329f989e15b54a2b4023d3b9e5e9 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 30 Oct 2008 08:15:40 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-mt.spec | 42 ++++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 45 insertions(+) create mode 100644 hunspell-mt.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..29c5c09 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +spellcheck-mt-0.3.tar.gz diff --git a/hunspell-mt.spec b/hunspell-mt.spec new file mode 100644 index 0000000..51a6627 --- /dev/null +++ b/hunspell-mt.spec @@ -0,0 +1,42 @@ +Name: hunspell-mt +Summary: Maltese hunspell dictionaries +%define upstreamid 20020708 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Group: Applications/Text +Source: http://linux.org.mt/downloads/spellcheck-mt-0.3.tar.gz +URL: http://linux.org.mt/projects/spellcheck +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: LGPLv2+ +BuildArch: noarch +BuildRequires: hunspell-devel + +Requires: hunspell + +%description +Maltese hunspell dictionaries. + +%prep +%setup -q -c + +%build +export LANG=mt_MT.utf8 +iconv -f ISO-8859-3 -t UTF-8 words.iso8859-3 > maltese.words +wordlist2hunspell maltese.words mt_MT + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc readme.txt +%{_datadir}/myspell/* + +%changelog +* Mon Oct 13 2008 Caolan McNamara - 0.20020708-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..ff735d7 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-mt-0_20020708-1_fc9:HEAD:hunspell-mt-0.20020708-1.fc9.src.rpm:1225354488 diff --git a/sources b/sources index e69de29..c486971 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +48415c3652c511b9009d3a8c725ce499 spellcheck-mt-0.3.tar.gz