packages: mosh/mosh.spec - verbose build. default on
glen
glen at pld-linux.org
Mon Apr 23 14:54:25 CEST 2012
Author: glen Date: Mon Apr 23 12:54:24 2012 GMT
Module: packages Tag: HEAD
---- Log message:
- verbose build. default on
---- Files affected:
packages/mosh:
mosh.spec (1.6 -> 1.7)
---- Diffs:
================================================================
Index: packages/mosh/mosh.spec
diff -u packages/mosh/mosh.spec:1.6 packages/mosh/mosh.spec:1.7
--- packages/mosh/mosh.spec:1.6 Mon Apr 23 14:53:12 2012
+++ packages/mosh/mosh.spec Mon Apr 23 14:54:19 2012
@@ -1,4 +1,8 @@
# $Revision$, $Date$
+#
+# Conditional build:
+%bcond_without verbose # verbose build (V=1)
+
%include /usr/lib/rpm/macros.perl
Summary: Mosh mobile shell
Name: mosh
@@ -35,7 +39,8 @@
%configure \
--enable-compile-warnings=error \
CPPFLAGS="-I/usr/include/ncurses"
-%{__make}
+%{__make} \
+ %{?with_verbose:V=1}
%install
rm -rf $RPM_BUILD_ROOT
@@ -61,6 +66,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.7 2012/04/23 12:54:19 glen
+- verbose build. default on
+
Revision 1.6 2012/04/23 12:53:12 glen
- -Werror is not make opt
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/mosh/mosh.spec?r1=1.6&r2=1.7
More information about the pld-cvs-commit
mailing list