|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
|
|
|
|
|
Name: %{wxgtkname}
|
|
|
|
|
Version: 3.0.0
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Summary: GTK port of the wxWidgets GUI library
|
|
|
|
|
License: wxWidgets
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
@ -21,7 +21,7 @@ Source1: http://downloads.sf.net/wxwindows/%{srcname}-%{version}-docs-htm
|
|
|
|
|
Source10: wx-config
|
|
|
|
|
|
|
|
|
|
# http://trac.wxwidgets.org/ticket/15667
|
|
|
|
|
Patch0: %{name}-3.0.0-gtk3_build.patch
|
|
|
|
|
Patch0: %{name}-3.0.0-gtk3_build.patch
|
|
|
|
|
|
|
|
|
|
BuildRequires: gtk%{gtkver}-devel
|
|
|
|
|
#Note webkitgtk (GTK2) does not appear to be supported
|
|
|
|
@ -60,7 +60,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-gl = %{version}-%{release}
|
|
|
|
|
Requires: %{name}-media = %{version}-%{release}
|
|
|
|
|
Requires: %{wxbasename} = %{version}-%{release}
|
|
|
|
|
Requires: gtk%{gtkver}-devel
|
|
|
|
|
Requires: gtk%{gtkver}-devel
|
|
|
|
|
Requires: libGLU-devel
|
|
|
|
|
Provides: %{srcname}-devel = %{version}-%{release}
|
|
|
|
|
|
|
|
|
@ -161,8 +161,7 @@ export LDFLAGS="-Wl,--as-needed"
|
|
|
|
|
--enable-no_deps \
|
|
|
|
|
--disable-rpath \
|
|
|
|
|
--enable-ipv6 \
|
|
|
|
|
--disable-catch_segvs \
|
|
|
|
|
--disable-compat28
|
|
|
|
|
--disable-catch_segvs
|
|
|
|
|
|
|
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
@ -242,6 +241,9 @@ popd
|
|
|
|
|
%doc html
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 17 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.0-5
|
|
|
|
|
- Renable combat28 - without it causes bugs RH#1076617 and a few others
|
|
|
|
|
|
|
|
|
|
* Wed Feb 19 2014 Jeremy Newton <alexjnewt@hotmail.com> - 3.0.0-4
|
|
|
|
|
- Fixed GTK3 bug with wx-config
|
|
|
|
|
- Fixed a unused-direct-shlib-dependency error
|
|
|
|
|