Use C.UTF-8 locale

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-11-05 23:50:36 +01:00
parent 60951e9172
commit ab70ca9c05

View File

@ -2,7 +2,7 @@ Name: hunspell-fa
Summary: Farsi hunspell dictionaries
%global upstreamid 20070116
Version: 0.%{upstreamid}
Release: 17%{?dist}
Release: 18%{?dist}
Source: ftp://ftp.gnu.org/gnu/aspell/dict/fa/aspell6-fa-0.11-0.tar.bz2
URL: http://aspell.net/
License: GPLv2+
@ -19,7 +19,7 @@ Farsi hunspell dictionaries.
%setup -q -n aspell6-fa-0.11-0
%build
export LANG=fa_IR.utf8
export LANG=C.UTF-8
preunzip -d *.cwl
cat *.wl > farsi.wordlist
wordlist2hunspell farsi.wordlist fa_IR
@ -34,6 +34,10 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell
%{_datadir}/myspell/*
%changelog
* Mon Nov 05 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.20070116-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.20070116-17
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild