- verbose build output (hint from mschwendt)
This commit is contained in:
parent
21147ae1c0
commit
02c3aff772
@ -4,7 +4,7 @@
|
|||||||
Summary: C++ user interface toolkit
|
Summary: C++ user interface toolkit
|
||||||
Name: fltk
|
Name: fltk
|
||||||
Version: 1.1.10
|
Version: 1.1.10
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
|
|
||||||
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
|
||||||
License: LGPLv2+ with exceptions
|
License: LGPLv2+ with exceptions
|
||||||
@ -100,6 +100,9 @@ Requires: %{name}-devel = %{version}-%{release}
|
|||||||
%endif
|
%endif
|
||||||
%patch8 -p1 -b .pkgconfig_xft
|
%patch8 -p1 -b .pkgconfig_xft
|
||||||
|
|
||||||
|
# verbose build output
|
||||||
|
sed -i.silent '\,^.SILENT:,d' makeinclude.in
|
||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -224,6 +227,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.10-2
|
||||||
- drop BR: man , fixes FTBFS (#631212)
|
- drop BR: man , fixes FTBFS (#631212)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user