Revert previous changes - they're wrong!

For future usage:
%bcond_without equinox means eclipse is *enabled*
#%%bcond_without equinox means eclipse is *disabled*
This commit is contained in:
Krzysztof Daniel 2012-10-10 14:41:21 +00:00
parent 0886a0180b
commit 8136515e68

View File

@ -1,15 +1,15 @@
# Conditionals to help breaking eclipse <-> xbean dependency cycle
# when bootstrapping for new architectures
%if 0%{?fedora}
%bcond_without equinox
%bcond_without spring
#%%bcond_without equinox
#%%bcond_without spring
%endif
Name: xbean
Version: 3.11.1
BuildArch: noarch
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Java plugin based web server
Group: Development/Libraries
@ -233,6 +233,9 @@ cp -pr target/site/apidocs/* $RPM_BUILD_ROOT%{_javadocdir}/%{name}
%{_javadocdir}/%{name}
%changelog
* Wed Oct 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.11.1-8
- Revert previous changes.
* Wed Oct 10 2012 Krzysztof Daniel <kdaniel@redhat.com> 3.11.1-7
- Disable parts dependent on Eclipse (for bootstraping purpose).