diff --git a/.hunspell-ky.metadata b/.hunspell-ky.metadata new file mode 100644 index 0000000..dee245e --- /dev/null +++ b/.hunspell-ky.metadata @@ -0,0 +1 @@ +310367cbba994992bd801f13827ecd45f9bd2227 SOURCES/aspell6-ky-0.01-0.tar.bz2 diff --git a/README.md b/README.md deleted file mode 100644 index 0e7897f..0000000 --- a/README.md +++ /dev/null @@ -1,5 +0,0 @@ -The master branch has no content - -Look at the c7 branch if you are working with CentOS-7, or the c4/c5/c6 branch for CentOS-4, 5 or 6 - -If you find this file in a distro specific branch, it means that no content has been checked in yet diff --git a/SPECS/hunspell-ky.spec b/SPECS/hunspell-ky.spec new file mode 100644 index 0000000..43d4c5b --- /dev/null +++ b/SPECS/hunspell-ky.spec @@ -0,0 +1,65 @@ +Name: hunspell-ky +Summary: Kirghiz hunspell dictionaries +%define upstreamid 20090415 +Version: 0.%{upstreamid} +Release: 7%{?dist} +Group: Applications/Text +Source: http://ftp.gnu.org/gnu/aspell/dict/ky/aspell6-ky-0.01-0.tar.bz2 +URL: http://borel.slu.edu/crubadan/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch +BuildRequires: aspell, hunspell-devel + +Requires: hunspell + +%description +Kirghiz hunspell dictionaries. + +%prep +%setup -q -n aspell6-ky-0.01-0 + +%build +export LANG=ky_KG.utf8 +preunzip -d *.cwl +cat *.wl > kirghiz.wordlist +wordlist2hunspell kirghiz.wordlist ky_KG +cp -p ky_affix.dat ky_KG.aff + +%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 +* Thu Feb 14 2013 Fedora Release Engineering - 0.20090415-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20090415-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20090415-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20090415-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20090415-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20090414-2 +- preserve timestamp + +* Mon Jun 22 2009 Caolan McNamara - 0.20090415-1 +- out by one + +* Thu Jun 18 2009 Caolan McNamara - 0.20090414-1 +- initial version