[eclipse-systemtapgui/overholt/0.8.0] Update to Linux Tools 0.8.0 release

Andrew Overholt overholt at fedoraproject.org
Thu Jul 14 14:43:42 UTC 2011


commit cacd5de2900681a22b3fad672909f80315fea1e7
Author: Andrew Overholt <overholt at redhat.com>
Date:   Thu Jul 14 10:42:33 2011 -0400

    Update to Linux Tools 0.8.0 release

 .gitignore                |    1 +
 eclipse-systemtapgui.spec |   24 +++++++++++++++---------
 sources                   |    2 +-
 3 files changed, 17 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 16ed258..3a184c6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 org.eclipse.linuxtools.systemtap.src.tar.gz
+linuxtools-systemtap-0.0.1-src.tar.bz2
diff --git a/eclipse-systemtapgui.spec b/eclipse-systemtapgui.spec
index bf0a290..2ee723a 100644
--- a/eclipse-systemtapgui.spec
+++ b/eclipse-systemtapgui.spec
@@ -1,14 +1,18 @@
 %define eclipse_base        %{_libdir}/eclipse
 
 Name:           eclipse-systemtapgui
-Version:        1.1
-Release:        2%{?dist}
+Version:        1.2
+# Upstream, there was some confusion over versioning.  The next release
+# of Linux Tools will be 0.8.1 and will contain this feature's 1.2 release.
+# https://bugs.eclipse.org/bugs/show_bug.cgi?id=352099
+Release:        0.1%{?dist}
 Summary:        Eclipse plugins for SystemTap
 
 Group:          Development/Tools
 License:        EPL
-URL:            http://stapgui.sourceforge.net/
-Source0:        org.eclipse.linuxtools.systemtap.src.tar.gz 
+URL:            http://www.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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  java-devel >= 1.5.0
@@ -24,20 +28,20 @@ Eclipse plugins providing IDE integration and visualization tools for SystemTap
 
 
 %prep
-%setup -q org.eclipse.linuxtools.systemtap 
+%setup -q -n linuxtools-systemtap-0.0.1-src
 
  
 
 %build
 %{eclipse_base}/buildscripts/pdebuild -f \
-org.eclipse.linuxtools.systemtap-feature -a "-DjavacSource=1.5 -DjavacTarget=1.5" -d "birt emf rhino"
+org.eclipse.linuxtools.systemtap -a "-DjavacSource=1.5 -DjavacTarget=1.5" -d "birt emf rhino"
 
 
 %install
 rm -rf %{buildroot}
 install -d -m 755 %{buildroot}%{_datadir}/eclipse/dropins/systemtapgui
 unzip -q -d %{buildroot}%{_datadir}/eclipse/dropins/systemtapgui \
-build/rpmBuild/org.eclipse.linuxtools.systemtap-feature.zip
+build/rpmBuild/org.eclipse.linuxtools.systemtap.zip
 
 %clean
 rm -rf %{buildroot}
@@ -45,9 +49,12 @@ rm -rf %{buildroot}
 %files
 %defattr(-,root,root,-)
 %{_datadir}/eclipse/dropins/systemtapgui
-%doc org.eclipse.linuxtools.systemtap-feature/epl-v10.html
+%doc org.eclipse.linuxtools.systemtap/epl-v10.html
 
 %changelog
+* Thu Jul 14 2011 Andrew Overholt <overholt at redhat.com> 1.2-0.1
+- Linux Tools 0.8.0 release.
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 
@@ -70,4 +77,3 @@ rm -rf %{buildroot}
 - Changes to spec file,corrected feature.xml,build.xml
 * Wed Jan 21 2009 Anithra P Janakiraman <anithra at linux.vnet.ibm.com> 1.0-1
 - Initial Fedora package
-
diff --git a/sources b/sources
index 74c7e84..ad6ad90 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-f27e9a93bc8c5aee13f493b0670d3680  org.eclipse.linuxtools.systemtap.src.tar.gz
+ccfc54f9917fe7a8c039f9a841723f8b  linuxtools-systemtap-0.0.1-src.tar.bz2


More information about the scm-commits mailing list