hunspell-af/hunspell-af.spec

61 lines
1.5 KiB
RPMSpec
Raw Normal View History

Name: hunspell-af
Version: 2024.02.13
Release: 1mamba
Summary: Afrikaans hunspell dictionaries
Group: System/Internationalization
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://www.libreoffice.org/
Source0: hunspell-af-%{version}.tar.bz2
Source1: hunspell-af-autoupdate
License: LGPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: hunspell
%description
Afrikaans hunspell dictionaries.
%prep
%setup -q
%build
%install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
install -D -m0644 af_ZA.aff %{buildroot}%{_datadir}/myspell/af_ZA.aff
install -D -m0644 af_ZA.dic %{buildroot}%{_datadir}/myspell/af_ZA.dic
pushd %{buildroot}%{_datadir}/myspell/
for lang in af_NA; do
ln -s af_ZA.aff af.aff
ln -s af_ZA.dic af.dic
done
popd
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/myspell/af*
%doc README_af_ZA.txt
%changelog
* Fri Mar 08 2024 Automatic Build System <autodist@openmamba.org> 2024.02.13-1mamba
- automatic version update by autodist
* Sat Oct 29 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 2020.02.14-1mamba
- update to 2020.02.14
* Sat Jun 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.20080825-3mamba
- rebuilt with specfile fixes
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 0.20080825-2mamba
- rebuilt
* Thu Mar 10 2011 gil <puntogil@libero.it> 0.20080825-1mamba
- package created by autospec