import hunspell-th-0.20061212-18.el8
This commit is contained in:
commit
f652c88c28
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
SOURCES/th_TH.zip
|
1
.hunspell-th.metadata
Normal file
1
.hunspell-th.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
36e94fd62cc246ebb083fbab8ce200b07a2934c2 SOURCES/th_TH.zip
|
91
SPECS/hunspell-th.spec
Normal file
91
SPECS/hunspell-th.spec
Normal file
@ -0,0 +1,91 @@
|
|||||||
|
Name: hunspell-th
|
||||||
|
Summary: Thai hunspell dictionaries
|
||||||
|
%global upstreamid 20061212
|
||||||
|
Version: 0.%{upstreamid}
|
||||||
|
Release: 18%{?dist}
|
||||||
|
Source: http://download.services.openoffice.org/contrib/dictionaries/th_TH.zip
|
||||||
|
URL: https://wiki.openoffice.org/wiki/Dictionaries
|
||||||
|
License: LGPLv2+
|
||||||
|
BuildArch: noarch
|
||||||
|
|
||||||
|
Requires: hunspell
|
||||||
|
Supplements: (hunspell and langpacks-th)
|
||||||
|
|
||||||
|
%description
|
||||||
|
Thai hunspell dictionaries.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -c -n hunspell-th
|
||||||
|
|
||||||
|
%build
|
||||||
|
#set encoding to IANA prefered name
|
||||||
|
sed -i -e 's/TIS620-2533/TIS620/g' th_TH.aff
|
||||||
|
chmod -x *
|
||||||
|
|
||||||
|
%install
|
||||||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%doc README_th_TH.txt
|
||||||
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Sun Jul 08 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 0.20061212-18
|
||||||
|
- Update Source tag
|
||||||
|
|
||||||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20061212-17
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20061212-16
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.20061212-15
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||||||
|
|
||||||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 0.20061212-14
|
||||||
|
- Add Supplements: tag for langpacks naming guidelines
|
||||||
|
- Clean the specfile to follow current packaging guidelines
|
||||||
|
|
||||||
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 0.20061212-13
|
||||||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Mon Jan 04 2010 Caolán McNamara <caolanm@redhat.com> - 0.20061212-5
|
||||||
|
- set encoding to IANA prefered name
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* Thu Aug 09 2007 Caolán McNamara <caolanm@redhat.com> - 0.20061212-2
|
||||||
|
- clarify license version
|
||||||
|
|
||||||
|
* Wed Feb 14 2007 Caolán McNamara <caolanm@redhat.com> - 0.20061212-1
|
||||||
|
- update to latest
|
||||||
|
|
||||||
|
* Thu Dec 07 2006 Caolán McNamara <caolanm@redhat.com> - 0.20050530-1
|
||||||
|
- initial version
|
Loading…
Reference in New Issue
Block a user