]> git.pld-linux.org Git - packages/eclipse-plugin-astview.git/blob - eclipse-plugin-astview.spec
- oops, libdir/plugins excludes noarch class, release 2.
[packages/eclipse-plugin-astview.git] / eclipse-plugin-astview.spec
1 Summary:        AST View - a view to visualize the AST (abstract syntax tree) of a Java file open in the editor
2 Name:           eclipse-plugin-astview
3 Version:        1.1.3
4 Release:        2
5 License:        EPL v1.0
6 Group:          Development/Languages
7 Source0:        http://www.eclipse.org/jdt/ui/update-site/plugins/org.eclipse.jdt.astview_%{version}.jar
8 # Source0-md5:  1b189f8076c6c030a3ea51e2fc7401a2
9 URL:            http://www.eclipse.org/jdt/ui/astview/
10 Requires:       eclipse >= 3.2
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %define         _eclipsedir     %{_libdir}/eclipse
14
15 %description
16 A view to visualize the AST (abstract syntax tree) of a Java file open
17 in the editor. Navigate from text selection to AST nodes and from
18 nodes to selections. Show bindings and compare them.
19
20 %prep
21
22 %install
23 rm -rf $RPM_BUILD_ROOT
24 install -d $RPM_BUILD_ROOT%{_eclipsedir}/plugins
25
26 install %{SOURCE0} $RPM_BUILD_ROOT%{_eclipsedir}/plugins
27
28 %clean
29 rm -rf $RPM_BUILD_ROOT
30
31 %files
32 %defattr(644,root,root,755)
33 %{_libdir}/eclipse/plugins/*
This page took 0.278931 seconds and 3 git commands to generate.