Compare commits

...

5 Commits
epel9 ... epel8

@ -18,7 +18,7 @@
Name: %{wxgtkname} Name: %{wxgtkname}
Version: 3.0.4 Version: 3.0.4
Release: 10%{?snapshottag}%{?dist} Release: 11%{?snapshottag}%{?dist}
Summary: GTK port of the wxWidgets GUI library Summary: GTK port of the wxWidgets GUI library
License: wxWidgets License: wxWidgets
URL: https://www.wxwidgets.org/ URL: https://www.wxwidgets.org/
@ -43,13 +43,15 @@ Patch3: fix-glcanvas-crash-wayland.patch
BuildRequires: gcc-c++ BuildRequires: gcc-c++
BuildRequires: gtk2-devel BuildRequires: gtk2-devel
BuildRequires: gtk3-devel BuildRequires: gtk3-devel
%ifnarch aarch64 s390x
BuildRequires: webkit2gtk3-devel BuildRequires: webkit2gtk3-devel
%endif
BuildRequires: zlib-devel BuildRequires: zlib-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
BuildRequires: expat-devel BuildRequires: expat-devel
BuildRequires: SDL2-devel BuildRequires: SDL-devel
BuildRequires: libGLU-devel BuildRequires: libGLU-devel
BuildRequires: libSM-devel BuildRequires: libSM-devel
BuildRequires: gstreamer1-plugins-base-devel BuildRequires: gstreamer1-plugins-base-devel
@ -104,7 +106,9 @@ Summary: Development files for the wxGTK3 library
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
Requires: %{name}-gl = %{version}-%{release} Requires: %{name}-gl = %{version}-%{release}
Requires: %{name}-media = %{version}-%{release} Requires: %{name}-media = %{version}-%{release}
%ifnarch aarch64 s390x
Requires: %{name}-webview = %{version}-%{release} Requires: %{name}-webview = %{version}-%{release}
%endif
Requires: %{wxbasename} = %{version}-%{release} Requires: %{wxbasename} = %{version}-%{release}
Requires: %{wxbasename}-devel%{?_isa} = %{version}-%{release} Requires: %{wxbasename}-devel%{?_isa} = %{version}-%{release}
Requires: gtk3-devel Requires: gtk3-devel
@ -198,6 +202,7 @@ comprehensive set of helper classes for most common application tasks,
ranging from networking to HTML display and image manipulation. ranging from networking to HTML display and image manipulation.
%ifnarch aarch64 s390x
%package webview %package webview
Summary: WebView add-on for the wxWidgets library Summary: WebView add-on for the wxWidgets library
Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}%{?_isa} = %{version}-%{release}
@ -208,6 +213,7 @@ wxWidgets is the GTK port of the C++ cross-platform wxWidgets
GUI library, offering classes for all common GUI controls as well as a GUI library, offering classes for all common GUI controls as well as a
comprehensive set of helper classes for most common application tasks, comprehensive set of helper classes for most common application tasks,
ranging from networking to HTML display and image manipulation. ranging from networking to HTML display and image manipulation.
%endif
%package -n %{wxbasename} %package -n %{wxbasename}
@ -425,10 +431,12 @@ fi
%files -n %{wxgtk2name}-media %files -n %{wxgtk2name}-media
%{_libdir}/libwx_gtk2u_media-*.so.* %{_libdir}/libwx_gtk2u_media-*.so.*
%ifnarch aarch64 s390x
%files webview %files webview
%{_libdir}/libwx_gtk3u_webview-*.so.* %{_libdir}/libwx_gtk3u_webview-*.so.*
%dir %{_libdir}/wx %dir %{_libdir}/wx
%{_libdir}/wx/3.0 %{_libdir}/wx/3.0
%endif
%files -n %{wxbasename} %files -n %{wxbasename}
%doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt %doc docs/changes.txt docs/gpl.txt docs/lgpl.txt docs/licence.txt
@ -441,6 +449,12 @@ fi
%doc html %doc html
%changelog %changelog
* Tue Oct 01 2019 Scott Talbert <swt@techie.net> - 3.0.4-11
- Rebuild with SDL 1 which is in base EL8 repository (#1755609)
* Sat Aug 17 2019 Scott Talbert <swt@techie.net> - 3.0.4-10.1
- Avoid building webview on aarch64 and s390x on epel8
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-10 * Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.0.4-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

Loading…
Cancel
Save