SPECS: eclipse-plugin-astview.spec (NEW) - new.

pluto pluto at pld-linux.org
Tue Dec 12 20:29:29 CET 2006


Author: pluto                        Date: Tue Dec 12 19:29:29 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- new.

---- Files affected:
SPECS:
   eclipse-plugin-astview.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/eclipse-plugin-astview.spec
diff -u /dev/null SPECS/eclipse-plugin-astview.spec:1.1
--- /dev/null	Tue Dec 12 20:29:29 2006
+++ SPECS/eclipse-plugin-astview.spec	Tue Dec 12 20:29:23 2006
@@ -0,0 +1,44 @@
+# $Revision$, $Date$
+Summary:	AST View - a view to visualize the AST (abstract syntax tree) of a Java file open in the editor
+Name:		eclipse-plugin-astview
+Version:	1.1.3
+Release:	1
+License:	EPL v1.0
+Group:		Development/Languages
+Source0:	http://www.eclipse.org/jdt/ui/update-site/plugins/org.eclipse.jdt.astview_%{version}.jar
+# Source0-md5:	1b189f8076c6c030a3ea51e2fc7401a2
+URL:		http://www.eclipse.org/jdt/ui/astview/
+Requires:	eclipse >= 3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		_eclipsedir  	%{_libdir}/eclipse
+
+%description
+A view to visualize the AST (abstract syntax tree) of a Java file open
+in the editor. Navigate from text selection to AST nodes and from
+nodes to selections. Show bindings and compare them.
+
+%prep
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+install %{SOURCE0} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_libdir}/eclipse/plugins/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/12/12 19:29:23  pluto
+- new.
================================================================


More information about the pld-cvs-commit mailing list