BuildRequires: wxGTK-devel >= 2.8.0 and CentOS

I would like to compile a program but it has a dependancy with wxGTK.

There is no problem with Fedora or OpenSUSE, but I have “nothing provides wxGTK-devel >= 2.8.0” for CentOS 5.
This is “normal”, this package is not in the “standard” CentOS 5.

Is there a way for having wxGTK for CentOS in OBS?

Errr . . . seems like this would be better posted on an CentOS board, but . . .

Looks like RPMForge has it for CentOS4, I bet they do for 5 as well . . .

[root@blah ~]# yum search wxGTK-devel

wxGTK-devel.i386 2.6.3-1.el4.rf rpmforge
Matched from:
wxGTK-devel

[root@blah ~]# yum info wxGTK-devel
Available Packages
Name : wxGTK-devel
Arch : i386
Version: 2.8.9
Release: 1.el4.rf
Size : 1.1 M
Repo : rpmforge
Summary: Header files, libraries and development documentation for wxGTK.
Description:
Header files for wxGTK, the GTK port of the wxWindows library.

I also see there are RPMs for it at RPM Search - you might be able to gram one of these do a yum localinstall on it

Good luck!
Pete

I don’t have any problem “at home” for compiling my package with wxGTK (using wxGTK-devel), because I can use rpmforge. I can create my package and release it, it is already used.

My problem is specific to OBS: I can’t use rpmforge (or say me how with only the .spec file) with it, and OBS has more platforms than I have… I try to compile my package with OBS (problem is only with CentOS, because others have WxGTK-devel), and I can’t use rpmforge packages with it.
Or did I miss something?