[packages/glib2] - fixed locale name in check

qboosh qboosh at pld-linux.org
Fri Oct 5 18:10:58 CEST 2018


commit 7d0e7dad4c0bdbd0a2316db4638289e664a66f1b
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Oct 5 18:14:22 2018 +0200

    - fixed locale name in check

 glib2.spec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib2.spec b/glib2.spec
index be352a2..e7580cc 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -36,7 +36,7 @@ BuildRequires:	docbook-style-xsl-nons
 BuildRequires:	elfutils-devel
 BuildRequires:	fam-devel
 BuildRequires:	gettext-tools
-%if %(locale -a | grep -q '^C-UTF\.8$'; echo $?)
+%if %(locale -a | grep -q '^C\.utf8$'; echo $?)
 BuildRequires:	glibc-localedb-all
 %endif
 %if %{with apidocs}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/glib2.git/commitdiff/7d0e7dad4c0bdbd0a2316db4638289e664a66f1b



More information about the pld-cvs-commit mailing list