[fawkes/el6/master] Laser plugin not available on PPC

Tim Niemueller timn at fedoraproject.org
Sun Feb 27 18:13:07 UTC 2011


commit 99b4eb26a7876079dc29504bc9e871f50df1bde0
Author: Tim Niemueller <niemueller at kbsg.rwth-aachen.de>
Date:   Sun Feb 27 19:11:40 2011 +0100

    Laser plugin not available on PPC
    
    Neither URG, nor peak PCAN or gearbox are available on PPC, therefore
    the laser plugin has no working hardware driver. Omit the plugin, but
    keep the tools, someone could write a custom driver or use Stage to
    simulate one.

 fawkes.spec |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/fawkes.spec b/fawkes.spec
index 7509b30..22db77e 100644
--- a/fawkes.spec
+++ b/fawkes.spec
@@ -525,7 +525,9 @@ rm -rf %{buildroot}
 %files plugin-laser
 %defattr(-,root,root,-)
 %{_bindir}/fflaser_deadspots
+%ifnarch ppc ppc64
 %{_libdir}/%{name}/plugins/laser.so
+%endif
 %{_mandir}/man1/fflaser_deadspots.1*
 
 %files plugin-laserht


More information about the scm-commits mailing list