[xbean] Disable parts dependent on Eclipse.

Krzysztof Daniel kdaniel at fedoraproject.org
Wed Oct 10 12:42:17 UTC 2012


commit 0886a0180b7fbeb9ee5816b95fa0046ae631ef7d
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Wed Oct 10 14:33:14 2012 +0000

    Disable parts dependent on Eclipse.

 xbean.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
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 <kdaniel at redhat.com> 3.11.1-7
+- Disable parts dependent on Eclipse (for bootstraping purpose).
+
 * Wed Oct 10 2012 Mikolaj Izdebski <mizdebsk at redhat.com> - 3.11.1-6
 - Implement equinox and spring conditionals
 


More information about the scm-commits mailing list