[eclipse-linuxprofilingframework] Update to Linux Tools 0.8 release

Andrew Overholt overholt at fedoraproject.org
Wed Jul 13 20:48:32 UTC 2011


commit a96c514c11265f3a5a5ee864bc5e60b2e3a7d191
Author: Andrew Overholt <overholt at redhat.com>
Date:   Wed Jul 13 16:47:23 2011 -0400

    Update to Linux Tools 0.8 release

 .gitignore                           |    1 +
 eclipse-linuxprofilingframework.spec |   20 +++++++++++---------
 sources                              |    2 +-
 3 files changed, 13 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a1bda8..94bb1f2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 eclipse-linuxprofilingframework-fetched-src-R0_6_1.tar.bz2
+linuxtools-profiling-0.0.1-src.tar.bz2
diff --git a/eclipse-linuxprofilingframework.spec b/eclipse-linuxprofilingframework.spec
index 73579a8..26775bb 100644
--- a/eclipse-linuxprofilingframework.spec
+++ b/eclipse-linuxprofilingframework.spec
@@ -1,22 +1,20 @@
-%define src_repo_tag   R0_6_1
 %define eclipse_base   %{_libdir}/eclipse
 %define install_loc    %{_libdir}/eclipse/dropins/linuxprofilingframework
-%define qualifier      201010081321
+%define qualifier      201106060936
 
 # Package in %%{_libdir} but no native code so no debuginfo
 %global debug_package %{nil}
 
 Name:           eclipse-linuxprofilingframework
-Version:        0.6.1
-Release:        2%{?dist}
+Version:        0.7.0
+Release:        1%{?dist}
 Summary:        Eclipse Linux Tools Profiling Framework
 
 Group:          Development/Tools
 License:        EPL
 URL:            http://eclipse.org/linuxtools
-# sh -x ./eclipse-linuxprofilingframework-fetch-src.sh %{src_repo_tag}
-Source0:        %{name}-fetched-src-%{src_repo_tag}.tar.bz2
-Source1:        %{name}-fetch-src.sh
+# Note that 0.0.1 != 0.7.0 but this is an upstream issue
+Source0:        http://download.eclipse.org/technology/linuxtools/0.8.0-sources/linuxtools-profiling-0.0.1-src.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # No CDT on ppc64
@@ -31,12 +29,13 @@ Requires: eclipse-cdt >= 1:7.0.0
 Plugins common to Eclipse Linux Tools profiling tools.
 
 %prep
-%setup -q -n %{name}-fetched-src-%{src_repo_tag}
+%setup -q -n linuxtools-profiling-0.0.1-src
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -d cdt -f org.eclipse.linuxtools.profiling \
  -a "-DjavacSource=1.5 -DjavacTarget=1.5 -DforceContextQualifier=%{qualifier}" \
  -j -DJ2SE-1.5=%{_jvmdir}/java/jre/lib/rt.jar \
+ -f org.eclipse.linuxtools.profiling
 
 %install
 rm -rf %{buildroot}
@@ -50,10 +49,13 @@ rm -rf %{buildroot}
 
 %files
 %defattr(-,root,root,-)
-%doc org.eclipse.linuxtools.profiling-feature/epl-v10.html
+%doc org.eclipse.linuxtools.profiling/epl-v10.html
 %{install_loc}
 
 %changelog
+* Wed Jul 13 2011 Andrew Overholt <overholt at redhat.com> 0.7.0-1
+- Update to Linux Tools Indigo release (0.8.
+
 * 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 5a9795c..cb5e9ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ce2194a386c24d41510cd48d5bb4e3e5  eclipse-linuxprofilingframework-fetched-src-R0_6_1.tar.bz2
+c8926805393d8dba7007339d06067a65  linuxtools-profiling-0.0.1-src.tar.bz2


More information about the scm-commits mailing list