Author: baggins                      Date: Mon Dec  4 14:41:55 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- proper license and eclipse dir

---- Files affected:
SPECS:
   eclipse-emf-sdo.spec (1.2 -> 1.3) , eclipse-gef.spec (1.2 -> 1.3) , 
eclipse-jem.spec (1.2 -> 1.3) , eclipse-wtp.spec (1.1 -> 1.2) , 
eclipse-xsd.spec (1.3 -> 1.4) 

---- Diffs:

================================================================
Index: SPECS/eclipse-emf-sdo.spec
diff -u SPECS/eclipse-emf-sdo.spec:1.2 SPECS/eclipse-emf-sdo.spec:1.3
--- SPECS/eclipse-emf-sdo.spec:1.2      Mon Dec  4 15:31:35 2006
+++ SPECS/eclipse-emf-sdo.spec  Mon Dec  4 15:41:50 2006
@@ -4,8 +4,8 @@
 Summary:       Eclipse Modeling Framework
 Name:          eclipse-%{module}
 Version:       2.2.1
-Release:       0.1
-License:       CPL
+Release:       0.2
+License:       EPL v1.0
 Group:         Development/Tools
 Source0:       
http://download.eclipse.org/tools/emf/downloads/drops/%{version}/%{_buildid}/%{module}-SDK-%{version}.zip
 # Source0-md5: 8dcd27a7dca1648c0da0c056c551f472
@@ -15,7 +15,7 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _eclipsedir     %{_datadir}/eclipse
+%define        _eclipsedir     %{_libdir}/eclipse
 
 %description
 Eclipse Modeling Framework (EMF).
@@ -43,6 +43,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/12/04 14:41:50  baggins
+- proper license and eclipse dir
+
 Revision 1.2  2006/12/04 14:31:35  baggins
 - added _buildid
 

================================================================
Index: SPECS/eclipse-gef.spec
diff -u SPECS/eclipse-gef.spec:1.2 SPECS/eclipse-gef.spec:1.3
--- SPECS/eclipse-gef.spec:1.2  Mon Dec  4 15:32:29 2006
+++ SPECS/eclipse-gef.spec      Mon Dec  4 15:41:50 2006
@@ -3,8 +3,8 @@
 Summary:       Graphical Editing Framework
 Name:          eclipse-gef
 Version:       3.2.1
-Release:       0.1
-License:       CPL
+Release:       0.2
+License:       EPL v1.0
 Group:         Development/Tools
 Source0:       
http://download.eclipse.org/tools/gef/downloads/drops/R-%{version}-%{_buildid}/GEF-ALL-%{version}.zip
 # Source0-md5: fcf6ea042c70a8628613924e1e227150
@@ -14,7 +14,7 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _eclipsedir     %{_datadir}/eclipse
+%define        _eclipsedir     %{_libdir}/eclipse
 
 %description
 Graphical Editing Framework.
@@ -43,6 +43,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/12/04 14:41:50  baggins
+- proper license and eclipse dir
+
 Revision 1.2  2006/12/04 14:32:29  baggins
 - added _buildid
 

================================================================
Index: SPECS/eclipse-jem.spec
diff -u SPECS/eclipse-jem.spec:1.2 SPECS/eclipse-jem.spec:1.3
--- SPECS/eclipse-jem.spec:1.2  Mon Dec  4 15:33:18 2006
+++ SPECS/eclipse-jem.spec      Mon Dec  4 15:41:50 2006
@@ -3,8 +3,8 @@
 Summary:       Java EMF Model
 Name:          eclipse-jem
 Version:       1.2.1
-Release:       0.1
-License:       CPL
+Release:       0.2
+License:       EPL v1.0
 Group:         Development/Tools
 Source0:       
http://download.eclipse.org/tools/ve/downloads/drops/R-%{version}-%{_buildid}/JEM-SDK-%{version}.zip
 # Source0-md5: 2ee5413d360c62e74bef4826024a80ad
@@ -14,7 +14,7 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _eclipsedir     %{_datadir}/eclipse
+%define        _eclipsedir     %{_libdir}/eclipse
 
 %description
 Java EMF Model, including BeanInfo, Java Model, Proxy support
@@ -44,6 +44,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.3  2006/12/04 14:41:50  baggins
+- proper license and eclipse dir
+
 Revision 1.2  2006/12/04 14:33:18  baggins
 - added _buildid
 

================================================================
Index: SPECS/eclipse-wtp.spec
diff -u SPECS/eclipse-wtp.spec:1.1 SPECS/eclipse-wtp.spec:1.2
--- SPECS/eclipse-wtp.spec:1.1  Mon Dec  4 15:35:24 2006
+++ SPECS/eclipse-wtp.spec      Mon Dec  4 15:41:50 2006
@@ -6,8 +6,8 @@
 Summary:       Web Tools Platform
 Name:          eclipse-%{module}
 Version:       %{_ver_major}.%{_ver_minor}
-Release:       0.1
-License:       CPL
+Release:       0.2
+License:       EPL v1.0
 Group:         Development/Tools
 Source0:       
http://download.eclipse.org/webtools/downloads/drops/R%{_ver_major}/R-%{version}-%{_buildid}/%{module}-R-%{version}-%{_buildid}.zip
 # Source0-md5: ef6ee106fae286499a268b32c73cbb56
@@ -21,7 +21,7 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _eclipsedir     %{_datadir}/eclipse
+%define        _eclipsedir     %{_libdir}/eclipse
 
 %description
 Web Tools Platform.
@@ -49,6 +49,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.2  2006/12/04 14:41:50  baggins
+- proper license and eclipse dir
+
 Revision 1.1  2006/12/04 14:35:24  baggins
 - initial revision
 

================================================================
Index: SPECS/eclipse-xsd.spec
diff -u SPECS/eclipse-xsd.spec:1.3 SPECS/eclipse-xsd.spec:1.4
--- SPECS/eclipse-xsd.spec:1.3  Mon Dec  4 15:30:47 2006
+++ SPECS/eclipse-xsd.spec      Mon Dec  4 15:41:50 2006
@@ -4,8 +4,8 @@
 Summary:       XSD Schema Infoset Model
 Name:          eclipse-%{module}
 Version:       2.2.1
-Release:       0.1
-License:       CPL
+Release:       0.2
+License:       EPL v1.0
 Group:         Development/Tools
 Source0:       
http://download.eclipse.org/tools/emf/downloads/drops/%{version}/%{_buildid}/%{module}-SDK-%{version}.zip
 # Source0-md5: 52dc08d87d41e65b7c442bea868ee71c
@@ -15,7 +15,7 @@
 BuildArch:     noarch
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define        _eclipsedir     %{_datadir}/eclipse
+%define        _eclipsedir     %{_libdir}/eclipse
 
 %description
 XSD Schema Infoset Model.
@@ -44,6 +44,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.4  2006/12/04 14:41:50  baggins
+- proper license and eclipse dir
+
 Revision 1.3  2006/12/04 14:30:47  baggins
 - added _buildid
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/eclipse-emf-sdo.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/eclipse-gef.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/eclipse-jem.spec?r1=1.2&r2=1.3&f=u
    http://cvs.pld-linux.org/SPECS/eclipse-wtp.spec?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/SPECS/eclipse-xsd.spec?r1=1.3&r2=1.4&f=u

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to