- drop BR: man , fixes FTBFS (#631212)

This commit is contained in:
Rex Dieter 2010-09-07 15:27:27 -05:00
parent 6b0b8d03c1
commit 21147ae1c0

View File

@ -4,7 +4,7 @@
Summary: C++ user interface toolkit
Name: fltk
Version: 1.1.10
Release: 1%{?dist}
Release: 2%{?dist}
# see COPYING (or http://www.fltk.org/COPYING.php ) for exceptions details
License: LGPLv2+ with exceptions
@ -45,7 +45,6 @@ BuildRequires: libpng-devel
BuildRequires: libGL-devel libGLU-devel
BuildRequires: pkgconfig
BuildRequires: desktop-file-utils
BuildRequires: man
%description
FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit.
@ -225,6 +224,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &> /dev/null || :
%changelog
* Tue Sep 07 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.10-2
- drop BR: man , fixes FTBFS (#631212)
* Sun Feb 10 2010 Rex Dieter <rdieter@fedoraproject.org> - 1.1.10-1
- fltk-1.1.10
- FTBFS fltk-1.1.10-0.1.rc3.fc13: ImplicitDSOLinking (#564877)