disable equinox functionality to fix FTBFS issue on 32bit arches
This commit is contained in:
parent
fe3e2849e5
commit
045625ca7c
@ -1,12 +1,12 @@
|
||||
# Conditionals to help breaking eclipse <-> xbean dependency cycle
|
||||
# when bootstrapping for new architectures
|
||||
%bcond_without equinox
|
||||
%bcond_with equinox
|
||||
%bcond_without groovy
|
||||
%bcond_without spring
|
||||
|
||||
Name: xbean
|
||||
Version: 4.9
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Java plugin based web server
|
||||
License: ASL 2.0
|
||||
URL: http://geronimo.apache.org/xbean/
|
||||
@ -23,6 +23,7 @@ BuildRequires: mvn(commons-logging:commons-logging-api)
|
||||
BuildRequires: mvn(log4j:log4j:1.2.12)
|
||||
BuildRequires: mvn(org.apache.felix:maven-bundle-plugin)
|
||||
BuildRequires: mvn(org.apache.maven.plugins:maven-source-plugin)
|
||||
BuildRequires: mvn(org.apache.xbean:xbean-asm-util)
|
||||
BuildRequires: mvn(org.osgi:org.osgi.core)
|
||||
BuildRequires: mvn(org.ow2.asm:asm)
|
||||
BuildRequires: mvn(org.ow2.asm:asm-commons)
|
||||
@ -186,6 +187,9 @@ sed -i "s|</Private-Package>|</Private-Package-->|" xbean-blueprint/pom.xml
|
||||
%doc LICENSE NOTICE
|
||||
|
||||
%changelog
|
||||
* Tue Jul 09 2019 Fabio Valentini <decathorpe@gmail.com> - 4.9-3
|
||||
- Disable eclipse equinox functionality to fix the FTBFS issue on 32bit arches.
|
||||
|
||||
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 4.9-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user