diff --git a/ant.spec b/ant.spec index b060aa7..f3ced10 100644 --- a/ant.spec +++ b/ant.spec @@ -29,11 +29,12 @@ # %bcond_with bootstrap -%bcond_without tests %if %with bootstrap +%bcond_with tests %bcond_with javadoc %else +%bcond_without tests %bcond_without javadoc %endif @@ -416,11 +417,6 @@ do jarname=$(basename $jar .jar) pomname="JPP.%{name}-${jarname}.pom" -%if %with bootstrap - #Bootstracp builds an incomplete ant-junit, don't ship it - [ $jarname == ant-bootstrap ] && continue -%endif - #instal jar install -m 644 ${jar} $RPM_BUILD_ROOT%{_javadir}/%{name}/${jarname}.jar # jar aliases