From 1a9e575d79805949237de1dd4cdaeef5d47ac4b7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 15 Oct 2010 23:46:04 +0000 Subject: [PATCH] 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 --- wxGTK.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.50.0