From 3ade12a6c21c9bf900a6d60c316bd161543d2e95 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 31 Jul 2018 02:49:37 +0200 Subject: [PATCH] Added OpenSuSE Leap15 to RPM build script. --- 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 4c5bf73ad..96ecdfdf5 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -68,6 +68,14 @@ Requires: libqt4-x11 >= 4.8.6 %define pylib %{python3_sitearch} %endif +%if "%{target_system}" == "opensuse_leap" +# OpenSuSE Leap 15 requirements +Requires: ruby >= 2.1.9 +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.