2007-02-15 08:49:11 +00:00
|
|
|
Name: hunspell-th
|
|
|
|
Summary: Thai hunspell dictionaries
|
|
|
|
%define upstreamid 20061212
|
|
|
|
Version: 0.%{upstreamid}
|
2015-06-17 10:54:38 +00:00
|
|
|
Release: 12%{?dist}
|
2007-02-15 08:49:11 +00:00
|
|
|
Source: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/th_TH.zip
|
|
|
|
Group: Applications/Text
|
|
|
|
URL: http://ftp.services.openoffice.org/pub/OpenOffice.org/contrib/dictionaries/
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
2007-08-09 07:20:23 +00:00
|
|
|
License: LGPLv2+
|
2007-02-15 08:49:11 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
Requires: hunspell
|
|
|
|
|
|
|
|
%description
|
|
|
|
Thai hunspell dictionaries.
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q -c -n hunspell-th
|
|
|
|
|
|
|
|
%build
|
2011-01-04 12:33:17 +00:00
|
|
|
#set encoding to IANA prefered name
|
|
|
|
sed -i -e 's/TIS620-2533/TIS620/g' th_TH.aff
|
2007-02-15 08:49:11 +00:00
|
|
|
chmod -x *
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
%doc README_th_TH.txt
|
|
|
|
%{_datadir}/myspell/*
|
|
|
|
|
|
|
|
%changelog
|
2015-06-17 10:54:38 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-06-07 21:14:36 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2013-08-03 18:37:31 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 01:36:35 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-19 13:59:03 +00:00
|
|
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-8
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-01-13 05:22:22 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-7
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-02-09 11:01:07 +00:00
|
|
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2011-01-04 12:33:17 +00:00
|
|
|
* Tue Jan 04 2010 Caolán McNamara <caolanm@redhat.com> - 0.20061212-5
|
|
|
|
- set encoding to IANA prefered name
|
|
|
|
|
2009-07-25 02:43:20 +00:00
|
|
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-02-25 05:40:09 +00:00
|
|
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.20061212-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
|
|
2011-01-04 12:33:17 +00:00
|
|
|
* Thu Aug 09 2007 Caolán McNamara <caolanm@redhat.com> - 0.20061212-2
|
2007-08-03 09:57:54 +00:00
|
|
|
- clarify license version
|
|
|
|
|
2011-01-04 12:33:17 +00:00
|
|
|
* Wed Feb 14 2007 Caolán McNamara <caolanm@redhat.com> - 0.20061212-1
|
2007-02-15 08:49:11 +00:00
|
|
|
- update to latest
|
|
|
|
|
2011-01-04 12:33:17 +00:00
|
|
|
* Thu Dec 07 2006 Caolán McNamara <caolanm@redhat.com> - 0.20050530-1
|
2007-02-15 08:49:11 +00:00
|
|
|
- initial version
|