[fltk] - verbose build output (hint from mschwendt)

Rex Dieter rdieter at fedoraproject.org
Mon Sep 20 12:50:24 UTC 2010


commit 02c3aff7729f233b7031260a16786c9c27555cbe
Author: Rex Dieter <rdieter at fedoraproject.org>
Date:   Mon Sep 20 07:55:54 2010 -0500

    - verbose build output (hint from mschwendt)

 fltk.spec |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)
---
diff --git a/fltk.spec b/fltk.spec
index cecb8f8..e065423 100644
--- a/fltk.spec
+++ b/fltk.spec
@@ -4,7 +4,7 @@
 Summary:	C++ user interface toolkit
 Name:		fltk
 Version:	1.1.10
-Release:	2%{?dist}
+Release:	3%{?dist}
 
 # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
 License:	LGPLv2+ with exceptions	
@@ -100,6 +100,9 @@ Requires:	%{name}-devel = %{version}-%{release}
 %endif
 %patch8 -p1 -b .pkgconfig_xft
 
+# verbose build output
+sed -i.silent '\,^.SILENT:,d' makeinclude.in
+
 
 %build
 
@@ -224,6 +227,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
 
 
 %changelog
+* Mon Sep 20 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.1.10-3
+- verbose build output (hint from mschwendt)
+
 * Tue Sep 07 2010 Rex Dieter <rdieter at fedoraproject.org> - 1.1.10-2
 - drop BR: man , fixes FTBFS (#631212)
 


More information about the scm-commits mailing list