- Fix RHEL6 build
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/swig?expand=0&rev=44
This commit is contained in:
parent
10fd96e572
commit
1661fc9130
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 20 09:40:06 UTC 2012 - kkaempf@suse.com
|
||||||
|
|
||||||
|
- Fix RHEL6 build
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Dec 17 12:52:34 UTC 2012 - kkaempf@suse.com
|
Mon Dec 17 12:52:34 UTC 2012 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -52,7 +52,7 @@ BuildRequires: ruby
|
|||||||
# not available on RHEL-6
|
# not available on RHEL-6
|
||||||
BuildRequires: ruby-devel
|
BuildRequires: ruby-devel
|
||||||
%endif
|
%endif
|
||||||
%if 0%{?rhel_version} + 0%{?centos_version} == 0
|
%if 0%{?fedora} > 0 || 0%{?rhel_version} >= 600 ||0%{?centos_version} >= 600
|
||||||
BuildRequires: perl-devel
|
BuildRequires: perl-devel
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user