SPECS: log4net.spec - check needed locale (en_US.utf8) existence a...

qboosh qboosh at pld-linux.org
Wed Apr 5 19:21:14 CEST 2006


Author: qboosh                       Date: Wed Apr  5 17:21:14 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- check needed locale (en_US.utf8) existence at BR time

---- Files affected:
SPECS:
   log4net.spec (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SPECS/log4net.spec
diff -u SPECS/log4net.spec:1.2 SPECS/log4net.spec:1.3
--- SPECS/log4net.spec:1.2	Wed Apr  5 19:14:51 2006
+++ SPECS/log4net.spec	Wed Apr  5 19:21:09 2006
@@ -13,6 +13,9 @@
 URL:		http://logging.apache.org/log4net/
 BuildRequires:	mono-csharp
 BuildRequires:	unzip
+%if "%(locale -a | grep -q '^en_US\.utf8$' ; echo $?)" == "1"
+BuildRequires:	locale(en_US.utf8)
+%endif
 Conflicts:	pkgconfig < 1:0.19
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -260,6 +263,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/04/05 17:21:09  qboosh
+- check needed locale (en_US.utf8) existence at BR time
+
 Revision 1.2  2006/04/05 17:14:51  qboosh
 - BR: mono-csharp (not just -devel)
 - Conflicts: pkgconfig < 1:0.19 (because of noarch pkgconfig dir usage)
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/log4net.spec?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list