diff --git a/wxGTK3.spec b/wxGTK3.spec index be38dd6..e72ee5e 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -20,7 +20,7 @@ Name: %{wxgtkname} Version: 3.0.3 -Release: 0.4%{?usesnapshot:.git%{shortcommit0}}%{?dist} +Release: 0.5%{?usesnapshot:.git%{shortcommit0}}%{?dist} Summary: GTK port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -45,8 +45,10 @@ Patch1: %{name}-%{version}-gst1.0.patch BuildRequires: gtk%{gtkver}-devel #Note webkitgtk (GTK2) does not appear to be supported %if %{gtkver} == 3 +%if 0%{?fedora} < 27 BuildRequires: webkitgtk3-devel %endif +%endif BuildRequires: zlib-devel BuildRequires: libpng-devel BuildRequires: libjpeg-devel @@ -79,7 +81,7 @@ Summary: Development files for the wxGTK3 library Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-gl = %{version}-%{release} Requires: %{name}-media = %{version}-%{release} -%if 0%{?fedora} > 25 +%if 0%{?fedora} == 26 Requires: %{name}-webview = %{version}-%{release} %endif Requires: %{wxbasename} = %{version}-%{release} @@ -123,7 +125,7 @@ comprehensive set of helper classes for most common application tasks, ranging from networking to HTML display and image manipulation. -%if 0%{?fedora} > 25 +%if 0%{?fedora} == 26 %package webview Summary: WebView add-on for the wxWidgets library Group: System Environment/Libraries @@ -278,7 +280,7 @@ popd %post media -p /sbin/ldconfig %postun media -p /sbin/ldconfig -%if 0%{?fedora} > 25 +%if 0%{?fedora} == 26 %post webview -p /sbin/ldconfig %postun webview -p /sbin/ldconfig %endif @@ -341,7 +343,7 @@ fi %files media %{_libdir}/libwx_gtk%{gtkver}u_media-*.so.* -%if 0%{?fedora} > 25 +%if 0%{?fedora} == 26 %files webview %{_libdir}/libwx_gtk%{gtkver}u_webview-*.so.* %endif @@ -360,6 +362,9 @@ fi %doc docs/doxygen/out/xml/* %changelog +* Thu Mar 02 2017 Jeremy Newton - 3.0.3-0.5.gitf90b768 +- Disable webview subpackage in rawhide for now + * Sat Feb 11 2017 Fedora Release Engineering - 3.0.3-0.4.gitf90b768 - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild