From d5840aac200f04367fc041bad6b14bb41abe1a3b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 30 Jul 2018 23:02:07 +0200 Subject: [PATCH] Added OpenSuSE Leap 15 for building. --- scripts/rpm-data/klayout.spec | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index 3168ab593..3d07456a3 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -64,6 +64,14 @@ Requires: libqt4-x11 >= 4.8.6 %define buildopt -j2 %endif +%if "%{target_system}" == "opensuse_leap" +# OpenSuSE Leap 15 requirements +Requires: ruby2.3 >= 2.3.3 +Requires: python3 >= 3.4.6 +Requires: libqt4-x11 >= 4.8.7 +%define buildopt -j2 +%endif + %description Mask layout viewer and editor for the chip design engineer.