]> git.pld-linux.org Git - packages/eclipse-wtp.git/commitdiff
- updated to 2.0.2 AC-branch master auto/th/eclipse-wtp-2_0_2-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Sat, 29 Mar 2008 18:33:38 +0000 (18:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eclipse-wtp.spec -> 1.10

eclipse-wtp.spec

index 46106b0fd19479ea424002059bcda10e96503fbd..04b9c2c8cfcc70df2d893653d6349499c754ea28 100644 (file)
@@ -2,17 +2,17 @@
 # - build noarch
 %define                module          wtp
 %define                ver_major       2.0
-%define                ver_minor       %{nil}
-%define                buildid 200706260303
+%define                ver_minor       .2
+%define                buildid 20080223205547
 Summary:       Web Tools Platform
 Summary(pl.UTF-8):     Web Tools Platform - platforma narzędzi WWW
 Name:          eclipse-%{module}
-Version:       %{ver_major}
-Release:       2
+Version:       %{ver_major}%{ver_minor}
+Release:       1
 License:       EPL v1.0
 Group:         Development/Tools
 Source0:       http://archive.eclipse.org/webtools/downloads/drops/R%{ver_major}/R-%{version}-%{buildid}/%{module}-sdk-R-%{version}-%{buildid}.zip
-# Source0-md5: c968db511655b0c55e02b4faab0efb55
+# Source0-md5: c1dfb4c81dab95f3a399a9335b98a263
 URL:           http://www.eclipse.org/webtools/
 BuildRequires: unzip
 Requires:      eclipse >= 3.2
@@ -39,6 +39,12 @@ 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
 
+# remove files that conflict with eclipse-3.3.1.1
+rm $RPM_BUILD_ROOT%{_eclipsedir}/plugins/javax.servlet.jsp_2.0.0.v200706191603.jar
+rm $RPM_BUILD_ROOT%{_eclipsedir}/plugins/javax.servlet_2.4.0.v200706111738.jar
+rm $RPM_BUILD_ROOT%{_eclipsedir}/plugins/org.apache.commons.el_1.0.0.v200706111724.jar
+rm $RPM_BUILD_ROOT%{_eclipsedir}/plugins/org.apache.commons.logging_1.0.4.v200706111724.jar
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.069268 seconds and 4 git commands to generate.