From 6d1b49c969f1081449a787e1f9c205bd60d9dbe5 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Thu, 27 Nov 2008 09:03:04 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-gv.spec | 47 +++++++++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 50 insertions(+) create mode 100644 hunspell-gv.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..a02334e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aspell-gv-0.50-0.tar.bz2 diff --git a/hunspell-gv.spec b/hunspell-gv.spec new file mode 100644 index 0000000..2439719 --- /dev/null +++ b/hunspell-gv.spec @@ -0,0 +1,47 @@ +Name: hunspell-gv +Summary: Manx hunspell dictionaries +%define upstreamid 20040505 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Group: Applications/Text +Source: http://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2 +URL: http://borel.slu.edu/crubadan/apps.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPL+ +BuildArch: noarch +BuildRequires: aspell, hunspell-devel + +Requires: hunspell + +%description +Manx hunspell dictionaries. + +%prep +%setup -q -n aspell-gv-0.50-0 + +%build +export LANG=gv_GB.utf8 +preunzip -d *.cwl +cat *.wl > manx.wordlist +wordlist2hunspell manx.wordlist gv_GB +for i in Copyright doc/Crawler.txt; do + iconv -f ISO-8859-1 -t UTF-8 $i > $i.new + mv -f $i.new $i +done + +%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 COPYING Copyright README doc/Crawler.txt +%{_datadir}/myspell/* + +%changelog +* Fri Nov 07 2008 Caolan McNamara - 0.20040505-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..e093a71 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-gv-0_20040505-1_fc10:HEAD:hunspell-gv-0.20040505-1.fc10.src.rpm:1227776541 diff --git a/sources b/sources index e69de29..ca9370b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +139b5aa1f5ea85fb7a4be0338039e959 aspell-gv-0.50-0.tar.bz2