Replace eclipse-rcp requires with eclipse-equinox-osgi
This commit is contained in:
parent
7b4e68eca0
commit
0bc30a9ee5
12
xbean.spec
12
xbean.spec
@ -1,7 +1,7 @@
|
||||
# Conditionals to help breaking eclipse <-> xbean dependency cycle
|
||||
# when bootstrapping for new architectures
|
||||
%if 0%{?fedora}
|
||||
#%%bcond_without equinox
|
||||
%bcond_without equinox
|
||||
#%%bcond_without spring
|
||||
%endif
|
||||
|
||||
@ -9,7 +9,7 @@ Name: xbean
|
||||
Version: 3.12
|
||||
BuildArch: noarch
|
||||
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: Java plugin based web server
|
||||
|
||||
Group: Development/Libraries
|
||||
@ -43,7 +43,7 @@ BuildRequires: maven-surefire-plugin
|
||||
BuildRequires: maven-site-plugin
|
||||
BuildRequires: maven-shade-plugin
|
||||
%if %{with equinox}
|
||||
BuildRequires: eclipse-rcp
|
||||
BuildRequires: eclipse-equinox-osgi
|
||||
%else
|
||||
BuildRequires: felix-framework
|
||||
%endif
|
||||
@ -73,7 +73,7 @@ Requires: apache-commons-logging
|
||||
Requires: objectweb-asm
|
||||
Requires: slf4j
|
||||
%if %{with equinox}
|
||||
Requires: eclipse-rcp
|
||||
Requires: eclipse-equinox-osgi
|
||||
%else
|
||||
Requires: felix-framework
|
||||
%endif
|
||||
@ -280,6 +280,10 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
|
||||
%{_javadocdir}/%{name}
|
||||
|
||||
%changelog
|
||||
* Mon Oct 22 2012 Mikolaj Izdebski <mizdebsk@redhat.com> - 3.12-3
|
||||
- Replace eclipse-rcp requires with eclipse-equinox-osgi
|
||||
- Reenable Equinox
|
||||
|
||||
* Tue Oct 16 2012 gil cattaneo <puntogil@libero.it> - 3.12-2
|
||||
- Enable xbean-blueprint and xbean-classloader modules
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user