From: Vadim Zeitlin Date: Fri, 15 Oct 2010 23:46:04 +0000 (+0000) Subject: Fix GTK+ development RPM dependency in wxGTK.spec. X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/1a9e575d79805949237de1dd4cdaeef5d47ac4b7 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 --- diff --git a/wxGTK.spec b/wxGTK.spec index b6484606b3..bc44395c18 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -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