alexjnewt@hotmail.com ff74a61
%global srcname wxWidgets
alexjnewt@hotmail.com ff74a61
%global wxgtkname wxGTK3
alexjnewt@hotmail.com ff74a61
%global wxbasename wxBase3
19f9cdb
%global wxwidgetsgtk2 compat-wxWidgets-gtk2
19f9cdb
%global wxgtk2name compat-wxGTK3-gtk2
19f9cdb
%global wxbasegtk2name compat-wxBase3-gtk2
19f9cdb
%global gtk2dir bld_gtk2
19f9cdb
%global gtk3dir bld_gtk3
alexjnewt@hotmail.com ff74a61
Mystro256 37d5bdf
#For git snapshots, set to 0 to use release instead:
1d26276
%global usesnapshot 0
Mystro256 37d5bdf
%if 0%{?usesnapshot}
a692ac1
%global commit0 e4293e9e39d2d6e7757ed5907ce66d2847d8e16a
Mystro256 37d5bdf
%global shortcommit0 %(c=%{commit0}; echo ${c:0:7})
1d26276
%global snapshottag .git%{shortcommit0}
Mystro256 37d5bdf
%endif
1d26276
%global builddocs 1
Mystro256 37d5bdf
alexjnewt@hotmail.com ff74a61
Name:           %{wxgtkname}
e6508de
Version:        3.0.5.1
9b33e9c
Release:        2%{?snapshottag}%{?dist}
alexjnewt@hotmail.com ff74a61
Summary:        GTK port of the wxWidgets GUI library
alexjnewt@hotmail.com ff74a61
License:        wxWidgets
19f9cdb
URL:            https://www.wxwidgets.org/
Mystro256 37d5bdf
Mystro256 37d5bdf
%if 0%{?usesnapshot}
Mystro256 37d5bdf
Source0:        https://github.com/%{srcname}/%{srcname}/archive/%{commit0}.tar.gz#/%{srcname}-%{shortcommit0}.tar.gz
Mystro256 37d5bdf
%else
Mystro256 37d5bdf
Source0:        https://github.com/%{srcname}/%{srcname}/releases/download/v%{version}/%{srcname}-%{version}.tar.bz2
Mystro256 37d5bdf
%endif
Mystro256 fb90136
%if ! 0%{?builddocs}
Mystro256 fb90136
Source1:        https://github.com/%{srcname}/%{srcname}/releases/download/v%{version}/%{srcname}-%{version}-docs-html.tar.bz2
Mystro256 fb90136
%endif
alexjnewt@hotmail.com ff74a61
Source10:       wx-config
dd37920
# https://bugzilla.redhat.com/show_bug.cgi?id=1225148
dd37920
# remove abort when ABI check fails
dd37920
# Backport from wxGTK
de064a8
Patch0:         %{name}-3.0.3-abicheck.patch
83dd8d3
Patch1:         fix-filename-test.patch
83dd8d3
Patch2:         fix-vararg-test.patch
e6508de
Patch3:         force-x11-for-wxgl.patch
263c5a5
48f2dc6
BuildRequires:  gcc-c++
19f9cdb
BuildRequires:  gtk2-devel
19f9cdb
BuildRequires:  gtk3-devel
2dc94ae
BuildRequires:  webkit2gtk3-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  zlib-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  libpng-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  libjpeg-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  libtiff-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  expat-devel
e317173
BuildRequires:  SDL2-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  libGLU-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  libSM-devel
965da34
BuildRequires:  gstreamer1-plugins-base-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  GConf2-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  gettext
alexjnewt@hotmail.com ff74a61
BuildRequires:  cppunit-devel
alexjnewt@hotmail.com ff74a61
BuildRequires:  libmspack-devel
a9e6f4a
BuildRequires:  doxygen
bede873
BuildRequires:  graphviz
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
Provides:       %{srcname} = %{version}-%{release}
26939d0
Provides:       bundled(scintilla) = 3.2.1
alexjnewt@hotmail.com ff74a61
Requires:       %{wxbasename}%{?_isa} = %{version}-%{release}
19f9cdb
Requires:       %{name}-i18n = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%description
alexjnewt@hotmail.com ff74a61
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
alexjnewt@hotmail.com ff74a61
GUI library, offering classes for all common GUI controls as well as a
alexjnewt@hotmail.com ff74a61
comprehensive set of helper classes for most common application tasks,
alexjnewt@hotmail.com ff74a61
ranging from networking to HTML display and image manipulation.
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
19f9cdb
%package -n     %{wxgtk2name}
19f9cdb
Summary:        GTK port of the wxWidgets GUI library
19f9cdb
Provides:       %{wxwidgetsgtk2} = %{version}-%{release}
19f9cdb
Provides:       bundled(scintilla) = 3.2.1
19f9cdb
Requires:       %{wxbasename}%{?_isa} = %{version}-%{release}
19f9cdb
Requires:       %{name}-i18n = %{version}-%{release}
19f9cdb
19f9cdb
%description -n %{wxgtk2name}
19f9cdb
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
19f9cdb
GUI library, offering classes for all common GUI controls as well as a
19f9cdb
comprehensive set of helper classes for most common application tasks,
19f9cdb
ranging from networking to HTML display and image manipulation.
19f9cdb
19f9cdb
19f9cdb
%package -n     %{wxbasename}-devel
19f9cdb
Summary:        Development files for the wxBase3 library
19f9cdb
Requires:       %{wxbasename}%{?_isa} = %{version}-%{release}
5deb323
Requires(post): /usr/sbin/update-alternatives
5deb323
Requires(postun): /usr/sbin/update-alternatives
19f9cdb
19f9cdb
%description -n %{wxbasename}-devel
19f9cdb
This package include files needed to link with the wxBase3 library.
19f9cdb
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
19f9cdb
GUI library, offering classes for all common GUI controls as well as a
19f9cdb
comprehensive set of helper classes for most common application tasks,
19f9cdb
ranging from networking to HTML display and image manipulation.
19f9cdb
19f9cdb
alexjnewt@hotmail.com ff74a61
%package        devel
alexjnewt@hotmail.com ff74a61
Summary:        Development files for the wxGTK3 library
alexjnewt@hotmail.com ff74a61
Requires:       %{name}%{?_isa} = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
Requires:       %{name}-gl = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
Requires:       %{name}-media = %{version}-%{release}
3cf7211
Requires:       %{name}-webview = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
Requires:       %{wxbasename} = %{version}-%{release}
19f9cdb
Requires:       %{wxbasename}-devel%{?_isa} = %{version}-%{release}
19f9cdb
Requires:       gtk3-devel
alexjnewt@hotmail.com ff74a61
Requires:       libGLU-devel
alexjnewt@hotmail.com ff74a61
Provides:       %{srcname}-devel = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%description devel
alexjnewt@hotmail.com ff74a61
This package include files needed to link with the wxGTK3 library.
alexjnewt@hotmail.com ff74a61
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
alexjnewt@hotmail.com ff74a61
GUI library, offering classes for all common GUI controls as well as a
alexjnewt@hotmail.com ff74a61
comprehensive set of helper classes for most common application tasks,
alexjnewt@hotmail.com ff74a61
ranging from networking to HTML display and image manipulation.
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
19f9cdb
%package -n     %{wxgtk2name}-devel
19f9cdb
Summary:        Development files for the wxGTK3 library
19f9cdb
Requires:       %{wxgtk2name}%{?_isa} = %{version}-%{release}
19f9cdb
Requires:       %{wxgtk2name}-gl = %{version}-%{release}
19f9cdb
Requires:       %{wxgtk2name}-media = %{version}-%{release}
19f9cdb
Requires:       %{wxbasename} = %{version}-%{release}
19f9cdb
Requires:       %{wxbasename}-devel%{?_isa} = %{version}-%{release}
19f9cdb
Requires:       gtk2-devel
19f9cdb
Requires:       libGLU-devel
19f9cdb
Provides:       %{wxwidgetsgtk2}-devel = %{version}-%{release}
19f9cdb
19f9cdb
%description -n %{wxgtk2name}-devel
19f9cdb
This package include files needed to link with the wxGTK3 library.
19f9cdb
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
19f9cdb
GUI library, offering classes for all common GUI controls as well as a
19f9cdb
comprehensive set of helper classes for most common application tasks,
19f9cdb
ranging from networking to HTML display and image manipulation.
19f9cdb
19f9cdb
alexjnewt@hotmail.com ff74a61
%package        gl
alexjnewt@hotmail.com ff74a61
Summary:        OpenGL add-on for the wxWidgets library
alexjnewt@hotmail.com ff74a61
Requires:       %{name}%{?_isa} = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%description gl
alexjnewt@hotmail.com ff74a61
OpenGL (a 3D graphics API) add-on for the wxWidgets library.
alexjnewt@hotmail.com ff74a61
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
alexjnewt@hotmail.com ff74a61
GUI library, offering classes for all common GUI controls as well as a
alexjnewt@hotmail.com ff74a61
comprehensive set of helper classes for most common application tasks,
alexjnewt@hotmail.com ff74a61
ranging from networking to HTML display and image manipulation.
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
19f9cdb
%package -n     %{wxgtk2name}-gl
19f9cdb
Summary:        OpenGL add-on for the wxWidgets library
19f9cdb
Requires:       %{wxgtk2name}%{?_isa} = %{version}-%{release}
19f9cdb
19f9cdb
%description -n %{wxgtk2name}-gl
19f9cdb
OpenGL (a 3D graphics API) add-on for the wxWidgets library.
19f9cdb
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
19f9cdb
GUI library, offering classes for all common GUI controls as well as a
19f9cdb
comprehensive set of helper classes for most common application tasks,
19f9cdb
ranging from networking to HTML display and image manipulation.
19f9cdb
19f9cdb
19f9cdb
%package        i18n
19f9cdb
Summary:        i18n message catalogs for the wxWidgets library
19f9cdb
BuildArch:      noarch
19f9cdb
19f9cdb
%description i18n
19f9cdb
i18n message catalogs for the wxWidgets library.
19f9cdb
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
19f9cdb
GUI library, offering classes for all common GUI controls as well as a
19f9cdb
comprehensive set of helper classes for most common application tasks,
19f9cdb
ranging from networking to HTML display and image manipulation.
19f9cdb
19f9cdb
alexjnewt@hotmail.com ff74a61
%package        media
alexjnewt@hotmail.com ff74a61
Summary:        Multimedia add-on for the wxWidgets library
alexjnewt@hotmail.com ff74a61
Requires:       %{name}%{?_isa} = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%description media
alexjnewt@hotmail.com ff74a61
Multimedia add-on for the wxWidgets library.
alexjnewt@hotmail.com ff74a61
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
alexjnewt@hotmail.com ff74a61
GUI library, offering classes for all common GUI controls as well as a
alexjnewt@hotmail.com ff74a61
comprehensive set of helper classes for most common application tasks,
alexjnewt@hotmail.com ff74a61
ranging from networking to HTML display and image manipulation.
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
19f9cdb
%package -n     %{wxgtk2name}-media
19f9cdb
Summary:        Multimedia add-on for the wxWidgets library
19f9cdb
Requires:       %{wxgtk2name}%{?_isa} = %{version}-%{release}
19f9cdb
19f9cdb
%description -n %{wxgtk2name}-media
19f9cdb
Multimedia add-on for the wxWidgets library.
19f9cdb
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
19f9cdb
GUI library, offering classes for all common GUI controls as well as a
19f9cdb
comprehensive set of helper classes for most common application tasks,
19f9cdb
ranging from networking to HTML display and image manipulation.
19f9cdb
19f9cdb
3cf7211
%package        webview
3cf7211
Summary:        WebView add-on for the wxWidgets library
3cf7211
Requires:       %{name}%{?_isa} = %{version}-%{release}
3cf7211
3cf7211
%description webview
3cf7211
WebView add-on for the wxWidgets library.
3cf7211
wxWidgets is the GTK port of the C++ cross-platform wxWidgets
3cf7211
GUI library, offering classes for all common GUI controls as well as a
3cf7211
comprehensive set of helper classes for most common application tasks,
3cf7211
ranging from networking to HTML display and image manipulation.
3cf7211
3cf7211
alexjnewt@hotmail.com ff74a61
%package -n     %{wxbasename}
alexjnewt@hotmail.com ff74a61
Summary:        Non-GUI support classes from the wxWidgets library
19f9cdb
Provides:       %{wxbasegtk2name} = %{version}-%{release}
19f9cdb
Obsoletes:      %{wxbasegtk2name} < %{version}-%{release}
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%description -n %{wxbasename}
alexjnewt@hotmail.com ff74a61
Every wxWidgets application must link against this library. It contains
alexjnewt@hotmail.com ff74a61
mandatory classes that any wxWidgets code depends on (like wxString) and
alexjnewt@hotmail.com ff74a61
portability classes that abstract differences between platforms. wxBase can
alexjnewt@hotmail.com ff74a61
be used to develop console mode applications -- it does not require any GUI
alexjnewt@hotmail.com ff74a61
libraries or the X Window System.
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%package        docs
alexjnewt@hotmail.com ff74a61
Summary:        Documentation for the wxGTK3 library
alexjnewt@hotmail.com 5d8810e
Requires:       %{name} = %{version}-%{release}
alexjnewt@hotmail.com ff74a61
Provides:       %{srcname}-docs = %{version}-%{release}
19f9cdb
Provides:       %{wxwidgetsgtk2}-docs = %{version}-%{release}
19f9cdb
Provides:       %{wxgtk2name}-docs = %{version}-%{release}
19f9cdb
Obsoletes:      %{wxgtk2name}-docs < %{version}-%{release}
852c917
# Remove when F29 EOL
852c917
Obsoletes:      %{name}-xmldocs < %{version}-%{release}
852c917
Obsoletes:      %{srcname}-xmldocs < %{version}-%{release}
852c917
Obsoletes:      %{wxgtk2name}-xmldocs < %{version}-%{release}
alexjnewt@hotmail.com ff74a61
BuildArch:      noarch
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%description docs
alexjnewt@hotmail.com ff74a61
This package provides documentation for the %{srcname} library.
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%prep
Mystro256 37d5bdf
%if 0%{?usesnapshot}
Mystro256 fb90136
%autosetup -n %{srcname}-%{commit0} %{!?builddocs:-a 1} -p1
Mystro256 37d5bdf
%else
Mystro256 fb90136
%autosetup -n %{srcname}-%{version} %{!?builddocs:-a 1} -p1
Mystro256 37d5bdf
%endif
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
# patch some installed files to avoid conflicts with 2.8.*
alexjnewt@hotmail.com c239e24
sed -i -e 's|aclocal)|aclocal/wxwin3.m4)|' Makefile.in
alexjnewt@hotmail.com ff74a61
sed -i -e 's|wxstd.mo|wxstd3.mo|' Makefile.in
alexjnewt@hotmail.com ff74a61
sed -i -e 's|wxmsw.mo|wxmsw3.mo|' Makefile.in
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
# fix plugin dir for 64-bit
alexjnewt@hotmail.com 66df003
sed -i -e 's|/usr/lib\b|%{_libdir}|' wx-config.in configure
alexjnewt@hotmail.com ff74a61
sed -i -e 's|/lib|/%{_lib}|' src/unix/stdpaths.cpp
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%build
alexjnewt@hotmail.com ff74a61
# likely still dereferences type-punned pointers
alexjnewt@hotmail.com ff74a61
CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
alexjnewt@hotmail.com ff74a61
CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
alexjnewt@hotmail.com ff74a61
# fix unused-direct-shlib-dependency error:
alexjnewt@hotmail.com ff74a61
export LDFLAGS="-Wl,--as-needed"
alexjnewt@hotmail.com ff74a61
Mystro256 37d5bdf
%if 0%{?usesnapshot}
Mystro256 37d5bdf
#For snapshots, mo files need to be generated
Mystro256 37d5bdf
pushd locale
Mystro256 37d5bdf
make allmo
Mystro256 37d5bdf
popd
Mystro256 37d5bdf
%endif
Mystro256 37d5bdf
19f9cdb
%global _configure ../configure
19f9cdb
19f9cdb
mkdir %{gtk2dir}
19f9cdb
pushd %{gtk2dir}
19f9cdb
%configure \
19f9cdb
  --with-gtk=2 \
19f9cdb
  --with-opengl \
19f9cdb
  --with-sdl \
19f9cdb
  --with-gnomeprint \
19f9cdb
  --with-libmspack \
19f9cdb
  --enable-intl \
19f9cdb
  --enable-no_deps \
19f9cdb
  --disable-rpath \
19f9cdb
  --enable-ipv6
19f9cdb
19f9cdb
%make_build
19f9cdb
popd
19f9cdb
19f9cdb
mkdir %{gtk3dir}
19f9cdb
pushd %{gtk3dir}
alexjnewt@hotmail.com ff74a61
%configure \
19f9cdb
  --with-gtk=3 \
alexjnewt@hotmail.com ff74a61
  --with-opengl \
alexjnewt@hotmail.com ff74a61
  --with-sdl \
alexjnewt@hotmail.com ff74a61
  --with-gnomeprint \
alexjnewt@hotmail.com ff74a61
  --with-libmspack \
alexjnewt@hotmail.com ff74a61
  --enable-intl \
alexjnewt@hotmail.com ff74a61
  --enable-no_deps \
alexjnewt@hotmail.com ff74a61
  --disable-rpath \
alexjnewt@hotmail.com e6c1c37
  --enable-ipv6
alexjnewt@hotmail.com ff74a61
Mystro256 37d5bdf
%make_build
19f9cdb
popd
alexjnewt@hotmail.com ff74a61
484b3a8
#Docs
484b3a8
%if 0%{?builddocs}
484b3a8
WX_SKIP_DOXYGEN_VERSION_CHECK=1 docs/doxygen/regen.sh html
484b3a8
mv docs/doxygen/out/html .
484b3a8
%else
484b3a8
mv %{srcname}-%{version} html
484b3a8
%endif
484b3a8
alexjnewt@hotmail.com ff74a61
%install
19f9cdb
pushd %{gtk2dir}
alexjnewt@hotmail.com ff74a61
%makeinstall
19f9cdb
popd
19f9cdb
19f9cdb
pushd %{gtk3dir}
19f9cdb
%makeinstall
19f9cdb
popd
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
# install our multilib-aware wrapper
alexjnewt@hotmail.com 6a6f413
##Remove installed
alexjnewt@hotmail.com ff74a61
rm %{buildroot}%{_bindir}/wx-config
alexjnewt@hotmail.com c239e24
##Install new and symlink
5deb323
install -p -D -m 755 %{SOURCE10} %{buildroot}%{_libexecdir}/%{name}/wx-config
5deb323
sed -i -e 's|=/usr|=%{_prefix}|' %{buildroot}%{_libexecdir}/%{name}/wx-config
5deb323
ln -s ../..%{_libexecdir}/%{name}/wx-config %{buildroot}%{_bindir}/wx-config-3.0
5deb323
touch %{buildroot}%{_bindir}/wx-config
5deb323
5deb323
#Alternatives setup with wxrc
5deb323
mv %{buildroot}%{_bindir}/wxrc* %{buildroot}%{_libexecdir}/%{name}
5deb323
ln -s ../..%{_libexecdir}/%{name}/wxrc-3.0 %{buildroot}%{_bindir}/wxrc-3.0
5deb323
touch %{buildroot}%{_bindir}/wxrc
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
# move bakefiles to avoid conflicts with 2.8.*
alexjnewt@hotmail.com c239e24
mkdir %{buildroot}%{_datadir}/bakefile/presets/wx3
alexjnewt@hotmail.com c239e24
mv %{buildroot}%{_datadir}/bakefile/presets/*.* %{buildroot}%{_datadir}/bakefile/presets/wx3
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%find_lang wxstd3
alexjnewt@hotmail.com ff74a61
%find_lang wxmsw3
alexjnewt@hotmail.com ff74a61
cat wxmsw3.lang >> wxstd3.lang
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%check
83dd8d3
pushd %{gtk2dir}/tests
83dd8d3
make %{?_smp_mflags}
3f46e86
LD_LIBRARY_PATH=%{buildroot}%{_libdir} TZ=UTC ./test
19f9cdb
popd
19f9cdb
83dd8d3
pushd %{gtk3dir}/tests
83dd8d3
make %{?_smp_mflags}
3f46e86
LD_LIBRARY_PATH=%{buildroot}%{_libdir} TZ=UTC ./test
19f9cdb
popd
alexjnewt@hotmail.com ff74a61
5deb323
%post -n %{wxbasename}-devel
5deb323
if [ -f %{_bindir}/wx-config ] && [ ! -h %{_bindir}/wx-config ] ; then
5deb323
  rm %{_bindir}/wx-config
5deb323
fi
5deb323
/usr/sbin/update-alternatives --install %{_bindir}/wx-config \
5deb323
  wx-config %{_libexecdir}/%{name}/wx-config 30
5deb323
/usr/sbin/update-alternatives --install %{_bindir}/wxrc \
5deb323
  wxrc %{_libexecdir}/%{name}/wxrc 30
5deb323
5deb323
%postun -n %{wxbasename}-devel
5deb323
if [ $1 -eq 0 ] ; then
5deb323
  /usr/sbin/update-alternatives --remove wx-config %{_libexecdir}/%{name}/wx-config
5deb323
  /usr/sbin/update-alternatives --remove wxrc %{_libexecdir}/%{name}/wxrc
Mystro256 8b9de37
fi
Mystro256 8b9de37
19f9cdb
%files
alexjnewt@hotmail.com ff74a61
%doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt
alexjnewt@hotmail.com ff74a61
%doc docs/licendoc.txt docs/preamble.txt docs/readme.txt
19f9cdb
%{_libdir}/libwx_gtk3u_adv-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_aui-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_core-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_html-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_propgrid-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_qa-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_ribbon-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_richtext-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_stc-*.so.*
19f9cdb
%{_libdir}/libwx_gtk3u_xrc-*.so.*
alexjnewt@hotmail.com ff74a61
19f9cdb
%files -n %{wxgtk2name}
19f9cdb
%doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt
19f9cdb
%doc docs/licendoc.txt docs/preamble.txt docs/readme.txt
19f9cdb
%{_libdir}/libwx_gtk2u_adv-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_aui-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_core-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_html-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_propgrid-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_qa-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_ribbon-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_richtext-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_stc-*.so.*
19f9cdb
%{_libdir}/libwx_gtk2u_xrc-*.so.*
19f9cdb
19f9cdb
%files -n %{wxbasename}-devel
5deb323
%ghost %{_bindir}/wx-config
5deb323
%ghost %{_bindir}/wxrc
d2d9b90
%{_bindir}/wxrc-3.0
5deb323
%{_bindir}/wx-config-3.0
alexjnewt@hotmail.com ff74a61
%{_includedir}/wx-3.0
19f9cdb
%{_libdir}/libwx_baseu*.so
19f9cdb
%dir %{_libdir}/wx
19f9cdb
%dir %{_libdir}/wx/config
19f9cdb
%dir %{_libdir}/wx/include
alexjnewt@hotmail.com c239e24
%{_datadir}/aclocal/wxwin3.m4
Jeremy Newton 63d23b2
%{_datadir}/bakefile/presets/wx3
Jeremy ade3f6c
#Exclude some python bitecode
Jeremy ade3f6c
%exclude %{_datadir}/bakefile/presets/wx3/*.pyc
Jeremy ade3f6c
%exclude %{_datadir}/bakefile/presets/wx3/*.pyo
5deb323
%{_libexecdir}/%{name}
19f9cdb
19f9cdb
%files devel
19f9cdb
%{_libdir}/libwx_gtk3u_*.so
19f9cdb
%{_libdir}/wx/config/gtk3-unicode-3.0
19f9cdb
%{_libdir}/wx/include/gtk3-unicode-3.0
19f9cdb
19f9cdb
%files -n %{wxgtk2name}-devel
19f9cdb
%{_libdir}/libwx_gtk2u_*.so
19f9cdb
%{_libdir}/wx/config/gtk2-unicode-3.0
19f9cdb
%{_libdir}/wx/include/gtk2-unicode-3.0
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%files gl
19f9cdb
%{_libdir}/libwx_gtk3u_gl-*.so.*
19f9cdb
19f9cdb
%files -n %{wxgtk2name}-gl
19f9cdb
%{_libdir}/libwx_gtk2u_gl-*.so.*
19f9cdb
19f9cdb
%files i18n -f wxstd3.lang
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%files media
19f9cdb
%{_libdir}/libwx_gtk3u_media-*.so.*
19f9cdb
19f9cdb
%files -n %{wxgtk2name}-media
19f9cdb
%{_libdir}/libwx_gtk2u_media-*.so.*
alexjnewt@hotmail.com ff74a61
3cf7211
%files webview
19f9cdb
%{_libdir}/libwx_gtk3u_webview-*.so.*
1d26276
%dir %{_libdir}/wx
1d26276
%{_libdir}/wx/3.0
3cf7211
alexjnewt@hotmail.com ff74a61
%files -n %{wxbasename}
alexjnewt@hotmail.com ff74a61
%doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt
alexjnewt@hotmail.com ff74a61
%doc docs/licendoc.txt docs/preamble.txt docs/readme.txt
alexjnewt@hotmail.com ff74a61
%{_libdir}/libwx_baseu-*.so.*
alexjnewt@hotmail.com ff74a61
%{_libdir}/libwx_baseu_net-*.so.*
alexjnewt@hotmail.com ff74a61
%{_libdir}/libwx_baseu_xml-*.so.*
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%files docs
alexjnewt@hotmail.com ff74a61
%doc html
alexjnewt@hotmail.com ff74a61
alexjnewt@hotmail.com ff74a61
%changelog
9b33e9c
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.5.1-2
9b33e9c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
9b33e9c
e6508de
* Sun May 10 2020 Scott Talbert <swt@techie.net> - 3.0.5.1-1
e6508de
- Update to new upstream release 3.0.5.1
e6508de
5deb323
* Fri Mar 13 2020 Scott Talbert <swt@techie.net> - 3.0.4-15
5deb323
- Bring back alternatives system for wx-config and wxrc
5deb323
dab2680
* Fri Jan 31 2020 Scott Talbert <swt@techie.net> - 3.0.4-14
dab2680
- Update wx-config error message when wxGTK3-devel is missing (#1795500)
dab2680
b6ad472
* Fri Jan 31 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-13
b6ad472
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
b6ad472
4ce19f9
* Tue Oct 22 2019 Scott Talbert <swt@techie.net> - 3.0.4-12
4ce19f9
- Incorporate patch from Debian to force X11 when using wxGLCanvas
4ce19f9
3f46e86
* Thu Sep 19 2019 Scott Talbert <swt@techie.net> - 3.0.4-11
3f46e86
- Force timezone to UTC when running tests (#1753405)
3f46e86
dbbdf22
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-10
dbbdf22
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
dbbdf22
bede873
* Tue Jun 18 2019 Scott Talbert <swt@techie.net> - 3.0.4-9
bede873
- Add graphviz to BR to fix 'dot' not found error (#1721702)
bede873
ec013c8
* Thu Mar 07 2019 Scott Talbert <swt@techie.net> - 3.0.4-8
ec013c8
- Avoid crashing when wxGLCanvas is used on Wayland
ec013c8
d2d9b90
* Fri Feb 08 2019 Kalev Lember <klember@redhat.com> - 3.0.4-7
d2d9b90
- Remove the alternatives system for wx-config and wxrc
d2d9b90
a713dad
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-6
a713dad
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
a713dad
4357d1a
* Wed Nov 21 2018 Scott Talbert <swt@techie.net> - 3.0.4-5
4357d1a
- Remove Group tags
852c917
- Remove xmldocs subpackage (never used)
299b0b6
- Remove cppunit workaround (no longer needed)
83dd8d3
- Actually run the tests (but not the GUI ones, yet)
4357d1a
d77224e
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-4
d77224e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
d77224e
7e5a11a
* Fri Jun 29 2018 Scott Talbert <swt@techie.net> - 3.0.4-3
7e5a11a
- Remove ldconfig scriptlets (no longer needed on F28+)
7e5a11a
ce9624b
* Sun Mar 18 2018 Richard W.M. Jones <rjones@redhat.com> - 3.0.4-2
ce9624b
- Port wx-config script to RISC-V architecture.
ce9624b
de064a8
* Fri Mar 09 2018 Scott Talbert <swt@techie.net> - 3.0.4-1
de064a8
- New upstream release 3.0.4
de064a8
48f2dc6
* Mon Feb 19 2018 Scott Talbert <swt@techie.net> - 3.0.3-10
48f2dc6
- Add missing BR for gcc-c++
48f2dc6
2b38f21
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-9
2b38f21
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
2b38f21
976afdc
* Wed Jan 17 2018 Karsten Hopp <karsten@redhat.com> - 3.0.3-8
976afdc
- fix some conditionals
976afdc
2dc94ae
* Fri Jan 12 2018 Tomas Popela <tpopela@redhat.com> - 3.0.3-7
2dc94ae
- Adapt to the webkitgtk4 rename
2dc94ae
19f9cdb
* Tue Sep 05 2017 Scott Talbert <swt@techie.net> - 3.0.3-6
19f9cdb
- Merge with compat-wxGTK3-gtk2
19f9cdb
24e848f
* Wed Aug 30 2017 Scott Talbert <swt@techie.net> - 3.0.3-5
24e848f
- Add upstream patch for avoiding destruction of TLWs that were never created
24e848f
- Fixes assert during Filezilla startup (#1484955)
24e848f
4962199
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-4
4962199
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
4962199
8b65136
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-3
8b65136
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
8b65136
7df1c4e
* Mon May 15 2017 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.3-2
7df1c4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild
7df1c4e
1d26276
* Wed May 03 2017 Scott Talbert <swt@techie.net> - 3.0.3-1
1d26276
- New upstream release 3.0.3
1d26276
- Update to latest WebKit2 patch (#1428997)
1d26276
e317173
* Mon Apr 17 2017 Scott Talbert <swt@techie.net> - 3.0.3-0.8.gite4293e9
e317173
- Rebuild against SDL2
e317173
a692ac1
* Wed Mar 08 2017 Scott Talbert <swt@techie.net> - 3.0.3-0.7.gite4293e9
a692ac1
- Update to newer git snapshot
a692ac1
- Remove GStreamer patch as it has been incorporated upstream
a692ac1
37c4987
* Sun Mar 05 2017 Scott Talbert <swt@techie.net> - 3.0.3-0.6.gitf90b768
37c4987
- Add temporary patch for webkit2 port in rawhide, re-enable webview subpackage
37c4987
Mystro256 8d3cddc
* Thu Mar 02 2017 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.5.gitf90b768
Mystro256 8d3cddc
- Disable webview subpackage in rawhide for now
Mystro256 8d3cddc
863bf5e
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.3-0.4.gitf90b768
863bf5e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
863bf5e
965da34
* Fri Dec 30 2016 Scott Talbert <swt@techie.net> - 3.0.3-0.3.gitf90b768
965da34
- Switch to use GStreamer 1.0 (#1402628)
965da34
Mystro256 6276214
* Wed Dec 28 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.2.gitf90b768
Mystro256 6276214
- Update to newer git snapshot
Mystro256 6276214
Mystro256 37d5bdf
* Sat Dec 10 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.3-0.1.git9518d52
Mystro256 37d5bdf
- Update to git snapshot
Mystro256 37d5bdf
fe5a6f0
* Mon Nov 21 2016 Scott Talbert <swt@techie.net> - 3.0.2-30
fe5a6f0
- Fix poedit regression in -29 - add paint clipping region patch (#1396747)
fe5a6f0
- Add patch to change ~wxPGChoicesData from private to protected
fe5a6f0
095c4c4
* Mon Nov 14 2016 Scott Talbert <swt@techie.net> - 3.0.2-29
095c4c4
- Fix some sizing problems with GTK3 (#1392102)
095c4c4
- Fix non-default window background color with GTK+ >= 3.20 (#1393847)
095c4c4
6ddfa9d
* Mon Oct 10 2016 Scott Talbert <swt@techie.net> - 3.0.2-28
6ddfa9d
- Fix rename issues in Filezilla with overlay scrollbars disabled (#1381765)
6ddfa9d
3cf7211
* Sat Oct 08 2016 Scott Talbert <swt@techie.net> - 3.0.2-27
3cf7211
- Add a -webview subpackage in F26+
3cf7211
Mystro256 7793bd7
* Tue Oct 04 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-26
Mystro256 7793bd7
- Memory leak in last patch, add patch to fix it
Mystro256 7793bd7
- Change last patch to 3.0 branch for consistency
Mystro256 7793bd7
Mystro256 e523d93
* Tue Oct 04 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-25
Mystro256 e523d93
- Add patch to fix bug 1381767
Mystro256 e523d93
- Clean up spec file with autosetup
Mystro256 e523d93
a2cf677
* Sat Sep 24 2016 Scott Talbert <swt@techie.net> - 3.0.2-24
a2cf677
- Add patch to fix crash in wxGCDC::DrawEllipticArc()
a2cf677
b6b7424
* Mon Sep 19 2016 Scott Talbert <swt@techie.net> - 3.0.2-23
b6b7424
- Fix alternatives implementation
b6b7424
cb22fbe
* Mon Sep 19 2016 Scott Talbert <swt@techie.net> - 3.0.2-22
cb22fbe
- Add patch to fix runtime link error due to previous patches
cb22fbe
e712f1c
* Tue Sep 13 2016 Scott Talbert <swt@techie.net> - 3.0.2-21
e712f1c
- Add patch to resolve wxGetKeyState() crash on Wayland (#1266743)
e712f1c
- Add patch to fix wxFontEnumerator stop function
e712f1c
- Add patch to fix wxNativeFontInfo::InitFromFont()
e712f1c
Mystro256 8b9de37
* Sun Aug 28 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-20
Mystro256 8b9de37
- Fix alternatives with wxGTK (#1077718)
Mystro256 8b9de37
263c5a5
* Mon Apr  4 2016 Tom Callaway <tcallawa@redhat.com> - 3.0.2-19
263c5a5
- Add patch to resolve window sizing issue with gtk 3.19+
263c5a5
5c3df27
* Sun Mar 20 2016 Scott Talbert <swt@techie.net> - 3.0.2-18
5c3df27
- Add patch for wxEVT_MEDIA_XXX event types (for Phoenix)
5c3df27
92c277c
* Wed Feb 24 2016 Scott Talbert <swt@techie.net> - 3.0.2-17
92c277c
- Add patch to resolve issue with wxStaticText growing, fixes RH#1282142
92c277c
- Add patches to resolve issues under Wayland with window sizing, RH#1294229
92c277c
a9e6f4a
* Tue Feb 23 2016 Scott Talbert <swt@techie.net> - 3.0.2-16
a9e6f4a
- Add -xmldocs subpackage containing XML documentation (needed for Phoenix)
a9e6f4a
0c7f9b3
* Tue Feb 23 2016 Scott Talbert <swt@techie.net> - 3.0.2-15
0c7f9b3
- Add GCC6 patches for STC and strings tests
0c7f9b3
- Adapt cppunit to use pkg-config (cppunit-config has been removed in F24)
0c7f9b3
- Fixes FTBFS in F24 Rawhide, RH#1308244
0c7f9b3
Jeremy ade3f6c
* Mon Feb 22 2016 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-14
Jeremy ade3f6c
- Should actually fix RH#1294712
Jeremy ade3f6c
01a7868
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.2-13
01a7868
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
01a7868
Jeremy Newton 63d23b2
* Thu Dec 31 2015 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-12
Jeremy Newton 63d23b2
- Remove python artifacts in bakefile dir, causes multilib devel conflict RH#1294712
Jeremy Newton 63d23b2
- Fix package devel not owning created wx3 backfile preset dir
Jeremy Newton 63d23b2
- Add support for MIPS to wx-config RH#1294895
Jeremy Newton 63d23b2
- Wayland Patch
Jeremy Newton 63d23b2
Jeremy Newton 63d23b2
* Thu Nov 5 2015 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-11
Jeremy Newton 359a25b
- Added patch to fix checkbox and radio button issues for f21 onwards
Jeremy Newton 359a25b
Jeremy Newton 63d23b2
* Sun Nov 1 2015 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-10
Jeremy Newton 077fb78
- Removed depreciated/retired libgnomeprintui22
Jeremy Newton 077fb78
Jeremy Newton 63d23b2
* Sat Aug 22 2015 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-9
Jeremy Newton 94da280
- Include spinbutton patch from upstream
Jeremy Newton 94da280
Jeremy Newton 63d23b2
* Mon Jun 22 2015 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-8
Jeremy Newton 39885d3
- Include some upstream patches to fix crashes and warnings
Jeremy Newton 39885d3
d9af07c
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0.2-7
d9af07c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
d9af07c
dd37920
* Thu May 28 2015 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.0.2-6
dd37920
- Don't abort on ABI check, backport from wxGTK
dd37920
26939d0
* Mon May 04 2015 Jason L Tibbitts III <tibbs@math.uh.edu> - 3.0.2-5
26939d0
- Indicate that this package bundles scintilla 3.2.1.
26939d0
Jeremy Newton 63d23b2
* Thu Feb 26 2015 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-4
Jeremy Newton 94da280
- Bump to rebuild, fix bug #1210239
744d50f
Jeremy Newton 63d23b2
* Thu Feb 26 2015 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-3
Jeremy Newton 25637af
- Bump to rebuild for gcc 5.0 to fix some issues
Jeremy Newton 25637af
Jeremy Newton 63d23b2
* Tue Nov 04 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-2
alexjnewt@hotmail.com c239e24
- Moving things around again, hopefully fixing RH#1124402
alexjnewt@hotmail.com c239e24
- Adding symlinks to avoid breaking things
alexjnewt@hotmail.com c239e24
Jeremy Newton 63d23b2
* Tue Nov 04 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.2-1
alexjnewt@hotmail.com 72aded6
- Update to 3.0.2
alexjnewt@hotmail.com 72aded6
5be127b
* Mon Nov 03 2014 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 3.0.1-5
5be127b
- Add aarch64 and ppc64le to list of 64-bit architectures
5be127b
Jeremy Newton 63d23b2
* Tue Sep 30 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.1-4
alexjnewt@hotmail.com 66df003
- Add conflict with wxgtk-devel again, temporary fix until it can be resolved
alexjnewt@hotmail.com 66df003
Jeremy Newton 63d23b2
* Tue Sep 30 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.1-3
alexjnewt@hotmail.com 6a6f413
- Avoid gtk warnings, fixes RH#1147995
alexjnewt@hotmail.com 6a6f413
- Moving wxrc and wx-config to libexec instead of renaming
alexjnewt@hotmail.com 6a6f413
- Misc changes and spec error fixes, fixes RH#1124402
e711fbf
Jeremy Newton 63d23b2
* Sat Jul 5 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.1-1
alexjnewt@hotmail.com b365113
- Bump to 3.0.1 RH#1076617
alexjnewt@hotmail.com 992ca3a
Jeremy Newton 63d23b2
* Tue Mar 18 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.0-6
alexjnewt@hotmail.com e6c1c37
- Removed disable-catch_segvs, see RH#1076617
alexjnewt@hotmail.com e6c1c37
Jeremy Newton 63d23b2
* Mon Mar 17 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.0-5
alexjnewt@hotmail.com bc8166e
- Renable combat28 - without it causes bugs RH#1076617 and a few others
alexjnewt@hotmail.com bc8166e
Jeremy Newton 63d23b2
* Wed Feb 19 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.0-4
alexjnewt@hotmail.com ff74a61
- Fixed GTK3 bug with wx-config
alexjnewt@hotmail.com ff74a61
- Fixed a unused-direct-shlib-dependency error
alexjnewt@hotmail.com ff74a61
Jeremy Newton 63d23b2
* Mon Feb 17 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.0-3
alexjnewt@hotmail.com ff74a61
- Added patch to avoid build fail on gtk 3.10+
alexjnewt@hotmail.com ff74a61
- Reverted patching to make devel package compatible with wxGTK-devel
alexjnewt@hotmail.com ff74a61
- Added combatibility for RHEL 6+
alexjnewt@hotmail.com ff74a61
- Changed all mention of GTK3 and GTK2 to GTK for consistency
alexjnewt@hotmail.com ff74a61
Jeremy Newton 63d23b2
* Mon Feb 10 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.0-2
alexjnewt@hotmail.com ff74a61
- Changed to build against gtk3
alexjnewt@hotmail.com ff74a61
- Add webkit to build requires
alexjnewt@hotmail.com ff74a61
- Removed patching to make devel package compatible with wxGTK-devel
alexjnewt@hotmail.com ff74a61
- Disable 2.8.* combatibility (redundant functionality)
alexjnewt@hotmail.com ff74a61
Jeremy Newton 63d23b2
* Sat Jan 4 2014 Jeremy Newton <alexjnewt AT hotmail DOT com> - 3.0.0-1
alexjnewt@hotmail.com ff74a61
- Initial build of wxwidgets version 3, mostly based on wxGTK spec