41 lines
944 B
RPMSpec
41 lines
944 B
RPMSpec
Name: hunspell-tet
|
|
Summary: Tetum hunspell dictionaries
|
|
%define upstreamid 20050108
|
|
Version: 0.%{upstreamid}
|
|
Release: 1%{?dist}
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/tet_ID.zip
|
|
Group: Applications/Text
|
|
URL: http://borel.slu.edu/crubadan/apps.html
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
License: GPLv2+
|
|
BuildArch: noarch
|
|
|
|
Requires: hunspell
|
|
|
|
%description
|
|
Tetum hunspell dictionaries.
|
|
|
|
%prep
|
|
%setup -q -c
|
|
|
|
%build
|
|
iconv -f ISO-8859-1 -t UTF-8 README_tet_ID.txt > README_tet_ID.txt.new
|
|
mv -f README_tet_ID.txt.new README_tet_ID.txt
|
|
|
|
%install
|
|
rm -rf $RPM_BUILD_ROOT
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
cp -p tet_ID.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
|
|
|
%clean
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
%files
|
|
%defattr(-,root,root)
|
|
%doc README_tet_ID.txt
|
|
%{_datadir}/myspell/*
|
|
|
|
%changelog
|
|
* Thu Nov 05 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050108-1
|
|
- initial version
|