Fix GTK+ development RPM dependency in wxGTK.spec.
Apparently the standard name for this RPM is gtk2-devel and not gtk+-2.0-devel, at least rpmfind.net database doesn't have any matches for the latter and plenty for the former. See #12567. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@65813 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -62,7 +62,7 @@ Prefix: %{_prefix}
|
|||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
Requires: %{wxbasename} = %{ver}
|
Requires: %{wxbasename} = %{ver}
|
||||||
%if %{portname} == gtk2
|
%if %{portname} == gtk2
|
||||||
BuildRequires: gtk+-2.0-devel
|
BuildRequires: gtk2-devel
|
||||||
%else
|
%else
|
||||||
BuildRequires: gtk+-devel >= 1.2.0
|
BuildRequires: gtk+-devel >= 1.2.0
|
||||||
%endif
|
%endif
|
||||||
|
Reference in New Issue
Block a user