SPECS: eclipse-xsd.spec (NEW), eclipse-jem.spec (NEW), eclipse-gef...

baggins baggins at pld-linux.org
Mon Dec 4 15:14:41 CET 2006


Author: baggins                      Date: Mon Dec  4 14:14:41 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial revision

---- Files affected:
SPECS:
   eclipse-xsd.spec (NONE -> 1.1)  (NEW), eclipse-jem.spec (NONE -> 1.1)  (NEW), eclipse-gef.spec (NONE -> 1.1)  (NEW), eclipse-emf-sdo.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/eclipse-xsd.spec
diff -u /dev/null SPECS/eclipse-xsd.spec:1.1
--- /dev/null	Mon Dec  4 15:14:41 2006
+++ SPECS/eclipse-xsd.spec	Mon Dec  4 15:14:35 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+%define		module xsd
+Summary:	XSD Schema Infoset Model
+Name:		eclipse-%{module}
+Version:	2.2.1
+Release:	0.1
+License:	CPL
+Group:		Development/Tools
+Source0:	http://download.eclipse.org/tools/emf/downloads/drops/%{version}/R200609210005/%{module}-SDK-%{version}.zip
+# Source0-md5:	52dc08d87d41e65b7c442bea868ee71c
+#URL:		
+BuildRequires:	unzip
+Requires:	eclipse >= 3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define	_eclipsedir	%{_datadir}/eclipse
+
+%description
+XSD Schema Infoset Model.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+cp -rf eclipse/features/* $RPM_BUILD_ROOT%{_eclipsedir}/features
+cp -rf eclipse/plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_eclipsedir}/features/org.eclipse.xsd*
+%{_eclipsedir}/plugins/org.eclipse.xsd*
+
+%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/04 14:14:35  baggins
+- initial revision
+

================================================================
Index: SPECS/eclipse-jem.spec
diff -u /dev/null SPECS/eclipse-jem.spec:1.1
--- /dev/null	Mon Dec  4 15:14:41 2006
+++ SPECS/eclipse-jem.spec	Mon Dec  4 15:14:35 2006
@@ -0,0 +1,48 @@
+# $Revision$, $Date$
+Summary:	Java EMF Model
+Name:		eclipse-jem
+Version:	1.2.1
+Release:	0.1
+License:	CPL
+Group:		Development/Tools
+Source0:	http://download.eclipse.org/tools/ve/downloads/drops/R-1.2.1-200609261748/JEM-SDK-%{version}.zip
+# Source0-md5:	2ee5413d360c62e74bef4826024a80ad
+#URL:		
+BuildRequires:	unzip
+Requires:	eclipse >= 3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define	_eclipsedir	%{_datadir}/eclipse
+
+%description
+Java EMF Model, including BeanInfo, Java Model, Proxy support
+(with remote vm and IDE vm support).
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+cp -rf eclipse/features/* $RPM_BUILD_ROOT%{_eclipsedir}/features
+cp -rf eclipse/plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_eclipsedir}/features/org.eclipse.jem*
+%{_eclipsedir}/plugins/org.eclipse.jem*
+%{_eclipsedir}/plugins/com.ibm.etools.emf*
+
+%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/04 14:14:35  baggins
+- initial revision
+

================================================================
Index: SPECS/eclipse-gef.spec
diff -u /dev/null SPECS/eclipse-gef.spec:1.1
--- /dev/null	Mon Dec  4 15:14:41 2006
+++ SPECS/eclipse-gef.spec	Mon Dec  4 15:14:35 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+Summary:	Graphical Editing Framework
+Name:		eclipse-gef
+Version:	3.2.1
+Release:	0.1
+License:	CPL
+Group:		Development/Tools
+Source0:	http://download.eclipse.org/tools/gef/downloads/drops/R-3.2.1-200609211617/GEF-ALL-%{version}.zip
+# Source0-md5:	fcf6ea042c70a8628613924e1e227150
+#URL:		
+BuildRequires:	unzip
+Requires:	eclipse >= 3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define	_eclipsedir	%{_datadir}/eclipse
+
+%description
+Graphical Editing Framework.
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+cp -rf eclipse/features/* $RPM_BUILD_ROOT%{_eclipsedir}/features
+cp -rf eclipse/plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_eclipsedir}/features/org.eclipse.gef*
+%{_eclipsedir}/plugins/org.eclipse.gef*
+%{_eclipsedir}/plugins/org.eclipse.draw2d*
+
+%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/04 14:14:35  baggins
+- initial revision
+

================================================================
Index: SPECS/eclipse-emf-sdo.spec
diff -u /dev/null SPECS/eclipse-emf-sdo.spec:1.1
--- /dev/null	Mon Dec  4 15:14:41 2006
+++ SPECS/eclipse-emf-sdo.spec	Mon Dec  4 15:14:35 2006
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+%define		module	emf-sdo
+Summary:	Eclipse Modeling Framework
+Name:		eclipse-%{module}
+Version:	2.2.1
+Release:	0.1
+License:	CPL
+Group:		Development/Tools
+Source0:	http://download.eclipse.org/tools/emf/downloads/drops/%{version}/R200609210005/%{module}-SDK-%{version}.zip
+# Source0-md5:	8dcd27a7dca1648c0da0c056c551f472
+#URL:		
+BuildRequires:	unzip
+Requires:	eclipse >= 3.2
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%define	_eclipsedir	%{_datadir}/eclipse
+
+%description
+Eclipse Modeling Framework (EMF).
+
+%prep
+%setup -q -c
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT%{_eclipsedir}/{features,plugins}
+cp -rf eclipse/features/* $RPM_BUILD_ROOT%{_eclipsedir}/features
+cp -rf eclipse/plugins/* $RPM_BUILD_ROOT%{_eclipsedir}/plugins
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_eclipsedir}/features/org.eclipse.emf*
+%{_eclipsedir}/plugins/org.eclipse.emf*
+
+%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/04 14:14:35  baggins
+- initial revision
+
================================================================


More information about the pld-cvs-commit mailing list