[libphidget/f12/master] No longer make .jar target on ppc/ppc64

rmattes rmattes at fedoraproject.org
Sun Sep 26 22:42:05 UTC 2010


commit fd333ba4242ca56869a8eba41a963bfececcddc5
Author: Rich Mattes <jpgr87 at gmail.com>
Date:   Sun Sep 26 18:42:24 2010 -0400

    No longer make .jar target on ppc/ppc64

 libphidget.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/libphidget.spec b/libphidget.spec
index 3c449b3..4141611 100644
--- a/libphidget.spec
+++ b/libphidget.spec
@@ -51,7 +51,9 @@ libphidget API.
 %build
 %configure --disable-static --enable-zeroconf --enable-zeroconf-lookup --disable-ldconfig --enable-jni
 make %{?_smp_mflags}
+%ifnarch ppc ppc64
 make phidget21.jar
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT


More information about the scm-commits mailing list