packages: eclipse-plugin-adt/eclipse-plugin-adt.spec (NEW) - initial, maybe...

glen glen at pld-linux.org
Wed Nov 10 23:33:29 CET 2010


Author: glen                         Date: Wed Nov 10 22:33:29 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial, maybe needs eclipse 3.5 to work

---- Files affected:
packages/eclipse-plugin-adt:
   eclipse-plugin-adt.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/eclipse-plugin-adt/eclipse-plugin-adt.spec
diff -u /dev/null packages/eclipse-plugin-adt/eclipse-plugin-adt.spec:1.1
--- /dev/null	Wed Nov 10 23:33:29 2010
+++ packages/eclipse-plugin-adt/eclipse-plugin-adt.spec	Wed Nov 10 23:33:23 2010
@@ -0,0 +1,50 @@
+# $Revision$, $Date$
+# TODO
+# - deps: requires plug-in "org.eclipse.wst.sse.core".
+# - test package, how to (where to?) package web and xml and index.html
+Summary:	ADT Plugin for Eclipse
+Name:		eclipse-plugin-adt
+Version:	0.9.9
+Release:	0.1
+License:	EPL v1.0
+Group:		Development/Tools
+Source0:	http://dl.google.com/android/ADT-%{version}.zip
+# Source0-md5:	7deff0c9b25940a74cea7a0815a3bc36
+URL:		http://developer.android.com/sdk/eclipse-adt.html
+BuildRequires:	unzip
+Requires:	eclipse >= 3.3
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define		eclipsedir	%{_datadir}/eclipse
+
+%description
+Android Development Tools (ADT) is a plugin for the Eclipse IDE that
+is designed to give you a powerful, integrated environment in which to
+build Android applications.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{eclipsedir}/{features,plugins}
+cp -a features/* $RPM_BUILD_ROOT%{eclipsedir}/features
+cp -a plugins/* $RPM_BUILD_ROOT%{eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{eclipsedir}/features/com.android.ide.eclipse.*.jar
+%{eclipsedir}/plugins/com.android.ide.eclipse.*.jar
+
+%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  2010/11/10 22:33:23  glen
+- initial, maybe needs eclipse 3.5 to work
================================================================


More information about the pld-cvs-commit mailing list