From a434c9bd22d3970d8135bf3e03be34b644b03992 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Sun, 18 Nov 2018 22:49:50 +0100 Subject: [PATCH] Use C.UTF-8 locale --- hunspell-az.spec | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/hunspell-az.spec b/hunspell-az.spec index 3086508..e446e1f 100644 --- a/hunspell-az.spec +++ b/hunspell-az.spec @@ -2,7 +2,7 @@ Name: hunspell-az Summary: Azerbaijani hunspell dictionaries %global upstreamid 20040827 Version: 0.%{upstreamid} -Release: 18%{?dist} +Release: 19%{?dist} Source: ftp://ftp.gnu.org/gnu/aspell/dict/az/aspell6-az-0.02-0.tar.bz2 URL: http://borel.slu.edu/crubadan/apps.html License: GPLv2+ @@ -19,7 +19,7 @@ Azerbaijani hunspell dictionaries. %setup -q -n aspell6-az-0.02-0 %build -export LANG=az_AZ.utf8 +export LANG=C.UTF-8 preunzip az.cwl wordlist2hunspell az.wl az_AZ for i in Copyright doc/Crawler.txt; do @@ -43,6 +43,10 @@ cp -p *.dic *.aff $RPM_BUILD_ROOT/%{_datadir}/myspell %{_datadir}/myspell/* %changelog +* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek - 0.20040827-19 +- Use C.UTF-8 locale + See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot + * Fri Jul 13 2018 Fedora Release Engineering - 0.20040827-18 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild