[eclipse-callgraph/f16] - Update to Linux Tools 0.9.0 release. - Add ExclusiveArch for RHEL.

Roland Grunberg rgrunber at fedoraproject.org
Thu Dec 1 18:34:08 UTC 2011


commit 09c15f7efb9ea8e1730f02917a7d03dd04554d71
Author: Roland Grunberg <rgrunber at redhat.com>
Date:   Wed Nov 30 15:45:25 2011 -0500

    - Update to Linux Tools 0.9.0 release.
    - Add ExclusiveArch for RHEL.

 .gitignore                     |    1 +
 eclipse-callgraph-fetch-src.sh |   20 --------------------
 eclipse-callgraph.spec         |   26 ++++++++++++++++----------
 sources                        |    2 +-
 4 files changed, 18 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 99b6562..7ee37cd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 eclipse-callgraph-fetched-src-R0_6_1.tar.bz2
 linuxtools-systemtap-0.0.1-src.tar.bz2
+linuxtools-systemtap-parent-0.9.0-src.tar.bz2
diff --git a/eclipse-callgraph.spec b/eclipse-callgraph.spec
index 140c1fa..4efbef3 100644
--- a/eclipse-callgraph.spec
+++ b/eclipse-callgraph.spec
@@ -1,20 +1,18 @@
-%global src_repo_tag   R0_6_1
 %global eclipse_base   %{_libdir}/eclipse
 %global install_loc    %{_libdir}/eclipse/dropins/callgraph
+%define qualifier      201111050234
 %global debug_package %{nil}
 
 Name:           eclipse-callgraph
-# Upstream, the feature is 0.0.2 but somehow we were at 0.6.1 in Fedora
-# so I made it 0.8.0 to match Linux Tools
-Version:        0.8.0
+# Upstream, the feature is 0.0.2 but is made to match Linux Tools version
+Version:        0.9.0
 Release:        1%{?dist}
 Summary:        C/C++ Call Graph Visualization Tool
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://eclipse.org/linuxtools
-# Note that 0.0.1 != 0.8.0 but this is an upstream issue
-Source0:        http://download.eclipse.org/technology/linuxtools/0.8.0-sources/linuxtools-systemtap-0.0.1-src.tar.bz2
+Source0:        http://download.eclipse.org/technology/linuxtools/%{version}-sources/linuxtools-systemtap-parent-%{version}-src.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    ppc64
 
@@ -27,15 +25,19 @@ Requires: eclipse-gef >= 3.5.2
 Requires: eclipse-cdt >= 6.0
 Requires: eclipse-linuxprofilingframework >= 0.5.0
 
+%if 0%{?rhel} >= 6
+ExclusiveArch: %{ix86} x86_64
+%endif
+
 %description
 Graphically displays the call hierarchy from executing a C/C++ binary, along
 with various other runtime statistics.
 
 %prep
-%setup -q -n linuxtools-systemtap-0.0.1-src
+%setup -q -n linuxtools-systemtap-parent-%{version}-src
 
 %build
-%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.linuxtools.callgraph \
+%{eclipse_base}/buildscripts/pdebuild -f org.eclipse.linuxtools.callgraph.feature \
  -d "cdt gef linuxprofilingframework"
 
 %install
@@ -45,7 +47,7 @@ with various other runtime statistics.
 install -d -m 755 %{buildroot}%{install_loc}
 
 %{__unzip} -q -d %{buildroot}%{install_loc} \
-     build/rpmBuild/org.eclipse.linuxtools.callgraph.zip 
+     build/rpmBuild/org.eclipse.linuxtools.callgraph.feature.zip
 
 %clean
 %{__rm} -rf %{buildroot}
@@ -53,9 +55,13 @@ install -d -m 755 %{buildroot}%{install_loc}
 %files
 %defattr(-,root,root,-)
 %{install_loc}
-%doc org.eclipse.linuxtools.callgraph-feature/epl-v10.html
+%doc org.eclipse.linuxtools.callgraph.feature/epl-v10.html
 
 %changelog
+* Wed Nov 30 2011 Roland Grunberg <rgrunber at redhat.com> 0.9.0-1
+- Update to Linux Tools 0.9.0 release.
+- Add ExclusiveArch for RHEL.
+
 * Thu Jul 14 2011 Andrew Overholt <overholt at redhat.com> 0.8.0-1
 - Update to Linux Tools 0.8.0 release.
 
diff --git a/sources b/sources
index ad6ad90..f9c9f11 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ccfc54f9917fe7a8c039f9a841723f8b  linuxtools-systemtap-0.0.1-src.tar.bz2
+d1115e83297834874e91bee3b82912e1  linuxtools-systemtap-parent-0.9.0-src.tar.bz2


More information about the scm-commits mailing list