East Timor also

This commit is contained in:
Caolan McNamara 2008-11-27 14:18:59 +00:00
parent 59f28fc9f9
commit d347353492

View File

@ -2,7 +2,7 @@ Name: hunspell-tet
Summary: Tetum hunspell dictionaries Summary: Tetum hunspell dictionaries
%define upstreamid 20050108 %define upstreamid 20050108
Version: 0.%{upstreamid} Version: 0.%{upstreamid}
Release: 1%{?dist} Release: 2%{?dist}
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/tet_ID.zip Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/tet_ID.zip
Group: Applications/Text Group: Applications/Text
URL: http://borel.slu.edu/crubadan/apps.html URL: http://borel.slu.edu/crubadan/apps.html
@ -26,6 +26,13 @@ mv -f README_tet_ID.txt.new README_tet_ID.txt
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
cp -p tet_ID.* $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 %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -36,5 +43,8 @@ rm -rf $RPM_BUILD_ROOT
%{_datadir}/myspell/* %{_datadir}/myspell/*
%changelog %changelog
* 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 * Thu Nov 05 2008 Caolan McNamara <caolanm@redhat.com> - 0.20050108-1
- initial version - initial version