Author: paszczus Date: Thu Jun 12 08:47:52 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - build fixes - changes by Paweł Zuzelski <z at grabina dot waw dot pl>, thanks
---- Files affected: SPECS: crimson.spec (1.9 -> 1.10) ---- Diffs: ================================================================ Index: SPECS/crimson.spec diff -u SPECS/crimson.spec:1.9 SPECS/crimson.spec:1.10 --- SPECS/crimson.spec:1.9 Mon Feb 12 22:23:51 2007 +++ SPECS/crimson.spec Thu Jun 12 10:47:47 2008 @@ -3,13 +3,14 @@ Summary(pl.UTF-8): Crimson - API Javy do przetwarzania XML-a (JAXP) Name: crimson Version: 1.1.3 -Release: 1 +Release: 2 License: Apache/W3C/Public Domain Group: Development/Languages/Java Source0: http://xml.apache.org/dist/crimson/%{name}-%{version}-src.tar.gz # Source0-md5: bb0a5fe59fd28ce5bfc4b22baeca12c1 URL: http://xml.apache.org/crimson/ BuildRequires: ant >= 1.3 +BuildRequires: jakarta-commons-net BuildRequires: jdk Requires: jre BuildArch: noarch @@ -47,11 +48,10 @@ %setup -q %build -if [ "-z $JAVA_HOME" ]; then - JAVA_HOME=%{_libdir}/java -fi +export CLASSPATH="`build-classpath commons-net`" +export JAVA_HOME="%{java_home}" -ant jars docs %{!?debug:-Ddebug=off -Doptimize=true} +%ant jars docs %{!?debug:-Ddebug=off -Doptimize=true} %install rm -rf $RPM_BUILD_ROOT @@ -77,7 +77,11 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ -Revision 1.9 2007-02-12 21:23:51 glen +Revision 1.10 2008-06-12 08:47:47 paszczus +- build fixes +- changes by Paweł Zuzelski <z at grabina dot waw dot pl>, thanks + +Revision 1.9 2007/02/12 21:23:51 glen - tabs in preamble Revision 1.8 2007/02/12 00:48:43 baggins ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/crimson.spec?r1=1.9&r2=1.10&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
