From 99093709c09faef65e54bd9e9742444153e79659 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Fri, 10 Oct 2008 08:38:42 +0000 Subject: [PATCH] *** empty log message *** --- .cvsignore | 1 + hunspell-tk.spec | 39 +++++++++++++++++++++++++++++++++++++++ import.log | 1 + sources | 1 + 4 files changed, 42 insertions(+) create mode 100644 hunspell-tk.spec create mode 100644 import.log diff --git a/.cvsignore b/.cvsignore index e69de29..aa01e4a 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +tk_TM.zip diff --git a/hunspell-tk.spec b/hunspell-tk.spec new file mode 100644 index 0000000..cb530d4 --- /dev/null +++ b/hunspell-tk.spec @@ -0,0 +1,39 @@ +Name: hunspell-tk +Summary: Turkmen hunspell dictionaries +%define upstreamid 20080213 +Version: 0.%{upstreamid} +Release: 1%{?dist} +Source: http://borel.slu.edu/ispell/tk_TM.zip +Group: Applications/Text +URL: http://borel.slu.edu/crubadan/apps.html +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch + +Requires: hunspell + +%description +Turkmen hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-tk + +%build +chmod -x * + +%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_tk_TM.txt +%{_datadir}/myspell/* + +%changelog +* Tue Oct 07 2008 Caolan McNamara - 0.20080213-1 +- initial version diff --git a/import.log b/import.log new file mode 100644 index 0000000..99b4053 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +hunspell-tk-0_20080213-1_fc9:HEAD:hunspell-tk-0.20080213-1.fc9.src.rpm:1223627982 diff --git a/sources b/sources index e69de29..98dae8b 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +69d4234f5161669a4bef30ce42432643 tk_TM.zip