diff --git a/xbean.spec b/xbean.spec index 575d6fb..6840184 100644 --- a/xbean.spec +++ b/xbean.spec @@ -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: 6%{?dist} +Release: 7%{?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 3.11.1-7 +- Disable parts dependent on Eclipse (for bootstraping purpose). + * Wed Oct 10 2012 Mikolaj Izdebski - 3.11.1-6 - Implement equinox and spring conditionals