diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9a6c17f --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +SOURCES/tet_ID.zip diff --git a/.hunspell-tet.metadata b/.hunspell-tet.metadata new file mode 100644 index 0000000..7e79635 --- /dev/null +++ b/.hunspell-tet.metadata @@ -0,0 +1 @@ +6d7a0b9c1bee23901c75d93b72d358768f361a89 SOURCES/tet_ID.zip diff --git a/SPECS/hunspell-tet.spec b/SPECS/hunspell-tet.spec new file mode 100644 index 0000000..0a533cf --- /dev/null +++ b/SPECS/hunspell-tet.spec @@ -0,0 +1,82 @@ +Name: hunspell-tet +Summary: Tetum hunspell dictionaries +%define upstreamid 20050108 +Version: 0.%{upstreamid} +Release: 10%{?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 +* Fri Dec 27 2013 Daniel Mach - 0.20050108-10 +- Mass rebuild 2013-12-27 + +* Thu Feb 14 2013 Fedora Release Engineering - 0.20050108-9 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild + +* Thu Jul 19 2012 Fedora Release Engineering - 0.20050108-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild + +* Fri Jan 13 2012 Fedora Release Engineering - 0.20050108-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild + +* Wed Feb 09 2011 Fedora Release Engineering - 0.20050108-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild + +* Fri Jul 24 2009 Fedora Release Engineering - 0.20050108-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild + +* Sat Jul 11 2009 Caolan McNamara - 0.20050108-4 +- tidy spec + +* Tue Feb 24 2009 Fedora Release Engineering - 0.20050108-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild + +* Thu Nov 27 2008 Caolan McNamara - 0.20050108-2 +- East Timor also + +* Thu Nov 05 2008 Caolan McNamara - 0.20050108-1 +- initial version