- Fix RHEL4 and 6 build
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=45
This commit is contained in:
parent
1661fc9130
commit
9535c6a376
@ -1,7 +1,7 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Dec 20 09:40:06 UTC 2012 - kkaempf@suse.com
|
||||
|
||||
- Fix RHEL6 build
|
||||
- Fix RHEL4 and 6 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 17 12:52:34 UTC 2012 - kkaempf@suse.com
|
||||
|
@ -48,7 +48,7 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user