[libtsm] Small cleanup.

Christopher Meng cicku at fedoraproject.org
Fri May 9 01:23:25 UTC 2014


commit b4969a009f82d09c29de0132aa3e70bd29ad9c8d
Author: Christopher Meng <i at cicku.me>
Date:   Fri May 9 09:23:37 2014 +0800

    Small cleanup.

 libtsm.spec |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/libtsm.spec b/libtsm.spec
index 77025d4..5ac50a7 100644
--- a/libtsm.spec
+++ b/libtsm.spec
@@ -37,12 +37,12 @@ developing applications that use %{name}.
 %setup -q
 
 %build
-%configure
-make %{?_smp_mflags} V=1
+%configure --disable-silent-rules
+make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%{buildroot}
-find %{buildroot} -name '*.*a' -delete
+find %{buildroot} -name '*.*a' -delete -print
 
 %check
 make check


More information about the scm-commits mailing list