diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..16eeab7 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/ku_TR-021.zip diff --git a/.hunspell-ku.metadata b/.hunspell-ku.metadata new file mode 100644 index 0000000..6ecc034 --- /dev/null +++ b/.hunspell-ku.metadata @@ -0,0 +1 @@ +5cdbde7386b22b53ae058bd96237a5edd8149cbb SOURCES/ku_TR-021.zip diff --git a/SPECS/hunspell-ku.spec b/SPECS/hunspell-ku.spec new file mode 100644 index 0000000..4183c6d --- /dev/null +++ b/SPECS/hunspell-ku.spec @@ -0,0 +1,83 @@ +Name: hunspell-ku +Summary: Kurdish hunspell dictionaries +Version: 0.21 +Release: 11%{?dist} +#http://hunspell-ku.googlecode.com/files/ku_TR-021_source.zip ? +Source0: http://downloads.sourceforge.net/myspellkurdish/ku_TR-021.zip +Group: Applications/Text +#http://code.google.com/p/hunspell-ku/ ? +URL: https://sourceforge.net/projects/myspellkurdish/ +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv3 or LGPLv3 or MPLv1.1 +BuildArch: noarch + +Requires: hunspell + +%description +Kurdish hunspell dictionaries. + +%prep +%setup -q -n ku_TR + +%build +for i in README_ku_TR.txt; do + if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then + iconv -f ISO-8859-1 -t UTF-8 $i > $i.new + touch -r $i $i.new + mv -f $i.new $i + fi + 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 ku_TR.* $RPM_BUILD_ROOT/%{_datadir}/myspell +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +ku_TR_aliases="ku_SY" +for lang in $ku_TR_aliases; do + ln -s ku_TR.aff $lang.aff + ln -s ku_TR.dic $lang.dic +done +popd + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_ku_TR.txt gpl-3.0.txt lgpl-3.0.txt MPL-1.1.txt +%{_datadir}/myspell/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 0.21-11 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.21-10 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.21-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.21-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.21-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.21-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Fri Jul 10 2009 Caolan McNamara - 0.21-5 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.21-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Fri Oct 03 2008 Caolan McNamara - 0.21-3 +- add aliases for OOo + +* Wed Sep 24 2008 Caolan McNamara - 0.21-1 +- initial version