hunspell-tet/hunspell-tet.spec
Caolan McNamara 16c7afb7da tidy spec
2009-07-11 16:21:29 +00:00

65 lines
1.6 KiB
RPMSpec

Name: hunspell-tet
Summary: Tetum hunspell dictionaries
%define upstreamid 20050108
Version: 0.%{upstreamid}
Release: 4%{?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
for i in README_tet_ID.txt; do
if ! iconv -f utf-8 -t utf-8 -o /dev/null $i > /dev/null 2>&1; then
iconv -f ISO-8859-1 -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
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p tet_ID.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
pushd $RPM_BUILD_ROOT/%{_datadir}/myspell/
tet_ID_aliases="tet_TL"
for lang in $tet_ID_aliases; do
ln -s tet_ID.aff $lang.aff
ln -s tet_ID.dic $lang.dic
done
popd
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc README_tet_ID.txt
%{_datadir}/myspell/*
%changelog
* Sat Jul 11 2009 Caolan McNamara <caolanm@redhat.com> - 0.20050108-4
- tidy spec
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20050108-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
* Thu Nov 27 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050108-2
- East Timor also
* Thu Nov 05 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050108-1
- initial version