From 4a12ab4239d08b2430507dfcb027081bd13f5774 Mon Sep 17 00:00:00 2001 From: CentOS Buildsys Date: Mar 16 2013 21:36:23 +0000 Subject: import hunspell-ku-0.21-10.el7.src.rpm --- 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/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-ku.spec b/SPECS/hunspell-ku.spec new file mode 100644 index 0000000..9088634 --- /dev/null +++ b/SPECS/hunspell-ku.spec @@ -0,0 +1,80 @@ +Name: hunspell-ku +Summary: Kurdish hunspell dictionaries +Version: 0.21 +Release: 10%{?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 +* 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