This commit is contained in:
parent
c513c5fcd4
commit
2ce39da0e1
@ -1,6 +1,6 @@
|
||||
<multibuild>
|
||||
<package>ant-antlr</package>
|
||||
<package>ant-junit</package>
|
||||
<package>ant-junit5</package>
|
||||
<flavor>antlr</flavor>
|
||||
<flavor>junit</flavor>
|
||||
<flavor>junit5</flavor>
|
||||
</multibuild>
|
||||
|
||||
|
7
ant.spec
7
ant.spec
@ -17,20 +17,21 @@
|
||||
#
|
||||
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%global ant_home %{_datadir}/ant
|
||||
%if "%{flavor}" == "ant-antlr"
|
||||
%if "%{flavor}" == "antlr"
|
||||
%bcond_with bootstrap
|
||||
%bcond_with junit
|
||||
%bcond_with junit5
|
||||
%bcond_without antlr
|
||||
Name: ant-antlr
|
||||
%elif "%{flavor}" == "ant-junit"
|
||||
%elif "%{flavor}" == "junit"
|
||||
%bcond_with bootstrap
|
||||
%bcond_without junit
|
||||
%bcond_with junit5
|
||||
%bcond_with antlr
|
||||
Name: ant-junit
|
||||
%elif "%{flavor}" == "ant-junit5"
|
||||
%elif "%{flavor}" == "junit5"
|
||||
%bcond_with bootstrap
|
||||
%bcond_with junit
|
||||
%bcond_without junit5
|
||||
|
Loading…
x
Reference in New Issue
Block a user