rpms/apache-commons-logging/devel commons-logging-eclipse-manifest.patch, NONE, 1.1 apache-commons-logging.spec, 1.8, 1.9

Alexander Kurtakov akurtakov at fedoraproject.org
Wed Jun 9 18:08:45 UTC 2010


Author: akurtakov

Update of /cvs/pkgs/rpms/apache-commons-logging/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv30558/devel

Modified Files:
	apache-commons-logging.spec 
Added Files:
	commons-logging-eclipse-manifest.patch 
Log Message:
- Add osgi manifest entries.

commons-logging-eclipse-manifest.patch:
 MANIFEST.MF |    9 +++++++++
 1 file changed, 9 insertions(+)

--- NEW FILE commons-logging-eclipse-manifest.patch ---
--- src/conf/MANIFEST.MF.orig	2007-11-22 01:27:52.000000000 +0200
+++ src/conf/MANIFEST.MF	2010-06-09 21:04:06.532857757 +0300
@@ -6,3 +6,12 @@ Implementation-Title: Commons Logging
 Implementation-Vendor-Id: org.apache
 Implementation-Vendor: Apache Software Foundation
 Implementation-Version: 1.1.1
+Bundle-ManifestVersion: 2
+Export-Package: org.apache.commons.logging;version="1.1.1",org.apache.
+ commons.logging.impl;version="1.1.1"
+Bundle-Version: 1.1.1.v20080605-1930
+Bundle-SymbolicName: org.apache.commons.logging
+Bundle-Name: Apache Commons Logging Plug-in
+Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3
+Bundle-Localization: plugin
+Bundle-Vendor: Apache Software Foundation


Index: apache-commons-logging.spec
===================================================================
RCS file: /cvs/pkgs/rpms/apache-commons-logging/devel/apache-commons-logging.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -p -r1.8 -r1.9
--- apache-commons-logging.spec	21 May 2010 12:04:20 -0000	1.8
+++ apache-commons-logging.spec	9 Jun 2010 18:08:45 -0000	1.9
@@ -4,13 +4,14 @@
 
 Name:           apache-%{short_name}
 Version:        1.1.1
-Release:        9%{?dist}
+Release:        10%{?dist}
 Summary:        Apache Commons Logging
 License:        ASL 2.0
 Group:          Development/Libraries
 URL:            http://commons.apache.org/%{base_name}
 Source0:        http://www.apache.org/dist/commons/%{base_name}/source/%{short_name}-%{version}-src.tar.gz
 Source1:        %{short_name}.depmap
+Patch1:         %{short_name}-eclipse-manifest.patch 
 Patch0:         %{short_name}-maven-release-plugin.patch
 BuildArch:      noarch
 BuildRequires:  java-devel >= 1:1.6.0
@@ -73,6 +74,8 @@ Obsoletes:      jakarta-%{short_name}-ja
 
 %patch0 -p1 -b .rhbug_588142
 
+%patch1 
+
 sed -i 's/\r//' RELEASE-NOTES.txt LICENSE.txt
 
 # -----------------------------------------------------------------------------
@@ -150,6 +153,9 @@ rm -rf $RPM_BUILD_ROOT
 # -----------------------------------------------------------------------------
 
 %changelog
+* Wed Jun 9 2010 Alexander Kurtakov <akurtako at redhat.com> 1.1.1-10
+- Add osgi manifest entries.
+
 * Fri May 21 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.1.1-9
 - Correct depmap filename for backward compatibility
 
@@ -182,4 +188,3 @@ rm -rf $RPM_BUILD_ROOT
 
 * Thu May  6 2010 Stanislav Ochotnicky <sochotnicky at redhat.com> - 1.1.1-1
 - Rename and rebase from jakarta-commons-logging
-



More information about the scm-commits mailing list