[libzhuyin] improves spec

Peng Wu pwu at fedoraproject.org
Fri Dec 27 04:58:51 UTC 2013


commit cafa579cb43a0d50015e2f09f5868416cf800982
Author: Peng Wu <alexepico at gmail.com>
Date:   Fri Dec 27 12:56:05 2013 +0800

    improves spec

 libzhuyin.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/libzhuyin.spec b/libzhuyin.spec
index be50734..c10b73d 100644
--- a/libzhuyin.spec
+++ b/libzhuyin.spec
@@ -46,10 +46,10 @@ The %{name}-tools package contains tools.
 
 %build
 %configure --disable-static
-make %{?_smp_mflags}
+make V=1 %{?_smp_mflags}
 
 %install
-make install DESTDIR=$RPM_BUILD_ROOT
+make install DESTDIR=$RPM_BUILD_ROOT INSTALL="install -p"
 find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
 
 


More information about the scm-commits mailing list