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:
commit
fdf9483e1e
@ -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
|
Mon Dec 17 12:52:34 UTC 2012 - kkaempf@suse.com
|
||||||
|
|
||||||
|
@ -48,11 +48,11 @@ BuildRequires: -vim
|
|||||||
%define docpath %{_docdir}/%{name}-%{version}
|
%define docpath %{_docdir}/%{name}-%{version}
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: ruby
|
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
|
# 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…
x
Reference in New Issue
Block a user