forked from pool/FreeCAD
fix factory build
OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=16
This commit is contained in:
parent
452cec5975
commit
3eb2d076e3
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 15 07:13:05 UTC 2017 - adrian@suse.de
|
||||
|
||||
- fix build for factory (boost dependencies)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 8 08:09:39 UTC 2017 - aloisio@gmx.com
|
||||
|
||||
|
12
FreeCAD.spec
12
FreeCAD.spec
@ -29,9 +29,15 @@ Source0: %{name}-%{version}.tar.xz
|
||||
Source2: FreeCAD_shared_mimeinfo
|
||||
BuildRequires: Coin-devel
|
||||
BuildRequires: SoQt-devel
|
||||
%if 0%{?suse_version} == 1315 && 0%{?is_opensuse} == 1
|
||||
# Leap has its own special boost-devel
|
||||
BuildRequires: boost_1_58_0-devel
|
||||
%if 0%{?suse_version} >= 1330
|
||||
BuildRequires: libboost_filesystem-devel >= 1.55
|
||||
BuildRequires: libboost_graph-devel >= 1.55
|
||||
BuildRequires: libboost_program_options-devel >= 1.55
|
||||
BuildRequires: libboost_python-devel >= 1.55
|
||||
BuildRequires: libboost_regex-devel >= 1.55
|
||||
BuildRequires: libboost_signals-devel >= 1.55
|
||||
BuildRequires: libboost_system-devel >= 1.55
|
||||
BuildRequires: libboost_thread-devel >= 1.55
|
||||
%else
|
||||
BuildRequires: boost-devel >= 1.55
|
||||
%endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user