- verbose build output (hint from mschwendt)

This commit is contained in:
Rex Dieter 2010-09-20 07:55:54 -05:00
parent 21147ae1c0
commit 02c3aff772

View File

@ -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@fedoraproject.org> - 1.1.10-3
- verbose build output (hint from mschwendt)
* Tue Sep 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.10-2
- drop BR: man , fixes FTBFS (#631212)