SPECS: java-lucene.spec - build contrib packages too; rel 4

paszczus paszczus at pld-linux.org
Sun Mar 29 10:15:55 CEST 2009


Author: paszczus                     Date: Sun Mar 29 08:15:55 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build contrib packages too; rel 4

---- Files affected:
SPECS:
   java-lucene.spec (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: SPECS/java-lucene.spec
diff -u SPECS/java-lucene.spec:1.6 SPECS/java-lucene.spec:1.7
--- SPECS/java-lucene.spec:1.6	Sun Mar 29 00:04:51 2009
+++ SPECS/java-lucene.spec	Sun Mar 29 10:15:49 2009
@@ -24,7 +24,7 @@
 Summary:	Text search engine library in Java
 Name:		java-%{srcname}
 Version:	2.4.1
-Release:	3
+Release:	4
 License:	Apache v2.0
 Group:		Development/Languages/Java
 Source0:	http://www.apache.net.pl/lucene/java/lucene-%{version}-src.tar.gz
@@ -74,6 +74,18 @@
 install -d build
 %ant -Dbuild.sysclasspath=only
 
+# Build contrib packages too
+cd contrib
+CONTRIB_PACKAGES="analyzers benchmark db highlighter instantiated lucli memory miscellaneous queries regex similarity snowball spellchecker surround swing wikipedia wordnet xml-query-parser"
+for i in $CONTRIB_PACKAGES
+do
+cd $i
+install -d build
+%ant
+cd -
+done
+
+cd ..
 %if %{with javadoc}
 %javadoc -d apidocs \
 	%{?with_java_sun:org.apache.lucene} \
@@ -119,6 +131,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.7  2009/03/29 08:15:49  paszczus
+- build contrib packages too; rel 4
+
 Revision 1.6  2009/03/28 23:04:51  pawelz
 - correct paths in jar
 - rel 3
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/java-lucene.spec?r1=1.6&r2=1.7&f=u



More information about the pld-cvs-commit mailing list