From: pawelz Date: Sun, 1 Feb 2009 21:08:07 +0000 (+0000) Subject: - do not bootstrap when built without bootstra[ X-Git-Tag: auto/ti/ant-1_7_1-4 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8a189cbf9933037ad84db726d509e9997f38aab;hp=4531a1899c798699bfef04d1610dbbf51a9119cc;p=packages%2Fant.git - do not bootstrap when built without bootstra[ Changed files: ant.spec -> 1.104 --- diff --git a/ant.spec b/ant.spec index 0c0e0e0..9051eb1 100644 --- a/ant.spec +++ b/ant.spec @@ -568,7 +568,11 @@ required_jars="jaxp_parser_impl" CLASSPATH=$(build-classpath $required_jars) export CLASSPATH +%if %{with bootstrap} sh build.sh --noconfig main javadocs +%else +%ant main javadocs +%endif %install rm -rf $RPM_BUILD_ROOT