[xorg-x11-drv-vmmouse] Disable silent rules on build, build with _smp_mflags

Peter Hutterer whot at fedoraproject.org
Thu Jul 7 01:37:52 UTC 2011


commit 73294013476c1fa774e045ada8bd8a69cd5f9748
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Thu Jul 7 11:36:07 2011 +1000

    Disable silent rules on build, build with _smp_mflags

 xorg-x11-drv-vmmouse.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/xorg-x11-drv-vmmouse.spec b/xorg-x11-drv-vmmouse.spec
index 612bad9..44e693c 100644
--- a/xorg-x11-drv-vmmouse.spec
+++ b/xorg-x11-drv-vmmouse.spec
@@ -43,8 +43,8 @@ X.Org X11 vmmouse input driver.
 
 %build
 autoreconf -v --install --force || exit 1
-%configure --disable-static --with-xorg-conf-dir='%{_datadir}/X11/xorg.conf.d'
-make
+%configure --disable-static --disable-silent-rules --with-xorg-conf-dir='%{_datadir}/X11/xorg.conf.d'
+make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -71,6 +71,9 @@ rm -rf $RPM_BUILD_ROOT
 /lib/udev/rules.d/*.rules 
 
 %changelog
+* Thu Jul 07 2011 Peter Hutterer <peter.hutterer at redhat.com>
+- Disable silent rules on build, build with _smp_mflags
+
 * Thu Mar 03 2011 Peter Hutterer <peter.hutterer at redhat.com> 12.7.0-1
 - vmmouse 12.7.0
 


More information about the scm-commits mailing list