[packages/mplayer] add verbose build and bcond

glen glen at pld-linux.org
Sat May 4 12:10:28 CEST 2013


commit d53c9a424f7a7616f0ff47b6ee646c01c2a8c1e6
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 4 12:54:13 2013 +0300

    add verbose build and bcond

 mplayer.spec | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/mplayer.spec b/mplayer.spec
index f3e7a46..28cf360 100644
--- a/mplayer.spec
+++ b/mplayer.spec
@@ -11,6 +11,7 @@
 %else
 %bcond_without	hidden_visibility	# no gcc hidden visibility
 %endif
+%bcond_without	verbose		# disable verbose build
 # - general features:
 %bcond_without	bluray		# Blu-ray support
 %bcond_without	cdio		# libcdio support
@@ -601,7 +602,7 @@ build() {
 	%{__enable_disable zr} \
 	"$@"
 
-	%{__make}
+	%{__make} %{?with_verbose:V=1}
 }
 
 %if %{with gui}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/mplayer.git/commitdiff/993f72f1e6be3e6d74d5091ab02f70f553f9e59f



More information about the pld-cvs-commit mailing list