[packages/libfilezilla] - adjusted C.UTF-8 locale check
qboosh
qboosh at pld-linux.org
Sat Dec 1 16:14:04 CET 2018
commit 9021009f63d8df4ebdc1a00f6a9be923841fbb57
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Dec 1 16:18:25 2018 +0100
- adjusted C.UTF-8 locale check
libfilezilla.spec | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/libfilezilla.spec b/libfilezilla.spec
index d28dc07..3f7eedb 100644
--- a/libfilezilla.spec
+++ b/libfilezilla.spec
@@ -16,7 +16,7 @@ Source0: https://download.filezilla-project.org/libfilezilla/%{name}-%{version}.
URL: https://lib.filezilla-project.org/
%{?with_tests:BuildRequires: cppunit-devel >= 1.13.0}
%{?with_apidocs:BuildRequires: doxygen}
-%if %{with tests} && %(locale -a | grep -q '^C\.UTF-8$'; echo $?)
+%if %{with tests} && %(locale -a | grep -q '^C\.utf8$'; echo $?)
BuildRequires: glibc-localedb-all
%endif
BuildRequires: autoconf >= 2.50
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfilezilla.git/commitdiff/9021009f63d8df4ebdc1a00f6a9be923841fbb57
More information about the pld-cvs-commit
mailing list