Name: hunspell-xh Version: 2009.10.30 Release: 3mamba Summary: Xhosa hunspell dictionaries Group: System/Internationalization Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: https://extensions.openoffice.org/en/project/xhosa-spell-checker Source: http://extensions.services.openoffice.org/e-files/3133/0/dict-xh_ZA-%{version}.oxt License: LGPL ## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-END Requires: hunspell %description Xhosa hunspell dictionaries. %prep %setup -q -c %{name}-%{version} %build for i in README-xh_ZA.txt release-notes-xh_ZA.txt package-description.txt; do if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then iconv -f ISO-8859-2 -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 [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" mkdir -p %{buildroot}%{_datadir}/myspell cp -p *.dic *.aff %{buildroot}%{_datadir}/myspell/ install -d -m0755 %{buildroot}%{_datadir}/hunspell for f in *.dic *.aff; do ln -s ../myspell/$f %{buildroot}%{_datadir}/hunspell/$f done %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_datadir}/myspell/xh_ZA.* %{_datadir}/hunspell/xh_ZA.* #% doc README-xh_ZA.txt release-notes-xh_ZA.txt package-description.txt %changelog * Tue Oct 24 2023 Silvan Calarco 2009.10.30-3mamba - rebuilt with specfile fixes * Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto 2009.10.30-2mamba - rebuilt * Tue Mar 15 2011 gil 2009.10.30-1mamba - package created by autospec