Name: libfltk11 Version: 1.1.10 Release: 2mamba Summary: A cross-platform C++ GUI toolkit Group: System/Libraries Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://www.fltk.org/index.php Source: http://ftp.easysw.com/pub/fltk/%{version}/fltk-%{version}-source.tar.bz2 Patch0: libfltk-1.1.9-gcc44.patch Patch1: libfltk-1.1.10-libpng-1.5.patch License: GPL BuildRoot: %{_tmppath}/%{name}-%{version}-root ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libalsa-devel BuildRequires: libfltk-devel BuildRequires: libfontconfig-devel BuildRequires: libgcc BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libstdc++6-devel BuildRequires: libX11-devel BuildRequires: libXext-devel BuildRequires: libXft-devel BuildRequires: libz-devel ## AUTOBUILDREQ-END BuildRequires: libXt-devel BuildRequires: libGL-devel BuildRequires: ImageMagick %description FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. %package devel Group: Development/Libraries Summary: Devel package for libfltk Requires: %{name} == %{version}-%{release} %description devel FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. This package contains static libraries and header files need for development. %package -n fltk11-games Group: Graphical Desktop/Applications/Games Summary: Checkers and Sudoku FLTK games Requires: %{name} = %{version}-%{release} %description -n fltk11-games FLTK (pronounced "fulltick") is a cross-platform C++ GUI toolkit for UNIX/Linux (X11), Microsoft Windows, and MacOS X. FLTK provides modern GUI functionality without the bloat and supports 3D graphics via OpenGL and its built-in GLUT emulation. This package contains the Checkers and Sudoku FLTK games. %prep %setup -q -n fltk-%{version} #%patch0 -p1 %patch1 -p1 %build %configure \ --enable-shared \ --enable-threads \ --enable-xdbe \ --enable-xft \ --enable-gl \ --enable-largefile %make \ LDFLAGS="-lfontconfig" %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %makeinstall install-desktop install -d %{buildroot}%{_datadir}/applications rm -rf %{buildroot}%{_mandir} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) %{_libdir}/libfltk.so.* %{_libdir}/libfltk_forms.so.* %{_libdir}/libfltk_gl.so.* %{_libdir}/libfltk_images.so.* %files devel %defattr(-,root,root) %{_bindir}/fltk-config %{_bindir}/fluid %{_datadir}/doc/fltk/* %{_libdir}/libfltk.a %{_libdir}/libfltk.so %{_libdir}/libfltk_forms.a %{_libdir}/libfltk_forms.so %{_libdir}/libfltk_gl.a %{_libdir}/libfltk_gl.so %{_libdir}/libfltk_images.a %{_libdir}/libfltk_images.so %{_includedir}/FL/* %{_includedir}/Fl %{_datadir}/applications/fluid.desktop %{_datadir}/icons/hicolor/*/apps/fluid.png %{_datadir}/mimelnk/application/x-fluid.desktop %files -n fltk11-games %defattr(-,root,root) %{_bindir}/blocks %{_bindir}/checkers %{_bindir}/sudoku %{_datadir}/applications/blocks.desktop %{_datadir}/applications/checkers.desktop %{_datadir}/applications/sudoku.desktop %{_datadir}/icons/hicolor/*/apps/blocks.png %{_datadir}/icons/hicolor/*/apps/checkers.png %{_datadir}/icons/hicolor/*/apps/sudoku.png %changelog * Mon Aug 24 2015 Silvan Calarco 1.1.10-2mamba - remove man pages conflicting with libfltk 1.3 * Sun Oct 14 2012 Silvan Calarco 1.1.10-1mamba - update to 1.1.10 - renamed as legacy package * Thu Oct 28 2010 Automatic Build System 1.1.9-3mamba - automatic rebuild by autodist * Wed Jul 01 2009 Silvan Calarco 1.1.9-2mamba - enabled large file support - added gcc 4.4 patch * Sun Nov 02 2008 Silvan Calarco 1.1.9-1mamba - automatic update by autodist * Fri Oct 12 2007 Silvan Calarco 1.1.7-2mamba - rebuild with GL support (requires libGL.so pointing to Mesa libGL, not nvidia) - fluid moved to devel package and added desktop menu entry - added games subpackage * Mon Apr 03 2006 Stefano Cotta Ramusino 1.1.7-1qilnx - update to version 1.1.7 by autospec * Sun Feb 20 2005 Silvan Calarco 1.1.6-1qilnx - update to version 1.1.6 by autospec - added missing symlink %{_includedir}/Fl * Mon Sep 27 2004 Silvan Calarco 1.1.5rc3-1qilnx - first build