[eclipse] fix the scl_root macro redefinition.

Krzysztof Daniel kdaniel at fedoraproject.org
Fri Feb 8 08:50:58 UTC 2013


commit 94e2c826241224a3f2c48dc2770ccdcea3b9bd2d
Author: Krzysztof Daniel <kdaniel at redhat.com>
Date:   Fri Feb 8 09:50:39 2013 +0100

    fix the scl_root macro redefinition.

 eclipse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 20747f2..f8010ea 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -1,6 +1,6 @@
 %{?scl:%scl_package eclipse}
 %{!?scl:%global pkg_name %{name}}
-%{!?scl:%global _scl_root }
+%{!?scl:%global _scl_root %{nil}}
 
 Epoch:                  1
 
@@ -55,7 +55,7 @@ fi;
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.6.git201301281400%{?dist}
+Release:        0.7.git201301281400%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -1014,6 +1014,9 @@ echo "pushd %{_javadir}/eclipse-testing;./runtests.sh -os linux -ws gtk -arch %{
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.util_*
 
 %changelog
+* Fri Feb 8 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.7.git201301281400
+- Do fix the scl_root macro redefinition.
+
 * Thu Feb 7 2013 Krzysztof Daniel <kdaniel at redhat.com> 1:4.3.0-0.6.git201301281400
 - Fix the scl_root macro.
 


More information about the scm-commits mailing list