diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2c8b554 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/dict-kk.zip diff --git a/.hunspell-kk.metadata b/.hunspell-kk.metadata new file mode 100644 index 0000000..b59b39a --- /dev/null +++ b/.hunspell-kk.metadata @@ -0,0 +1 @@ +68a91b5fbc945ecbfc9384c97408ab1a17acdce8 SOURCES/dict-kk.zip diff --git a/SPECS/hunspell-kk.spec b/SPECS/hunspell-kk.spec new file mode 100644 index 0000000..3202a22 --- /dev/null +++ b/SPECS/hunspell-kk.spec @@ -0,0 +1,66 @@ +Name: hunspell-kk +Summary: Kazakh hunspell dictionaries +Version: 1.1 +Release: 6%{?dist} +Group: Applications/Text +Source: http://extensions.services.openoffice.org/files/1172/8/dict-kk.zip +URL: http://extensions.services.openoffice.org/project/dict-kk +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ or LGPLv2+ or MPLv1.1 +BuildArch: noarch + +Requires: hunspell + +%description +Kazakh hunspell dictionaries. + +%prep +%setup -q -c -n hunspell-kk + +%build +for i in README_kk_KZ.txt; do + tr -d '\r' < $i > $i.new + touch -r $i $i.new + mv -f $i.new $i +done + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p kk_KZ.* $RPM_BUILD_ROOT/%{_datadir}/myspell + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_kk_KZ.txt +%{_datadir}/myspell/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.1-6 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.1-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1.1-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 1.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Wed Aug 26 2009 Caolan McNamara - 1.1-1 +- latest version + +* Fri Jul 24 2009 Fedora Release Engineering - 1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 1.0-2 +- tidy spec + +* Mon Apr 20 2009 Caolan McNamara - 1.0-1 +- initial version