rpms/lucene/devel OSGI-MANIFEST.MF,NONE,1.1 lucene.spec,1.24,1.25

Ben Konrath (bkonrath) fedora-extras-commits at redhat.com
Fri Jul 13 20:29:26 UTC 2007


Author: bkonrath

Update of /cvs/pkgs/rpms/lucene/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24737

Modified Files:
	lucene.spec 
Added Files:
	OSGI-MANIFEST.MF 
Log Message:
* Fri Jul 13 2007 Ben Konrath <bkonrath at redhat.com> - 0:1.4.3-1jpp.19
- Add osgi manifest.



--- NEW FILE OSGI-MANIFEST.MF ---
Manifest-Version: 1.0
Ant-Version: Apache Ant 1.6.5
Created-By: Apache Jakarta

Name: org/apache/lucene
Specification-Title: Lucene Search Engine
Specification-Version: 1.5-rc1-dev
Specification-Vendor: Lucene
Implementation-Title: org.apache.lucene
Implementation-Version: build 2007-03-31 20:16:36
Implementation-Vemdpr: Lucene
Bundle-ManifestVersion: 2
Export-Package: org.apache.lucene,org.apache.lucene.analysis,org.apach
 e.lucene.analysis.de,org.apache.lucene.analysis.standard,org.apache.l
 ucene.document,org.apache.lucene.index,org.apache.lucene.queryParser,
 org.apache.lucene.search,org.apache.lucene.search.spans,org.apache.lu
 cene.store,org.apache.lucene.util
Bundle-Version: 1.9.1.v200706111724
Bundle-SymbolicName: org.apache.lucene
Bundle-Name: Apache Lucene Analysis
Bundle-Localization: plugin
Bundle-Vendor: Lucene



Index: lucene.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lucene/devel/lucene.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- lucene.spec	1 Apr 2007 00:11:44 -0000	1.24
+++ lucene.spec	13 Jul 2007 20:28:53 -0000	1.25
@@ -4,12 +4,13 @@
 Summary:        High-performance, full-featured text search engine
 Name:           lucene
 Version:        1.4.3
-Release:	    1jpp.18
+Release:        1jpp.19
 Epoch:          0
 License:        Apache Software License
 URL:            http://jakarta.apache.org/lucene/
 Group:          Internet/WWW/Indexing/Search
 Source0:        http://cvs.apache.org/dist/jakarta/lucene/lucene-1.4.3-src.tar.gz
+Source1:	OSGI-MANIFEST.MF
 Patch1: 	%{name}-nojavadoclink.patch
 %if %{gcj_support}
 %else
@@ -81,6 +82,10 @@
   -Djavadoc.link=http://java.sun.com/j2se/1.4.2/docs/api/ \
   package
 
+mkdir META-INF
+cp %{SOURCE1} META-INF/MANIFEST.MF
+zip -u build/lucene-1.5-rc1-dev.jar META-INF/MANIFEST.MF
+
 # -----------------------------------------------------------------------------
 
 %install
@@ -179,6 +184,9 @@
 # -----------------------------------------------------------------------------
 
 %changelog
+* Fri Jul 13 2007 Ben Konrath <bkonrath at redhat.com> - 0:1.4.3-1jpp.19
+- Add osgi manifest.
+
 * Sat Mar 31 2007 Thomas Fitzsimmons <fitzsim at redhat.com> - 0:1.4.3-1jpp.18
 - Require java-1.5.0-gcj for post and postun.
 




More information about the scm-commits mailing list