[eclipse-cdt/f16] Fix Autotools and Libhover qualifiers to match upstream 0.9.0

Jeff Johnston jjohnstn at fedoraproject.org
Tue Nov 29 20:00:45 UTC 2011


commit 13b9399e5962c2429890e5cafbb84c6bc1d1b13a
Author: Jeff Johnston <jjohnstn at redhat.com>
Date:   Tue Nov 29 15:00:38 2011 -0500

    Fix Autotools and Libhover qualifiers to match upstream 0.9.0

 eclipse-cdt.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/eclipse-cdt.spec b/eclipse-cdt.spec
index 35d0b95..9ff5248 100644
--- a/eclipse-cdt.spec
+++ b/eclipse-cdt.spec
@@ -10,6 +10,7 @@ Epoch: 1
 %define micro                   1
 %define eclipse_base            %{_libdir}/eclipse
 %define build_id		201109151620
+%define linux_tools_build_id	201111050234
 
 
 # All arches line up except i386 -> x86
@@ -22,7 +23,7 @@ Epoch: 1
 Summary:        Eclipse C/C++ Development Tools (CDT) plugin
 Name:           eclipse-cdt
 Version:        %{majmin}.%{micro}
-Release:        3%{?dist}
+Release:        4%{?dist}
 License:        EPL and CPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/cdt
@@ -317,6 +318,7 @@ java -jar $LAUNCHER \
      -Duser.home=$homedir                        \
      -Dtype=feature                                    \
      -Did=org.eclipse.linuxtools.cdt.autotools \
+     -DforceContextQualifier=%{linux_tools_build_id} \
      -DsourceDirectory=$(pwd)                          \
      -DbaseLocation=$SDK                               \
      -Dbuilder=$PDEDIR/templates/package-build  \
@@ -336,6 +338,7 @@ java -jar $LAUNCHER \
      -Duser.home=$homedir                        \
      -Dtype=feature                                    \
      -Did=org.eclipse.linuxtools.cdt.libhover.feature  \
+     -DforceContextQualifier=%{linux_tools_build_id} \
      -DsourceDirectory=$(pwd)                          \
      -DbaseLocation=$SDK                               \
      -Dbuilder=$PDEDIR/templates/package-build  \
@@ -551,6 +554,9 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Tue Nov 29 2011 Jeff Johnston <jjohnstn at redhat.com> 1:8.0.1-4
+- Fix Autotools and Libhover qualifiers to match upstream 0.9.0
+
 * Tue Nov 29 2011 Jeff Johnston <jjohnstn at redhat.com> 1:8.0.1-3
 - Remove reconciler %%post and %%postun sections
 


More information about the scm-commits mailing list