diff --git a/fltk.spec b/fltk.spec index d7366e8..d60d46f 100644 --- a/fltk.spec +++ b/fltk.spec @@ -9,7 +9,7 @@ Summary: C++ user interface toolkit Name: fltk Version: 1.3.2 -Release: 2%{?dist} +Release: 3%{?dist} # see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details License: LGPLv2+ with exceptions @@ -124,11 +124,10 @@ Requires: %{name}-devel # verbose build output sed -i.silent '\,^.SILENT:,d' makeinclude.in +autoconf %build -autoconf - # using --with-optim, so unset CFLAGS/CXXFLAGS export CFLAGS=" " export CXXFLAGS=" " @@ -232,6 +231,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || : %changelog +* Thu Jan 23 2014 jchaloup - 1.3.2-3 +- autoconfig moved from build to prep section + * Thu Jan 16 2014 Petr Hracek - 1.3.2-2 - fltk is not build properly (#1048857)