From 8136515e68050096d03d6615718715fb24e87c69 Mon Sep 17 00:00:00 2001 From: Krzysztof Daniel Date: Oct 10 2012 14:41:21 +0000 Subject: Revert previous changes - they're wrong! For future usage: %bcond_without equinox means eclipse is *enabled* #%%bcond_without equinox means eclipse is *disabled* --- 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).