packages: java-hamcrest/java-hamcrest.spec - don't search for build depende...

pawelz pawelz at pld-linux.org
Wed Aug 19 15:42:11 CEST 2009


Author: pawelz                       Date: Wed Aug 19 13:42:11 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- don't search for build dependencies when being built with binary

---- Files affected:
packages/java-hamcrest:
   java-hamcrest.spec (1.12 -> 1.13) 

---- Diffs:

================================================================
Index: packages/java-hamcrest/java-hamcrest.spec
diff -u packages/java-hamcrest/java-hamcrest.spec:1.12 packages/java-hamcrest/java-hamcrest.spec:1.13
--- packages/java-hamcrest/java-hamcrest.spec:1.12	Wed Aug 19 15:25:35 2009
+++ packages/java-hamcrest/java-hamcrest.spec	Wed Aug 19 15:42:05 2009
@@ -95,16 +95,16 @@
 %build
 export JAVA_HOME="%{java_home}"
 
+%if %{with binary}
+install -d build
+cp -af *.jar build
+%else
 qdox_jar=$(find-jar qdox)
 CLASSPATH=$qdox_jar
 cat <<EOF > build.properties
 qdox.jar=$qdox_jar
 EOF
 
-%if %{with binary}
-install -d build
-cp -af *.jar build
-%else
 %ant core generator library text integration \
 	-Dqdox.jar=$qdox_jar \
 	-Dversion=%{version}
@@ -163,6 +163,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.13  2009/08/19 13:42:05  pawelz
+- don't search for build dependencies when being built with binary
+
 Revision 1.12  2009/08/19 13:25:35  pawelz
 - with_bootstrap implies without_tests and without_javadoc
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/java-hamcrest/java-hamcrest.spec?r1=1.12&r2=1.13&f=u



More information about the pld-cvs-commit mailing list