|
@@ -86,10 +86,15 @@ BuildRequires: libzstd-devel
|
|
|
Requires: libzstd
|
|
|
|
|
|
Requires: geos
|
|
|
-Requires: python2-numpy
|
|
|
Requires: proj-epsg
|
|
|
Requires: proj-nad
|
|
|
+Requires: python2-numpy
|
|
|
+%if 0%{?rhel}
|
|
|
+Requires: wxPython
|
|
|
+%else
|
|
|
Requires: python2-wxpython
|
|
|
+%endif
|
|
|
+
|
|
|
|
|
|
%if "%{_lib}" == "lib"
|
|
|
%global cpuarch 32
|
|
@@ -331,6 +336,9 @@ fi
|
|
|
%{_libdir}/%{name}%{shortver}/include
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Jun 23 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-2
|
|
|
+- fix wxPython package dependency name for CentOS7
|
|
|
+
|
|
|
* Tue Jun 12 2018 Markus Neteler <neteler@mundialis.de> - 7.4.1-1
|
|
|
- new upstream version 7.4.1
|
|
|
- do not fail on EPEL6 with appstream-util
|