SPECS: gnu.trove.spec - copyright char used in source

glen glen at pld-linux.org
Sun Dec 2 16:26:32 CET 2007


Author: glen                         Date: Sun Dec  2 15:26:32 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- copyright char used in source

---- Files affected:
SPECS:
   gnu.trove.spec (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SPECS/gnu.trove.spec
diff -u SPECS/gnu.trove.spec:1.1 SPECS/gnu.trove.spec:1.2
--- SPECS/gnu.trove.spec:1.1	Sun Dec  2 16:22:32 2007
+++ SPECS/gnu.trove.spec	Sun Dec  2 16:26:27 2007
@@ -16,6 +16,9 @@
 BuildRequires:	junit
 BuildRequires:	rpm-javaprov
 BuildRequires:	rpmbuild(macros) >= 1.300
+%if %(locale -a | grep -q '^en_US$'; echo $?)
+BuildRequires:	glibc-localedb-all
+%endif
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -48,7 +51,8 @@
 
 %build
 export OPT_JAR_LIST="ant/ant-junit junit"
-export CLASSPATH=
+
+export LC_ALL=en_US # source code not US-ASCII
 %ant -Dbuild.sysclasspath=only dist
 
 %install
@@ -84,6 +88,8 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2007-12-02 15:26:27  glen
+- copyright char used in source
+
 Revision 1.1  2007-12-02 15:22:32  glen
 - new; based on jpackage
-
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gnu.trove.spec?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list