]> git.pld-linux.org Git - packages/eclipse-plugin-google.git/blob - eclipse-plugin-google.spec
c21fcd902a0021e6a9d6f82011136715d3eaf59f
[packages/eclipse-plugin-google.git] / eclipse-plugin-google.spec
1 %include        /usr/lib/rpm/macros.java
2 Summary:        Google Plugin for Eclipse
3 Name:           eclipse-plugin-google
4 Version:        1.0.1
5 Release:        0.2
6 License:        Apache License, v2.0
7 Group:          Development/Tools
8 URL:            http://code.google.com/eclipse/
9 # http://code.google.com/eclipse/docs/install-from-zip.html
10 Source0:        http://dl.google.com/eclipse/plugin/3.3/zips/gpe-e33-latest.zip
11 # Source0-md5:  955d207982a0ec954b1c067019c33694
12 BuildRequires:  rpm-javaprov
13 Requires:       eclipse >= 3.3
14 BuildArch:      noarch
15 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17 %define         eclipsedir      %{_datadir}/eclipse
18
19 %description
20 The Google Plugin for Eclipse is the fastest way to start developing
21 Google Web Toolkit and App Engine applications, allowing you to go
22 from installing the plugin to deploying an Ajax "Hello World" in a
23 matter of minutes. Simply install the plugin and get started. If you
24 don't have the GWT and App Engine SDKs installed, the plugin can take
25 care of that for you.
26
27 The plugin currently supports Google App Engine and Google Web Toolkit
28 development.
29
30 %prep
31 %setup -qc
32
33 %install
34 rm -rf $RPM_BUILD_ROOT
35 install -d $RPM_BUILD_ROOT%{eclipsedir}/{features,plugins}
36 cp -a features/* $RPM_BUILD_ROOT%{eclipsedir}/features
37 cp -a plugins/* $RPM_BUILD_ROOT%{eclipsedir}/plugins
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42 %files
43 %defattr(644,root,root,755)
44 %{eclipsedir}/features/com.google.gdt.eclipse.suite.e33.feature_*
45 %{eclipsedir}/plugins/com.google.appengine.eclipse.core_*.jar
46 %{eclipsedir}/plugins/com.google.gdt.eclipse.core_*.jar
47 %{eclipsedir}/plugins/com.google.gdt.eclipse.suite_*.jar
48 %{eclipsedir}/plugins/com.google.gwt.eclipse.core_*.jar
This page took 0.078581 seconds and 2 git commands to generate.