From b6f71958695965f4037e37de6c06643bd7403469 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Wed, 29 Oct 2008 23:04:37 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-az.spec | 46 ++++++++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 49 insertions(+) create mode 100644 hunspell-az.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..7ee6af1 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +aspell6-az-0.02-0.tar.bz2 diff --git a/hunspell-az.spec b/hunspell-az.spec new file mode 100644 index 0000000..de7faee --- /dev/null +++ b/hunspell-az.spec @@ -0,0 +1,46 @@ +Name: hunspell-az +Summary: Azerbaijani hunspell dictionaries +%define upstreamid 20040827 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Group: Applications/Text +Source: ftp://ftp.gnu.org/gnu/aspell/dict/az/aspell6-az-0.02-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 +Azerbaijani hunspell dictionaries. + +%prep +%setup -q -n aspell6-az-0.02-0 + +%build +export LANG=az_AZ.utf8 +preunzip az.cwl +wordlist2hunspell az.wl az_AZ +iconv -f ISO-8859-1 -t UTF-8 Copyright > Copyright.new +mv -f Copyright.new Copyright +iconv -f ISO-8859-1 -t UTF-8 doc/Crawler.txt > doc/Crawler.txt.new +mv -f doc/Crawler.txt.new doc/Crawler.txt + +%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 +* Sat Oct 18 2008 Caolan McNamara - 0.20040827-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..fd55693 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-az-0_20040827-1_fc9:HEAD:hunspell-az-0.20040827-1.fc9.src.rpm:1225321452 diff --git a/sources b/sources index e69de29..508e7b3 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +24d9d46c8fc23197666a43a7962a7b0d aspell6-az-0.02-0.tar.bz2