hunspell-ve/hunspell-ve.spec

64 lines
1.7 KiB
RPMSpec

Name: hunspell-ve
Version: 2009.10.30
Release: 3mamba
Summary: Venda hunspell dictionaries
Group: System/Internationalization
Vendor: openmamba
Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://extensions.openoffice.org/en/project/venda-spell-checker
Source: http://extensions.services.openoffice.org/e-files/3134/0/dict-ve_ZA-%{version}.oxt
License: LGPL
## AUTOBUILDREQ-BEGIN
## AUTOBUILDREQ-END
Requires: hunspell
%description
Venda hunspell dictionaries.
%prep
%setup -q -c %{name}-%{version}
%build
for i in README-ve_ZA.txt release-notes-ve_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/ve_ZA.*
%{_datadir}/hunspell/ve_ZA.*
#% doc README-ve_ZA.txt release-notes-ve_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
- package created by autospec