From 6377fe97754257a721f208caacf71ca7a2f896e7 Mon Sep 17 00:00:00 2001 From: Ercole 'ercolinux' Carpanetto Date: Fri, 5 Jan 2024 23:44:39 +0100 Subject: [PATCH] rebuilt [release 0.20080825-2mamba;Sun Apr 10 2011] --- README.md | 2 ++ hunspell-af.spec | 49 ++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) create mode 100644 hunspell-af.spec diff --git a/README.md b/README.md index 0b31f6c..6d405ce 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # hunspell-af +Afrikaans hunspell dictionaries. + diff --git a/hunspell-af.spec b/hunspell-af.spec new file mode 100644 index 0000000..828e483 --- /dev/null +++ b/hunspell-af.spec @@ -0,0 +1,49 @@ +Name: hunspell-af +Version: 0.20080825 +Release: 2mamba +Summary: Afrikaans hunspell dictionaries +Group: System/Internationalization +Vendor: openmamba +Distribution: openmamba +Packager: gil +URL: http://www.translate.org.za/ +Source: http://downloads.translate.org.za/spellchecker/afrikaans/myspell-af_ZA-%{version}.zip +License: LGPL +Requires: hunspell +#BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Afrikaans hunspell dictionaries. + +%prep +%setup -q -c %{name}-%{version} + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +mkdir -p %{buildroot}%{_datadir}/myspell +cp -p *.dic *.aff %{buildroot}%{_datadir}/myspell +pushd %{buildroot}%{_datadir}/myspell/ + for lang in af_NA; do + ln -s af_ZA.aff $lang.aff + ln -s af_ZA.dic $lang.dic + done +popd + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +%{_datadir}/myspell +%doc README_af_ZA.txt + +%changelog +* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto 0.20080825-2mamba +- rebuilt + +* Thu Mar 10 2011 gil 0.20080825-1mamba +- package created by autospec