rpms/jakarta-commons-codec/devel jakarta-commons-codec-addosgimanifest.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 jakarta-commons-codec.spec, 1.17, 1.18

Matt Wringe (mwringe) fedora-extras-commits at redhat.com
Fri Sep 7 17:35:07 UTC 2007


Author: mwringe

Update of /cvs/pkgs/rpms/jakarta-commons-codec/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26580

Modified Files:
	.cvsignore jakarta-commons-codec.spec 
Added Files:
	jakarta-commons-codec-addosgimanifest.patch 
Log Message:
Add OSGi manifest


jakarta-commons-codec-addosgimanifest.patch:

--- NEW FILE jakarta-commons-codec-addosgimanifest.patch ---
--- MANIFEST.MF 2007-09-06 12:18:33.000000000 -0400
+++ MANIFEST.MF 2007-09-06 12:10:37.000000000 -0400
@@ -4,4 +4,15 @@
 Specification-Version: 1.3
 Implementation-Title: org.apache.commons.codec
 Implementation-Vendor: Apache Software Foundation
-Implementation-Version: 1.3
\ No newline at end of file
+Implementation-Version: 1.3
+Bundle-ManifestVersion: 2
+Bundle-Name: %bundleName
+Bundle-SymbolicName: org.apache.commons.codec
+Bundle-Version: 1.3.0.qualifier
+Bundle-Localization: plugin
+Export-Package: org.apache.commons.codec;version="1.3.0",
+ org.apache.commons.codec.binary;version="1.3.0",
+ org.apache.commons.codec.digest;version="1.3.0",
+ org.apache.commons.codec.language;version="1.3.0",
+ org.apache.commons.codec.net;version="1.3.0"
+Bundle-Vendor: %bundleProvider



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/jakarta-commons-codec/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	26 Apr 2007 00:19:38 -0000	1.4
+++ .cvsignore	7 Sep 2007 17:34:34 -0000	1.5
@@ -1 +1,11 @@
-commons-codec-1.3-src.tar.gz
+.classpath
+.clover
+.project
+CODEC_1_*.xml
+HEAD.xml
+dist
+junit*.properties
+maven.log
+pub
+target
+velocity.log
\ No newline at end of file


Index: jakarta-commons-codec.spec
===================================================================
RCS file: /cvs/pkgs/rpms/jakarta-commons-codec/devel/jakarta-commons-codec.spec,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- jakarta-commons-codec.spec	26 Apr 2007 00:19:38 -0000	1.17
+++ jakarta-commons-codec.spec	7 Sep 2007 17:34:34 -0000	1.18
@@ -38,7 +38,7 @@
 
 Name:           jakarta-commons-codec
 Version:        1.3
-Release:        8jpp.1%{?dist}
+Release:        8jpp.2%{?dist}
 Summary:        Implementations of common encoders and decoders
 License:        Apache Software License
 Group:          Development/Libraries/Java
@@ -50,6 +50,8 @@
 # tar czvf commons-codec-1.3-src.tar.gz .
 
 Patch0:         jakarta-commons-codec-1.3-buildscript.patch
+# Add OSGi manifest
+Patch1:         %{name}-addosgimanifest.patch
 BuildRequires:  jpackage-utils >= 0:1.6
 BuildRequires:  ant >= 0:1.6.2
 BuildRequires:  ant-junit
@@ -91,6 +93,11 @@
 # This problem has been communicated upstream Bug 31096
 %patch0 -p1
 
+# Add OSGi manifest
+pushd src/conf
+%patch1 -p0
+popd
+
 #fixes eof encoding
 %{__sed} -i 's/\r//' LICENSE.txt
 %{__sed} -i 's/\r//' RELEASE-NOTES.txt
@@ -171,6 +178,9 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Thu Sep 06 2007 Andrew Overholt <overholt at redhat.com> 1.3-8jpp.2
+- Add OSGi manifest.
+
 * Wed Mar 21 2007 Matt Wringe <mwringe at redhat.com> 0:1.3-8jpp.1
 - Update to latest jpp version
 - Fix rpmlint issues




More information about the fedora-extras-commits mailing list