From 2bedd545d20ea74b1b966950ad1d60a77d73ba91 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Tue, 23 Sep 2008 21:07:39 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-uz.spec | 40 ++++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 43 insertions(+) create mode 100644 hunspell-uz.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..d20c0fd 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +uzbek-wordlist-0.6.tar.bz2 diff --git a/hunspell-uz.spec b/hunspell-uz.spec new file mode 100644 index 0000000..9e3e816 --- /dev/null +++ b/hunspell-uz.spec @@ -0,0 +1,40 @@ +Name: hunspell-uz +Summary: Uzbek hunspell dictionaries +Version: 0.6 +Release: 1%{?dist} +Source0: http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list/uzbek-wordlist-%{version}.tar.bz2 +Group: Applications/Text +URL: http://www-user.uni-bremen.de/~kmashrab/uzbek-word-list +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Uzbek hunspell dictionaries. + +%prep +%setup -q -n uzbek-wordlist-%{version} + +%build +cd hunspell +make +cp -p README ../README.hunspell + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p hunspell/uz_UZ* $RPM_BUILD_ROOT/%{_datadir}/myspell/ + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc ChangeLog Copyright README README.hunspell COPYING TODO +%{_datadir}/myspell/* + +%changelog +* Sat Sep 20 2006 Caolan McNamara - 0.6-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..7e11864 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-uz-0_6-1_fc9:HEAD:hunspell-uz-0.6-1.fc9.src.rpm:1222204100 diff --git a/sources b/sources index e69de29..d7d859e 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +ec744b792da1b76db80a57b2187f966d uzbek-wordlist-0.6.tar.bz2