Name: wxGTK
Summary: The GTK port of the wxWindows library
Version: 2.8.12
Release: 1
License: wxWidgets Library Licence
Group: System Environment/Libraries
URL: http://www.wxwindows.org/
Description: wxWindows is a free C++ library for cross-platform GUI development.
With wxWindows, you can create applications for different GUIs (GTK+,
Motif/LessTif, MS Windows, Mac) from the same source code.
The build could not start because of the following missing build requirements:
The build was succesful. The following RPMs were generated:
The spec file used by the build system currently has the following contents:
# $Id$ # Authority: dag %define _without_odbc 1 %{?el4:%define _without_modxorg 1} %{?el3:%define _without_modxorg 1} ### GDK on EL4 and older was build without cairo support, so we have to disable graphics_ctx %{?el4:%define _without_cairo 1} %{?el3:%define _without_cairo 1} Summary: The GTK port of the wxWindows library Name: wxGTK Version: 2.8.12 Release: 1%{?dist} License: wxWidgets Library Licence Group: System Environment/Libraries URL: http://www.wxwindows.org/ Source: http://downloads.sourceforge.net/project/wxwindows/%{version}/wxGTK-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root %{!?_without_cairo:BuildRequires: cairo-devel} BuildRequires: cppunit-devel >= 1.8.0 BuildRequires: expat-devel BuildRequires: gcc-c++ BuildRequires: GConf2-devel BuildRequires: gettext BuildRequires: gstreamer-devel BuildRequires: gtk2-devel BuildRequires: libgnomeprintui22-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: SDL-devel %{!?_without_odbc:BuildRequires: unixODBC-devel} BuildRequires: zlib-devel >= 1.1.4 %{?_without_modxorg:BuildRequires: XFree86-devel} %{!?_without_modxorg:BuildRequires: libSM-devel, libGL-devel, libGLU-devel} # all packages providing an implementation of wxWindows library (regardless of # the toolkit used) should provide the (virtual) wxwin package, this makes it # possible to require wxwin instead of requiring "wxgtk or wxmotif or wxqt..." Provides: wxwin Obsoletes: wxBase <= %{version}-%{release} Obsoletes: wxGTK-gl <= %{version}-%{release} %{!?_without_odbc:Obsoletes: wxGTK-odbc <= %{version}-%{release}} Obsoletes: wxGTK-stc <= %{version}-%{release} Obsoletes: wxGTK-xrc <= %{version}-%{release} Provides: wxBase = %{version}-%{release} Provides: wxGTK-gl = %{version}-%{release} %{!?_without_odbc:Provides: wxGTK-odbc = %{version}-%{release}} Provides: wxGTK-stc = %{version}-%{release} Provides: wxGTK-xrc = %{version}-%{release} %description wxWindows is a free C++ library for cross-platform GUI development. With wxWindows, you can create applications for different GUIs (GTK+, Motif/LessTif, MS Windows, Mac) from the same source code. %package devel Summary: Header files, libraries and development documentation for %{name}. Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: %{name}-gl = %{version}-%{release} Requires: gtk2-devel, pkgconfig Requires: libpng-devel, libjpeg-devel, libtiff-devel %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %description devel Header files for wxGTK, the GTK port of the wxWindows library. %prep %setup %build export GDK_USE_XFT="1" %configure \ --x-libraries="%{_prefix}/X11R6/%{_lib}" \ --disable-optimise \ --disable-rpath \ --enable-compat24 \ --enable-debug_info \ --enable-display \ --enable-geometry \ %{!?_without_cairo:--enable-graphics_ctx} \ %{?_without_cairo:--disable-graphics_ctx} \ --enable-intl \ --enable-mediactrl \ --enable-no_deps \ --enable-shared \ --enable-soname \ --enable-sound \ --enable-timer \ --enable-unicode \ --with-gnomeprint \ %{!?_without_odbc:--with-odbc} \ --with-opengl \ --with-sdl %{__make} %{?_smp_mflags} %{__make} %{?_smp_mflags} -C contrib/src/gizmos %{__make} %{?_smp_mflags} -C contrib/src/ogl %{__make} %{?_smp_mflags} -C contrib/src/stc %{__make} %{?_smp_mflags} -C contrib/src/svg %{__make} %{?_smp_mflags} -C locale allmo %install %{__rm} -rf %{buildroot} %{__make} install DESTDIR="%{buildroot}" %{__make} install DESTDIR="%{buildroot}" -C contrib/src/gizmos %{__make} install DESTDIR="%{buildroot}" -C contrib/src/ogl %{__make} install DESTDIR="%{buildroot}" -C contrib/src/stc %{__make} install DESTDIR="%{buildroot}" -C contrib/src/svg %find_lang wxstd %find_lang wxmsw %{__cat} wxstd.lang wxmsw.lang >>wx.lang ### Overwrite wrong symlink (includes buildroot) %{__ln_s} -f ../%{_lib}/wx/config/gtk2-unicode-release-2.8 %{buildroot}%{_bindir}/wx-config %clean %{__rm} -rf %{buildroot} %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f wx.lang %defattr(-, root, root, 0755) %doc docs/*.txt %{_libdir}/libwx_*.so.* %files devel %defattr(-, root, root, 0755) %doc docs/*.txt %{_bindir}/wx-config %{_bindir}/wxrc %{_bindir}/wxrc-2.8 %{_datadir}/aclocal/*.m4 %dir %{_datadir}/bakefile/ %dir %{_datadir}/bakefile/presets/ %{_datadir}/bakefile/presets/wx*.bkl %{_includedir}/wx-2.8/ %{_libdir}/wx/ %{_libdir}/libwx_*.so %changelog * Thu Mar 31 2011 Steve Huff <shuff@vecna.org> - 2.8.12-1 - Updated to release 2.8.12. * Mon May 25 2009 Dag Wieers <dag@wieers.com> - 2.8.10-1 - Updated to release 2.8.10. * Sat Oct 18 2008 Christoph Maser <cmr@financial.com> - 2.8.9-1 - Updated to release 2.8.9. * Mon Sep 15 2008 Dag Wieers <dag@wieers.com> - 2.8.8-1 - Updated to release 2.8.8. * Tue Jan 16 2007 Dag Wieers <dag@wieers.com> - 2.8.0-1 - Updated to release 2.8.0. * Mon Jan 15 2007 Dag Wieers <dag@wieers.com> - 2.6.3-1 - Updated to release 2.6.3. * Sun Dec 18 2005 Dag Wieers <dag@wieers.com> - 2.6.2-1 - Updated to release 2.6.2. * Fri Nov 5 2004 Matthias Saou <http://freshrpms.net/> 2.4.2-5 - Moved .so symlinks to devel and require all other sub-libs. * Tue May 18 2004 Matthias Saou <http://freshrpms.net/> 2.4.2-4 - Rebuilt for Fedora Core 2. * Mon Nov 17 2003 Matthias Saou <http://freshrpms.net/> 2.4.2-3 - Revert back to gtk+, as gtk2 makes too many apps crash :-( * Wed Nov 12 2003 Matthias Saou <http://freshrpms.net/> 2.4.2-2 - Disable unicode as it breaks building for most applications (thanks to Fabrice Bellet). * Fri Nov 7 2003 Matthias Saou <http://freshrpms.net/> 2.4.2-1 - Rebuild for Fedora Core 1. - Update to 2.4.2. - Switch to gtk2 by default. * Sun Jun 15 2003 Matthias Saou <http://freshrpms.net/> - Update to 2.4.1. * Thu May 29 2003 Matthias Saou <http://freshrpms.net/> - Fixed dependencies by adding --enable-soname thanks to Fabrice Bellet. - Added stc sub-package thanks to Jean-Michel POURE. * Tue May 27 2003 Matthias Saou <http://freshrpms.net/> - Added xrc sub-package thanks to Bruno Postle. * Mon Mar 31 2003 Matthias Saou <http://freshrpms.net/> - Rebuilt for Red Hat Linux 9. * Sun Mar 23 2003 Matthias Saou <http://freshrpms.net/> - Update to 2.4.0 * Sun Aug 4 2002 Matthias Saou <http://freshrpms.net/> - Rebuilt without the NVIDIA_GLX package to fix dependencies. * Thu Aug 1 2002 Matthias Saou <http://freshrpms.net/> - Major spec file cleanup.