template-specs: java.spec - comments
glen
glen at pld-linux.org
Mon Feb 7 11:28:54 CET 2011
Author: glen Date: Mon Feb 7 10:28:54 2011 GMT
Module: template-specs Tag: HEAD
---- Log message:
- comments
---- Files affected:
template-specs:
java.spec (1.50 -> 1.51)
---- Diffs:
================================================================
Index: template-specs/java.spec
diff -u template-specs/java.spec:1.50 template-specs/java.spec:1.51
--- template-specs/java.spec:1.50 Wed Apr 21 12:46:00 2010
+++ template-specs/java.spec Mon Feb 7 11:28:49 2011
@@ -1,5 +1,7 @@
# $Revision$, $Date$
#
+# THIS IS TEMPLATE PACKAGE, CLEANUP UNUSED FRAGMENTS BEFORE SUBMITTING TO CVS
+#
# Conditional build:
%bcond_without javadoc # don't build javadoc
%bcond_without source # don't build source jar
@@ -29,6 +31,7 @@
Source0: -
# Source0-md5: -
URL: -
+# this is needed for the LC_ALL=en_US in build part dependency
%if %(locale -a | grep -q '^en_US$'; echo $?)
BuildRequires: glibc-localedb-all
%endif
@@ -132,6 +135,7 @@
%{__make}
+# if you need to assemble .jar yourself
cd src
%javac -cp $CLASSPATH $(find -name '*.java')
%jar cf ../%{srcname}.jar $(find -name '*.class')
@@ -210,6 +214,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.51 2011/02/07 10:28:49 glen
+- comments
+
Revision 1.50 2010/04/21 10:46:00 pawelz
- clarified (hope so) use of %buildrequires_jdk macro
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/template-specs/java.spec?r1=1.50&r2=1.51&f=u
More information about the pld-cvs-commit
mailing list