hunspell-ve/hunspell-ve.spec
2024-01-05 23:45:33 +01:00

55 lines
1.4 KiB
RPMSpec

Name: hunspell-ve
Version: 2009.10.30
Release: 2mamba
Summary: Venda hunspell dictionaries
Group: System/Internationalization
Vendor: openmamba
Distribution: openmamba
Packager: gil <puntogil@libero.it>
URL: http://www.translate.org.za/
Source: http://extensions.services.openoffice.org/e-files/3134/0/dict-ve_ZA-%{version}.oxt
License: LGPL
Requires: hunspell
#BuildArch: noarch
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%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/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_datadir}/myspell
%doc README-ve_ZA.txt release-notes-ve_ZA.txt package-description.txt
%changelog
* 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