Author: glen Date: Fri Dec 7 23:37:08 2007 GMT Module: SPECS Tag: DEVEL ---- Log message: - 1.1.1 (one test fails, therefore DEVEL branch)
---- Files affected: SPECS: jakarta-commons-logging.spec (1.21 -> 1.21.2.1) ---- Diffs: ================================================================ Index: SPECS/jakarta-commons-logging.spec diff -u SPECS/jakarta-commons-logging.spec:1.21 SPECS/jakarta-commons-logging.spec:1.21.2.1 --- SPECS/jakarta-commons-logging.spec:1.21 Sun Dec 2 23:06:57 2007 +++ SPECS/jakarta-commons-logging.spec Sat Dec 8 00:37:03 2007 @@ -3,19 +3,21 @@ Summary: Jakarta Commons Logging - interface for logging systems Summary(pl.UTF-8): Jakarta Commons Logging - interfejs do systemĂłw logujÄ cych Name: jakarta-commons-logging -Version: 1.0.4 -Release: 3 -License: Apache +Version: 1.1.1 +Release: 0.1 +License: Apache License 2.0 Group: Development/Languages/Java -Source0: http://www.apache.org/dist/jakarta/commons/logging/source/commons-logging-%{version}-src.tar.gz -# Source0-md5: db5dc75c89e794f794be92d10df6be1b +Source0: http://www.apache.org/dist/commons/logging/source/commons-logging-%{version}-src.tar.gz +# Source0-md5: e5cfa8cca13152d7545fde6b1783c60a Patch0: %{name}-target.patch -URL: http://jakarta.apache.org/commons/logging/ +URL: http://commons.apache.org/logging/ BuildRequires: ant -BuildRequires: rpm-javaprov +BuildRequires: ant-junit +BuildRequires: jakarta-servletapi >= 4 BuildRequires: jdk >= 1.4 BuildRequires: jpackage-utils BuildRequires: logging-log4j +BuildRequires: rpm-javaprov BuildRequires: rpmbuild(macros) >= 1.300 Requires: jre >= 1.4 BuildArch: noarch @@ -52,17 +54,10 @@ %prep %setup -q -n commons-logging-%{version}-src -%patch0 -p1 +#%patch0 -p1 %build -required_jars="log4j junit logkit avalon-framework" - -# TODO for tests: -# <property name="junit.jar" value="${junit.home}/junit.jar"/> -# <property name="log4j.jar" value="${jakarta.home}/jakarta-log4j/dist/lib/log4j.jar"/> -# <property name="logkit.jar" value="${jakarta.home}/jakarta-avalon-logkit/build/log/logkit"/> -# <property name="avalon-framework.jar" value="../../Avalon-4.1.4/avalon-framework-4.1.4.jar"/> - +required_jars="log4j junit logkit avalon-framework servlet-api" export CLASSPATH=$(build-classpath $required_jars) %ant dist javadoc @@ -100,6 +95,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.21.2.1 2007-12-07 23:37:03 glen +- 1.1.1 (one test fails, therefore DEVEL branch) + Revision 1.21 2007-12-02 22:06:57 glen - java deps, jdk target 1.3 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/jakarta-commons-logging.spec?r1=1.21&r2=1.21.2.1&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
