[eclipse] Drop cglib dep.

Alexander Kurtakov akurtakov at fedoraproject.org
Wed May 21 08:04:01 UTC 2014


commit 13f1021d357e1b21a04c134cfeffe20a93ba272c
Author: Alexander Kurtakov <akurtako at redhat.com>
Date:   Wed May 21 11:03:44 2014 +0300

    Drop cglib dep.
    
    Apply jetty 9 patch unconditionally.

 eclipse.spec |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/eclipse.spec b/eclipse.spec
index 82b9ff7..48b5c62 100644
--- a/eclipse.spec
+++ b/eclipse.spec
@@ -18,9 +18,7 @@ Epoch:                  1
 %global eb_commit       27d9371a79744f02da09de58db140256a6a9b9e7
 %global eclipse_tag     I20140511-2000
 %global eclipse_version %{eclipse_majmin}.%{eclipse_micro}
-
 %global _jetty_version 9.1.3
-%{?scl:%global _jetty_version 8}
 
 %ifarch %{ix86}
     %define eclipse_arch x86
@@ -43,7 +41,7 @@ Epoch:                  1
 Summary:        An open, extensible IDE
 Name:           %{?scl_prefix}eclipse
 Version:        %{eclipse_version}
-Release:        0.19.git201405112000%{?dist}
+Release:        0.20.git201405112000%{?dist}
 License:        EPL
 Group:          Development/Tools
 URL:            http://www.eclipse.org/
@@ -167,7 +165,6 @@ BuildRequires: eclipse-emf-core >= 1:2.9.2-2
 BuildRequires: tomcat-servlet-3.0-api
 BuildRequires: tomcat-el-2.2-api
 BuildRequires: glassfish-jsp-api >= 2.2.1-4
-BuildRequires: cglib
 BuildRequires: glassfish-jsp >= 2.2.5
 BuildRequires: glassfish-servlet-api >= 3.1.0
 BuildRequires: cbi-plugins
@@ -308,7 +305,7 @@ tar --strip-components=1 -xf %{SOURCE1}
 %patch11
 %patch12
 %patch13
-%{!?scl:%patch14}
+%patch14
 %patch15
 %patch16
 %patch17
@@ -994,6 +991,10 @@ fi
 %{_libdir}/%{pkg_name}/plugins/org.eclipse.osgi.compatibility.state_*
 
 %changelog
+* Wed May 21 2014 Alexander Kurtakov <akurtako at redhat.com> 1:4.4.0-0.20.git201405112000
+- Drop cglib dep.
+- Apply jetty 9 patch unconditionally.
+
 * Mon May 19 2014 Mat Booth <mat.booth at redhat.com> - 1:4.4.0-0.19.git201405112000
 - Drop unnecessary BRs
 - Update e-b snapshot for new felix-gogo-* jar locations


More information about the scm-commits mailing list