Accepting request 146461 from devel:tools:building

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/146461
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/swig?expand=0&rev=36
This commit is contained in:
Ismail Dönmez 2012-12-28 21:50:00 +00:00 committed by Git OBS Bridge
commit fdf9483e1e
2 changed files with 7 additions and 2 deletions

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Dec 20 09:40:06 UTC 2012 - kkaempf@suse.com
- Fix RHEL4 and 6 build
-------------------------------------------------------------------
Mon Dec 17 12:52:34 UTC 2012 - kkaempf@suse.com

@ -48,11 +48,11 @@ BuildRequires: -vim
%define docpath %{_docdir}/%{name}-%{version}
BuildRequires: pkgconfig
BuildRequires: ruby
%if (0%{?rhel_version} < 600) && (0%{?centos_version} < 600)
%if 0%{?rhel_version} < 600 && 0%{?centos_version} < 600
# not available on RHEL-6
BuildRequires: ruby-devel
%endif
%if 0%{?rhel_version} + 0%{?centos_version} == 0
%if 0%{?fedora} > 0 || 0%{?rhel_version} >= 600 ||0%{?centos_version} >= 600
BuildRequires: perl-devel
%endif
%endif