Author: pawelz Date: Thu Dec 25 18:02:14 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - BR: avalon-* - pass correct jar names to build-classpath - it builds now
---- Files affected: SPECS: java-commons-logging.spec (1.24 -> 1.25) ---- Diffs: ================================================================ Index: SPECS/java-commons-logging.spec diff -u SPECS/java-commons-logging.spec:1.24 SPECS/java-commons-logging.spec:1.25 --- SPECS/java-commons-logging.spec:1.24 Mon Nov 24 00:43:43 2008 +++ SPECS/java-commons-logging.spec Thu Dec 25 19:02:09 2008 @@ -18,6 +18,8 @@ Patch0: jakarta-commons-logging-target.patch URL: http://commons.apache.org/logging/ BuildRequires: ant +BuildRequires: avalon-framework-api +BuildRequires: avalon-logkit BuildRequires: jdk >= 1.4 BuildRequires: jpackage-utils BuildRequires: logging-log4j @@ -63,7 +65,7 @@ %patch0 -p1 %build -required_jars="log4j junit logkit avalon-framework" +required_jars="log4j junit avalon-logkit avalon-framework-api" CLASSPATH=$(build-classpath $required_jars) export CLASSPATH %ant dist javadoc @@ -107,6 +109,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.25 2008/12/25 18:02:09 pawelz +- BR: avalon-* +- pass correct jar names to build-classpath +- it builds now + Revision 1.24 2008/11/23 23:43:43 glen - rename to java-commons-logging.spec ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-commons-logging.spec?r1=1.24&r2=1.25&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
