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:
parent
5d3056f180
commit
1a9e575d79
@ -62,7 +62,7 @@ Prefix: %{_prefix}
|
||||
BuildRoot: %{_tmppath}/%{name}-root
|
||||
Requires: %{wxbasename} = %{ver}
|
||||
%if %{portname} == gtk2
|
||||
BuildRequires: gtk+-2.0-devel
|
||||
BuildRequires: gtk2-devel
|
||||
%else
|
||||
BuildRequires: gtk+-devel >= 1.2.0
|
||||
%endif
|
||||
|
Loading…
Reference in New Issue
Block a user