diff --git a/xbean.spec b/xbean.spec index 6840184..ae2eb15 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: 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 3.11.1-8 +- Revert previous changes. + * Wed Oct 10 2012 Krzysztof Daniel 3.11.1-7 - Disable parts dependent on Eclipse (for bootstraping purpose).