From 02c3aff7729f233b7031260a16786c9c27555cbe Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Mon, 20 Sep 2010 07:55:54 -0500 Subject: [PATCH] - verbose build output (hint from mschwendt) --- fltk.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 - 1.1.10-3 +- verbose build output (hint from mschwendt) + * Tue Sep 07 2010 Rex Dieter - 1.1.10-2 - drop BR: man , fixes FTBFS (#631212)