| 1 | Summary: The FOX C++ GUI Toolkit |
| 2 | Summary(pl): FOX - toolkit graficzny w C++ |
| 3 | Name: fox |
| 4 | Version: 1.1.45 |
| 5 | Release: 1 |
| 6 | License: LGPL |
| 7 | Group: X11/Libraries |
| 8 | Source0: http://ftp.fox-toolkit.org/ftp/%{name}-%{version}.tar.gz |
| 9 | # Source0-md5: 730d817501a6a2589ca7312503f623dd |
| 10 | Patch0: %{name}-opt.patch |
| 11 | Patch1: %{name}-link.patch |
| 12 | URL: http://www.fox-toolkit.org/fox.html |
| 13 | BuildRequires: OpenGL-devel |
| 14 | BuildRequires: autoconf |
| 15 | BuildRequires: automake |
| 16 | BuildRequires: libjpeg-devel |
| 17 | BuildRequires: libpng-devel |
| 18 | BuildRequires: libstdc++-devel |
| 19 | BuildRequires: libtiff-devel |
| 20 | BuildRequires: libtool |
| 21 | Requires: OpenGL |
| 22 | BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) |
| 23 | |
| 24 | %define _noautoreqdep libGL.so.1 libGLU.so.1 |
| 25 | |
| 26 | %description |
| 27 | FOX is a C++-Based Library for Graphical User Interface Development |
| 28 | FOX supports modern GUI features, such as Drag-and-Drop, Tooltips, Tab |
| 29 | Books, Tree Lists, Icons, Multiple-Document Interfaces (MDI), timers, |
| 30 | idle processing, automatic GUI updating, as well as OpenGL/Mesa for 3D |
| 31 | graphics. Subclassing of basic FOX widgets allows for easy extension |
| 32 | beyond the built-in widgets by application writers. |
| 33 | |
| 34 | %description -l pl |
| 35 |