spec: Fix boost version requirement for OpenSUSE 13.1.

Fixes #5451
This commit is contained in:
Michael Friedrich 2014-01-14 18:30:57 +01:00
parent 51aa2d7f43
commit d78e5a9676
1 changed files with 5 additions and 0 deletions

View File

@ -29,7 +29,12 @@
%define apachegroup apache
%endif
%if "%{_vendor}" == "suse"
# opensuse 13
%if 0%{?suse_version} >= 1310
%define opensuse_boost_version 1_53_0
%else
%define opensuse_boost_version 1_49_0
%endif
%define sles_boost_version 1_54_0
%define apachename apache2
%define apacheconfdir %{_sysconfdir}/apache2/conf.d