]> git.pld-linux.org Git - packages/mosh.git/commitdiff
- verbose build. default on
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Apr 2012 12:54:19 +0000 (12:54 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mosh.spec -> 1.7

mosh.spec

index 8c5da8033c0cc17951a352f6e1bdb3de8bc5dbf6..c88a69e2c689a2ddb848a011fec53362a853f22c 100644 (file)
--- a/mosh.spec
+++ b/mosh.spec
@@ -1,3 +1,7 @@
+#
+# Conditional build:
+%bcond_without verbose         # verbose build (V=1)
+
 %include       /usr/lib/rpm/macros.perl
 Summary:       Mosh mobile shell
 Name:          mosh
@@ -34,7 +38,8 @@ especially over Wi-Fi, cellular, and long-distance links.
 %configure \
        --enable-compile-warnings=error \
        CPPFLAGS="-I/usr/include/ncurses"
-%{__make}
+%{__make} \
+       %{?with_verbose:V=1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.060789 seconds and 4 git commands to generate.