From cacd5de2900681a22b3fad672909f80315fea1e7 Mon Sep 17 00:00:00 2001 From: Andrew Overholt Date: Jul 14 2011 14:42:33 +0000 Subject: Update to Linux Tools 0.8.0 release --- 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 1.2-0.1 +- Linux Tools 0.8.0 release. + * Tue Feb 08 2011 Fedora Release Engineering - 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 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