[eclipse-callgraph] Update to Linux Tools 0.8.0 release

Andrew Overholt overholt at fedoraproject.org
Thu Jul 14 14:29:17 UTC 2011


commit 5b951bc99e9763f14d7f64578284b6ee38cf51cf
Author: Andrew Overholt <overholt at redhat.com>
Date:   Thu Jul 14 10:28:13 2011 -0400

    Update to Linux Tools 0.8.0 release

 .gitignore             |    1 +
 eclipse-callgraph.spec |   18 +++++++++++-------
 sources                |    2 +-
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b604773..99b6562 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 eclipse-callgraph-fetched-src-R0_6_1.tar.bz2
+linuxtools-systemtap-0.0.1-src.tar.bz2
diff --git a/eclipse-callgraph.spec b/eclipse-callgraph.spec
index a79764b..140c1fa 100644
--- a/eclipse-callgraph.spec
+++ b/eclipse-callgraph.spec
@@ -4,16 +4,17 @@
 %global debug_package %{nil}
 
 Name:           eclipse-callgraph
-Version:        0.6.1
-Release:        2%{?dist}
+# 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
+Release:        1%{?dist}
 Summary:        C/C++ Call Graph Visualization Tool
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://eclipse.org/linuxtools
-# sh %{name}-fetch-src.sh
-Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
-Source1:        %{name}-fetch-src.sh
+# 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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ExcludeArch:    ppc64
 
@@ -31,14 +32,14 @@ Graphically displays the call hierarchy from executing a C/C++ binary, along
 with various other runtime statistics.
 
 %prep
-%setup -q -n %{name}-fetched-src-%{src_repo_tag}
+%setup -q -n linuxtools-systemtap-0.0.1-src
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -f org.eclipse.linuxtools.callgraph \
  -d "cdt gef linuxprofilingframework"
 
 %install
-#installs to /usr/lib/eclipse/callgraph due to dependency on eclipse-
+#installs to %%{_libdir} due to dependency on eclipse-
 #linuxprofilingframework, which depends on architecture.
 %{__rm} -rf %{buildroot}
 install -d -m 755 %{buildroot}%{install_loc}
@@ -55,6 +56,9 @@ install -d -m 755 %{buildroot}%{install_loc}
 %doc org.eclipse.linuxtools.callgraph-feature/epl-v10.html
 
 %changelog
+* Thu Jul 14 2011 Andrew Overholt <overholt at redhat.com> 0.8.0-1
+- Update to Linux Tools 0.8.0 release.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
diff --git a/sources b/sources
index 66d8920..ad6ad90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e77c8d409cd493f4dc00c92531b6fda0  eclipse-callgraph-fetched-src-R0_6_1.tar.bz2
+ccfc54f9917fe7a8c039f9a841723f8b  linuxtools-systemtap-0.0.1-src.tar.bz2


More information about the scm-commits mailing list