Author: glen Date: Sat Mar 3 15:17:21 2007 GMT Module: SPECS Tag: AC-branch ---- Log message: - no build deps needed for binary jar
---- Files affected: SPECS: hsqldb.spec (1.13.2.1 -> 1.13.2.2) ---- Diffs: ================================================================ Index: SPECS/hsqldb.spec diff -u SPECS/hsqldb.spec:1.13.2.1 SPECS/hsqldb.spec:1.13.2.2 --- SPECS/hsqldb.spec:1.13.2.1 Sat Mar 3 15:15:38 2007 +++ SPECS/hsqldb.spec Sat Mar 3 16:17:16 2007 @@ -24,11 +24,13 @@ URL: http://www.hsqldb.org/ BuildRequires: ant BuildRequires: jdk -%{!?with_binary:BuildRequires: jdk < 1.6} BuildRequires: jpackage-utils >= 0:1.5 -BuildRequires: junit BuildRequires: rpmbuild(macros) >= 1.300 +%if %{without binary} +BuildRequires: jdk < 1.6 +BuildRequires: junit BuildRequires: servletapi4 +%endif BuildArch: noarch BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -124,7 +126,9 @@ cp -a index.html manual %build -export CLASSPATH=$(build-classpath \ +export CLASSPATH=\ +%if %{without binary} +$(build-classpath \ jsse/jsse \ jsse/jnet \ jsse/jcert \ @@ -132,6 +136,8 @@ servletapi4 \ junit \ ) +%endif + cd build %ant %{!?with_binary:jar} javadoc @@ -242,6 +248,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.13.2.2 2007/03/03 15:17:16 glen +- no build deps needed for binary jar + Revision 1.13.2.1 2007/03/03 14:15:38 glen - AC-branch ================================================================ ---- CVS-web: http://cvs.pld-linux.org/SPECS/hsqldb.spec?r1=1.13.2.1&r2=1.13.2.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
