Use C.UTF-8 locale
This commit is contained in:
parent
9a83f6d763
commit
25a3b69e14
@ -2,7 +2,7 @@ Name: hunspell-gv
|
|||||||
Summary: Manx hunspell dictionaries
|
Summary: Manx hunspell dictionaries
|
||||||
%global upstreamid 20040505
|
%global upstreamid 20040505
|
||||||
Version: 0.%{upstreamid}
|
Version: 0.%{upstreamid}
|
||||||
Release: 17%{?dist}
|
Release: 18%{?dist}
|
||||||
Source: http://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2
|
Source: http://ftp.gnu.org/gnu/aspell/dict/gv/aspell-gv-0.50-0.tar.bz2
|
||||||
URL: http://borel.slu.edu/crubadan/apps.html
|
URL: http://borel.slu.edu/crubadan/apps.html
|
||||||
License: GPL+
|
License: GPL+
|
||||||
@ -19,7 +19,7 @@ Manx hunspell dictionaries.
|
|||||||
%setup -q -n aspell-gv-0.50-0
|
%setup -q -n aspell-gv-0.50-0
|
||||||
|
|
||||||
%build
|
%build
|
||||||
export LANG=gv_GB.utf8
|
export LANG=C.UTF-8
|
||||||
preunzip -d *.cwl
|
preunzip -d *.cwl
|
||||||
cat *.wl > manx.wordlist
|
cat *.wl > manx.wordlist
|
||||||
wordlist2hunspell manx.wordlist gv_GB
|
wordlist2hunspell manx.wordlist gv_GB
|
||||||
@ -44,6 +44,10 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
|
|||||||
%{_datadir}/myspell/*
|
%{_datadir}/myspell/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.20040505-18
|
||||||
|
- Use C.UTF-8 locale
|
||||||
|
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
||||||
|
|
||||||
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040505-17
|
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.20040505-17
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user