From d878b5db80071f5955654dedc6121e39ba23552b Mon Sep 17 00:00:00 2001 From: CentOS Sources Date: Oct 22 2019 20:28:30 +0000 Subject: import hunspell-so-1.0.2-5.el7 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..eed4aef --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/dict-so.oxt diff --git a/.hunspell-so.metadata b/.hunspell-so.metadata new file mode 100644 index 0000000..3261c43 --- /dev/null +++ b/.hunspell-so.metadata @@ -0,0 +1 @@ +5ce1a2885b751f6e88bfc93aa6ed5e35bcdb1fac SOURCES/dict-so.oxt diff --git a/SPECS/hunspell-so.spec b/SPECS/hunspell-so.spec new file mode 100644 index 0000000..f62b2ff --- /dev/null +++ b/SPECS/hunspell-so.spec @@ -0,0 +1,72 @@ +Name: hunspell-so +Summary: Somali hunspell dictionaries +Version: 1.0.2 +Release: 5%{?dist} +Group: Applications/Text +Source: http://extensions.services.openoffice.org/e-files/2727/2/dict-so.oxt +URL: http://www.opensourcesomalia.org/index.php?page=hingaad-saxe +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +License: GPLv2+ +BuildArch: noarch +Requires: hunspell + +%description +Somali hunspell dictionaries. + +%prep +%setup -q -c + +%build + +%install +rm -rf $RPM_BUILD_ROOT +mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell +cp -p so_SO.* $RPM_BUILD_ROOT/%{_datadir}/myspell + +pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/ +so_SO_aliases="so_DJ so_ET so_KE" +for lang in $so_SO_aliases; do + ln -s so_SO.aff $lang.aff + ln -s so_SO.dic $lang.dic +done +popd + + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(-,root,root,-) +%doc README_so_SO.txt +%{_datadir}/myspell/* + +%changelog +* Fri Dec 27 2013 Daniel Mach - 1.0.2-5 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 1.0.2-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 1.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 1.0.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Fri Mar 18 2011 Caolán McNamara - 1.0.2-1 +- latest version + +* Wed Feb 09 2011 Fedora Release Engineering - 0.1.5-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Thu Dec 02 2010 Caolán McNamara - 0.1.5-1 +- latest version + +* Wed Aug 05 2009 Caolán McNamara - 0.1.3-1 +- latest version + +* Fri Jul 24 2009 Fedora Release Engineering - 0.1.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sun May 03 2009 Caolán McNamara - 0.1.2-1 +- initial version