diff --git a/hunspell-tet.spec b/hunspell-tet.spec index bae4d1c..eafcf0c 100644 --- a/hunspell-tet.spec +++ b/hunspell-tet.spec @@ -2,7 +2,7 @@ Name: hunspell-tet Summary: Tetum hunspell dictionaries %define upstreamid 20050108 Version: 0.%{upstreamid} -Release: 1%{?dist} +Release: 2%{?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 @@ -26,6 +26,13 @@ mv -f README_tet_ID.txt.new README_tet_ID.txt 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 @@ -36,5 +43,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/myspell/* %changelog +* Thu Nov 27 2008 Caolan McNamara - 0.20050108-2 +- East Timor also + * Thu Nov 05 2008 Caolan McNamara - 0.20050108-1 - initial version