SHA256
1
0
forked from pool/cura-engine
2018-07-30 08:54:34 +00:00
committed by Git OBS Bridge
parent 4c25d09c1c
commit 3403294c15
2 changed files with 27 additions and 0 deletions

View File

@@ -25,6 +25,8 @@ Group: Hardware/Printing
Url: http://github.com/Ultimaker/CuraEngine
Source0: CuraEngine-%{version}.tar.xz
Source1: CuraEngine.1
# PATCH-FIX-UPSTREAM
Patch1: fix-build.patch
# On TW/Factory or Leap/SLE 15 use latest gcc, gcc6 otherwise
%if 0%{?suse_version} >= 1500
BuildRequires: gcc-c++ >= 5
@@ -42,6 +44,7 @@ It is part of the larger project called "Cura".
%prep
%setup -q -n CuraEngine-%version
%patch1 -p1
%build
%if 0%{?suse_version} < 1500