diff --git a/.cvsignore b/.cvsignore index e69de29..ac22cf8 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +com.ibm.systemtapgui.src.tar.gz diff --git a/eclipse-systemtapgui.spec b/eclipse-systemtapgui.spec new file mode 100644 index 0000000..4dee8df --- /dev/null +++ b/eclipse-systemtapgui.spec @@ -0,0 +1,58 @@ +%define eclipse_base %{_libdir}/eclipse + +Name: eclipse-systemtapgui +Version: 1.0 +Release: 5%{?dist} +Summary: Eclipse plugins for SystemTap + +Group: Development/Tools +License: EPL +URL: http://stapgui.sourceforge.net/ +Source0: http://downloads.sourceforge.net/stapgui/com.ibm.systemtapgui.src.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +BuildArch: noarch +BuildRequires: java-devel >= 1.5.0 +BuildRequires: eclipse-pde, eclipse-swt +BuildRequires: jsch +Requires: eclipse-platform + +%description +Eclipse plugins providing IDE integration and visualization tools for SystemTap + + +%prep +%setup -q com.ibm.systemtapgui.src + + + +%build +%{eclipse_base}/buildscripts/pdebuild -f \ +com.ibm.systemtapgui.systemtap.feature -a "-DjavacSource=1.5 -DjavacTarget=1.5" + + +%install +rm -rf %{buildroot} +install -d -m 755 %{buildroot}%{_datadir}/eclipse/dropins/systemtapgui +unzip -q -d %{buildroot}%{_datadir}/eclipse/dropins/systemtapgui \ +build/rpmBuild/com.ibm.systemtapgui.systemtap.feature.zip + +%clean +rm -rf %{buildroot} + +%files +%defattr(-,root,root,-) +%{_datadir}/eclipse/dropins/systemtapgui +%doc com.ibm.systemtapgui.systemtap.feature/epl-v10.html + +%changelog +* Mon Feb 10 2009 Anithra P Janakiraman 1.0-5 +- Modified spec file. +* Fri Feb 06 2009 Anithra P Janakiraman 1.0-4 +- Renamed packages, modifications to spec file, code. +* Thu Feb 05 2009 Anithra P Janakiraman 1.0-3 +- Renamed package to remove camel casing +* Sat Jan 31 2009 Anithra P Janakiraman 1.0-2 +- 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/import.log b/import.log new file mode 100644 index 0000000..5d86897 --- /dev/null +++ b/import.log @@ -0,0 +1 @@ +eclipse-systemtapgui-1_0-5_fc11:F-9:eclipse-systemtapgui-1.0-5.fc11.src.rpm:1234780266 diff --git a/sources b/sources index e69de29..833666c 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +25dd9eda7eeb55c4387d789d68c0e3d1 com.ibm.systemtapgui.src.tar.gz