You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
93 lines
3.2 KiB
93 lines
3.2 KiB
6 years ago
|
Name: hunspell-km
|
||
|
Summary: Khmer hunspell dictionaries
|
||
|
Version: 1.82
|
||
|
Release: 1%{?dist}
|
||
|
Source: https://downloads.sourceforge.net/project/aoo-extensions/2250/6/sbbic-khmer-spelling-checker-1.82.oxt
|
||
|
URL: http://www.sbbic.org/
|
||
|
License: GPLv3
|
||
|
BuildArch: noarch
|
||
|
|
||
|
Requires: hunspell
|
||
|
Supplements: (hunspell and langpacks-km)
|
||
|
|
||
|
%description
|
||
|
Khmer hunspell dictionaries.
|
||
|
|
||
|
%prep
|
||
|
%autosetup -c -n hunspell-km
|
||
|
|
||
|
%build
|
||
|
for i in CHANGELOG; 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
|
||
|
mkdir -p $RPM_BUILD_ROOT/%{_datadir}/myspell
|
||
|
cp -p km_KH.* $RPM_BUILD_ROOT/%{_datadir}/myspell/
|
||
|
|
||
|
|
||
|
%files
|
||
|
%doc CHANGELOG
|
||
|
%license LICENCES-*.txt
|
||
|
%{_datadir}/myspell/*
|
||
|
|
||
|
%changelog
|
||
|
* Sun Jul 08 2018 Parag Nemade <pnemade AT fedoraproject DOT org> - 1.82-1
|
||
|
- Update to new upstream 1.82 version
|
||
|
|
||
|
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-14
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||
|
|
||
|
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-13
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.1-12
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
||
|
|
||
|
* Fri Feb 19 2016 Parag Nemade <pnemade AT redhat DOT com> - 1.1-11
|
||
|
- 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> - 1.1-10
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
||
|
|
||
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-9
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
||
|
|
||
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-8
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||
|
|
||
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-7
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
||
|
|
||
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-6
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||
|
|
||
|
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-5
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||
|
|
||
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-4
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||
|
|
||
|
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||
|
|
||
|
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||
|
|
||
|
* Tue Jun 16 2009 Caolan McNamara <caolanm@redhat.com> - 1.1-1
|
||
|
- latest version
|
||
|
|
||
|
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-2
|
||
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
||
|
|
||
|
* Tue Sep 30 2008 Caolan McNamara <caolanm@redhat.com> - 1.0.2-1
|
||
|
- initial version
|