]> git.pld-linux.org Git - packages/eclipse-jdt.git/blob - eclipse-jdt.spec
- new, jar needed for tomcat build
[packages/eclipse-jdt.git] / eclipse-jdt.spec
1 Summary:        Eclipse Java Development Tools (JDT)
2 Name:           eclipse-jdt
3 Version:        3.1.2
4 Release:        0.1
5 License:        EPL v1.0
6 Group:          Development/Languages/Java
7 Source0:        http://archive.eclipse.org/eclipse/downloads/drops/R-%{version}-200601181600/eclipse-JDT-%{version}.zip
8 # Source0-md5:  f2c8066151de14c5ccdf420266ce9f39
9 URL:            http://www.eclipse.org/jdt/
10 BuildArch:      noarch
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 The JDT project provides the tool plug-ins that implement a Java IDE
15 supporting the development of any Java application, including Eclipse
16 plug-ins. It adds a Java project nature and Java perspective to the
17 Eclipse Workbench as well as a number of views, editors, wizards,
18 builders, and code merging and refactoring tools. The JDT project
19 allows Eclipse to be a development environment for itself.
20
21 %prep
22 %setup -q -n eclipse
23
24 %install
25 rm -rf $RPM_BUILD_ROOT
26 install -d $RPM_BUILD_ROOT%{_javadir}
27 cp -a plugins/org.eclipse.jdt.core_%{version}.jar $RPM_BUILD_ROOT%{_javadir}/org.eclipse.jdt.core-%{version}.jar
28 ln -s org.eclipse.jdt.core-%{version}.jar $RPM_BUILD_ROOT%{_javadir}/org.eclipse.jdt.core.jar
29
30 %clean
31 rm -rf $RPM_BUILD_ROOT
32
33 %files
34 %defattr(644,root,root,755)
35 %doc epl-v10.html notice.html
36 %{_javadir}/*.jar
This page took 0.057267 seconds and 4 git commands to generate.