Blob Blame History Raw
%global  linuxtools_v  1.2.0

Name:           eclipse-systemtapgui
Version:        1.2
Release:        4%{?dist}
Summary:        Eclipse plugins for SystemTap

Group:          Development/Tools
License:        EPL
URL:            http://stapgui.sourceforge.net/
Source0:        http://download.eclipse.org/linuxtools/%{linuxtools_v}-sources/linuxtools-systemtap-parent-%{linuxtools_v}-src.tar.bz2 
BuildArch:      noarch
BuildRequires:  java-devel >= 1.5.0
BuildRequires:  eclipse-pde
BuildRequires:  jsch
BuildRequires:  swt-chart
BuildRequires:  eclipse-linuxprofilingframework
BuildRequires:  eclipse-cdt
Requires:       eclipse-platform
Requires:       swt-chart
Requires:       eclipse-linuxprofilingframework
Requires:       eclipse-cdt

%description
Eclipse plugins providing IDE integration and visualization tools for SystemTap

%prep
%setup -q -n linuxtools-systemtap-parent-%{linuxtools_v}-src

%build
eclipse-pdebuild -f org.eclipse.linuxtools.systemtap -d "cdt linuxprofilingframework"

%install
install -d -m 755 %{buildroot}%{_datadir}/eclipse/dropins/systemtapgui
unzip -q -d %{buildroot}%{_datadir}/eclipse/dropins/systemtapgui \
build/rpmBuild/org.eclipse.linuxtools.systemtap.zip

%files
%{_datadir}/eclipse/dropins/systemtapgui
%doc org.eclipse.linuxtools.systemtap/epl-v10.html

%changelog
* Tue Jan 08 2013 Sami Wagiaalla <swagiaal@redhat.com> - 1.2-4
- Update to systemtap version 1.2.

* Tue Jul 10 2012 Alexander Kurtakov <akurtako@redhat.com> 1.2-3
- Update to Linux Tools 1.0 release.

* Wed Apr 18 2012 Roland Grunberg <rgrunber@redhat.com> 1.2-2
- Update reference from eclipse-birt to eclipse-birt-chart.

* Tue Apr 10 2012 Roland Grunberg <rgrunber@redhat.com> 1.2-1
- Update to 0.10.0.
- Remove BuildRoot and %%clean section.

* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild

* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild

* Fri Jul 23 2010 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.1-1
- Added the systemtap Dashboard Feature, removed dependency on server. 
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild

* Thu Mar 05 2009 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.0-7
- Bumping release to get rid of tag problems
* Thu Mar 05 2009 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.0-6
- Bug Fix. 
* Mon Feb 10 2009 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.0-5
- Modified spec file. 
* Fri Feb 06 2009 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.0-4
- Renamed packages, modifications to spec file, code.
* Thu Feb 05 2009 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.0-3
- Renamed package to remove camel casing
* Sat Jan 31 2009 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.0-2
- Changes to spec file,corrected feature.xml,build.xml
* Wed Jan 21 2009 Anithra P Janakiraman <anithra@linux.vnet.ibm.com> 1.0-1
- Initial Fedora package