rpms/jakarta-commons-el/devel commons-el-eclipse-manifest.patch, NONE, 1.1 jakarta-commons-el.spec, 1.35, 1.36

Fernando Nasser (fnasser) fedora-extras-commits at redhat.com
Thu Jul 12 13:24:40 UTC 2007


Author: fnasser

Update of /cvs/extras/rpms/jakarta-commons-el/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7580

Modified Files:
	jakarta-commons-el.spec 
Added Files:
	commons-el-eclipse-manifest.patch 
Log Message:
Add eclipse-manifest patch



commons-el-eclipse-manifest.patch:

--- NEW FILE commons-el-eclipse-manifest.patch ---
--- META-INF/MANIFEST.MF.orig	2007-07-11 12:47:24.000000000 -0400
+++ META-INF/MANIFEST.MF	2007-07-11 12:49:32.000000000 -0400
@@ -9,3 +9,16 @@
 Implementation-Title: org.apache.commons.el
 Implementation-Vendor: Apache Software Foundation
 Implementation-Version: 1.0
+Import-Package: javax.servlet;version="2.4",javax.servlet.http;version
+ ="2.4",javax.servlet.jsp;version="2.0",javax.servlet.jsp.el;version="
+ 2.0",javax.servlet.jsp.resources;version="2.0",javax.servlet.jsp.tage
+ xt;version="2.0",javax.servlet.resources;version="2.4"
+Bundle-ManifestVersion: 2
+Export-Package: org.apache.commons.el;version="1.0.0",org.apache.commo
+ ns.el.parser;version="1.0.0"
+Bundle-Version: 1.0.0.v200706111724
+Bundle-SymbolicName: org.apache.commons.el
+Bundle-Name: Apache Commons JSP 2.0 Expression Language Interpreter
+Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation


Index: jakarta-commons-el.spec
===================================================================
RCS file: /cvs/extras/rpms/jakarta-commons-el/devel/jakarta-commons-el.spec,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- jakarta-commons-el.spec	9 Feb 2007 17:11:05 -0000	1.35
+++ jakarta-commons-el.spec	12 Jul 2007 13:24:05 -0000	1.36
@@ -39,7 +39,7 @@
 
 Name:           jakarta-commons-el
 Version:        1.0
-Release:        7jpp.1%{?dist}
+Release:        8jpp.1%{?dist}
 Epoch:          0
 Summary:        The Jakarta Commons Extension Language
 License:        Apache Software License
@@ -47,6 +47,7 @@
 URL:            http://jakarta.apache.org/commons/el/
 Source0:        http://archive.apache.org/dist/jakarta/commons/el/source/commons-el-%{version}-src.tar.gz
 Patch0:         %{short_name}-%{version}-license.patch
+Patch1:         %{short_name}-eclipse-manifest.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-buildroot
 %if ! %{gcj_support}
 BuildArch:      noarch
@@ -87,6 +88,9 @@
 %prep
 %setup -q -n %{short_name}-%{version}-src
 %patch0 -p1 -b .license
+pushd src/conf
+%patch1 -p1
+popd
 
 # remove all precompiled stuff
 find . -type f -name "*.jar" -exec rm -f {} \;
@@ -172,6 +176,9 @@
 
 
 %changelog
+* Wed Jul 11 2007 Ben Konrath <bkonrath at redhat.com> - 0:1.0-8jpp.1
+- Add eclipse-manifest patch.
+
 * Fri Feb 09 2007 Fernando Nasser <fnasser at redhat.com> - 0:1.0-7jpp.1
 - Remove duplicate name tag
 - Rebuild




More information about the scm-commits mailing list