Disable Java subpackages in RHEL builds
This is based on the change already in c9s:
ddeca16f48
This commit is contained in:
parent
f30bed2c10
commit
020556d7f0
@ -4,11 +4,15 @@
|
|||||||
# compared to the pure-Python implementation.
|
# compared to the pure-Python implementation.
|
||||||
%bcond_without python_cpp
|
%bcond_without python_cpp
|
||||||
# Build -java subpackage
|
# Build -java subpackage
|
||||||
|
%if %{defined rhel}
|
||||||
|
%bcond_with java
|
||||||
|
%else
|
||||||
%ifarch %{java_arches}
|
%ifarch %{java_arches}
|
||||||
%bcond_without java
|
%bcond_without java
|
||||||
%else
|
%else
|
||||||
%bcond_with java
|
%bcond_with java
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
#global rcver rc2
|
#global rcver rc2
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user