rebuilt with specfile fixes [release 2009.10.30-3mamba;Tue Oct 24 2023]

This commit is contained in:
Silvan Calarco 2024-01-05 23:45:39 +01:00
parent a57ae4225d
commit 9c467b8af0

View File

@ -1,17 +1,17 @@
Name: hunspell-xh
Version: 2009.10.30
Release: 2mamba
Release: 3mamba
Summary: Xhosa hunspell dictionaries
Group: System/Internationalization
Vendor: openmamba
Distribution: openmamba
Packager: gil <puntogil@libero.it>
URL: http://www.translate.org.za/
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
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
#BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description
Xhosa hunspell dictionaries.
@ -38,15 +38,24 @@ done
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
%doc README-xh_ZA.txt release-notes-xh_ZA.txt package-description.txt
%{_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 <silvan.calarco@mambasoft.it> 2009.10.30-3mamba
- rebuilt with specfile fixes
* Sun Apr 10 2011 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 2009.10.30-2mamba
- rebuilt
* Tue Mar 15 2011 gil <puntogil@libero.it> 2009.10.30-1mamba