[hunspell-haw] Resolves: rhbz#717160 hunspell-haw

Caolan McNamara caolanm at fedoraproject.org
Wed Jun 29 12:53:28 UTC 2011


commit ad9703e13a822c0b8c9ce653f419da8e4a78544c
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Jun 29 13:53:10 2011 +0100

    Resolves: rhbz#717160 hunspell-haw

 hawaiian_spell_checker-0.01-fx+tb+sm.xpi |  Bin 0 -> 26762 bytes
 hunspell-haw.spec                        |   36 ++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/hawaiian_spell_checker-0.01-fx+tb+sm.xpi b/hawaiian_spell_checker-0.01-fx+tb+sm.xpi
new file mode 100644
index 0000000..22a9033
Binary files /dev/null and b/hawaiian_spell_checker-0.01-fx+tb+sm.xpi differ
diff --git a/hunspell-haw.spec b/hunspell-haw.spec
new file mode 100644
index 0000000..16aee7c
--- /dev/null
+++ b/hunspell-haw.spec
@@ -0,0 +1,36 @@
+Name: hunspell-haw
+Summary: Hawaiian hunspell dictionaries
+Version: 0.01
+Release: 1%{?dist}
+Group: Applications/Text
+Source: https://addons.mozilla.org/firefox/downloads/file/94878/hawaiian_spell_checker-%{version}-fx+tb+sm.xpi
+URL: http://borel.slu.edu/crubadan/
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+License: GPLv2+
+BuildArch: noarch
+Requires: hunspell
+
+%description
+Hawaiian hunspell dictionaries.
+
+%prep
+%setup -q -c
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
+cp -p dictionaries/haw.* $RPM_BUILD_ROOT/%{_datadir}/myspell
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(-,root,root,-)
+%doc dictionaries/README_haw_US.txt
+%{_datadir}/myspell/*
+
+%changelog
+* Tue Jun 28 2011 Caolán McNamara <caolanm at redhat.com> - 0.01-1
+- initial version


More information about the scm-commits mailing list