SPECS: qdox.spec - builds; rel 3

glen glen at pld-linux.org
Sun Dec 2 17:52:45 CET 2007


Author: glen                         Date: Sun Dec  2 16:52:45 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- builds; rel 3

---- Files affected:
SPECS:
   qdox.spec (1.9 -> 1.10) 

---- Diffs:

================================================================
Index: SPECS/qdox.spec
diff -u SPECS/qdox.spec:1.9 SPECS/qdox.spec:1.10
--- SPECS/qdox.spec:1.9	Sun Dec  2 17:31:24 2007
+++ SPECS/qdox.spec	Sun Dec  2 17:52:39 2007
@@ -7,7 +7,7 @@
 Summary(pl.UTF-8):	Wyciąganie definicji klas/interfejsów/metod ze źródeł
 Name:		qdox
 Version:	1.5
-Release:	2
+Release:	3
 Epoch:		0
 License:	Apache-style Software License
 Group:		Development/Languages/Java
@@ -21,6 +21,7 @@
 Source6:	%{name}-build.xml
 Patch0:		%{name}-project_xml.patch
 Patch1:		%{name}-parser_y.patch
+Patch2:		%{name}-yy_lexical_state.patch
 URL:		http://qdox.codehaus.org/
 BuildRequires:	ant >= 1.6
 BuildRequires:	ant-junit
@@ -66,12 +67,12 @@
 
 %prep
 %setup -q
-find '(' -name '*.xml' -o -name '*.java' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
+find '(' -name '*.xml' -o -name '*.java' -o -name '*.flex' ')' -print0 | xargs -0 sed -i -e 's,\r$,,'
 cp %{SOURCE5} src/java/com/thoughtworks/qdox/parser/structs/LocatedDef.java
 cp %{SOURCE6} build.xml
-
 %patch0 -p0
 %patch1 -p0
+%patch2 -p1
 
 %build
 %if %{with maven}
@@ -105,7 +106,7 @@
 mkdir -p target/src/java/com/thoughtworks/qdox/parser/impl
 export CLASSPATH=$(build-classpath jflex)
 
-java JFlex.Main \
+%java JFlex.Main \
 	-d target/src/java/com/thoughtworks/qdox/parser/impl \
 	src/grammar/lexer.flex
 
@@ -120,7 +121,9 @@
 cd -
 
 mv target/Parser.java target/src/java/com/thoughtworks/qdox/parser/impl
-%ant -Dbuild.sysclasspath=only jar javadoc
+%ant jar javadoc \
+	-Dnoget=1 \
+	-Dbuild.sysclasspath=only
 %endif
 
 %install
@@ -157,6 +160,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.10  2007-12-02 16:52:39  glen
+- builds; rel 3
+
 Revision 1.9  2007-12-02 16:31:24  glen
 - update build from qdox1.5 (jpackage 1.7 branch)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/qdox.spec?r1=1.9&r2=1.10&f=u



More information about the pld-cvs-commit mailing list