SPECS: cups.spec - disable java build on archs that do not have jdk

baggins baggins at pld-linux.org
Fri Dec 7 00:29:07 CET 2007


Author: baggins                      Date: Thu Dec  6 23:29:07 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- disable java build on archs that do not have jdk

---- Files affected:
SPECS:
   cups.spec (1.220 -> 1.221) 

---- Diffs:

================================================================
Index: SPECS/cups.spec
diff -u SPECS/cups.spec:1.220 SPECS/cups.spec:1.221
--- SPECS/cups.spec:1.220	Fri Dec  7 00:15:23 2007
+++ SPECS/cups.spec	Fri Dec  7 00:29:01 2007
@@ -11,6 +11,11 @@
 #
 %include	/usr/lib/rpm/macros.perl
 %define		pdir CUPS
+
+%ifarch i386 i486 ppc
+%undefine	with_java
+%endif
+
 Summary:	Common Unix Printing System
 Summary(pl.UTF-8):	Ogólny system druku dla Uniksa
 Summary(pt_BR.UTF-8):	Sistema Unix de Impressão
@@ -722,6 +727,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.221  2007-12-06 23:29:01  baggins
+- disable java build on archs that do not have jdk
+
 Revision 1.220  2007-12-06 23:15:23  baggins
 - rel 3.1
 - added java-cups package
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/cups.spec?r1=1.220&r2=1.221&f=u



More information about the pld-cvs-commit mailing list