From f4a47468619a9048c91a54ab3e0a7cbc009a31a5 Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Mon, 11 Sep 2017 22:13:02 +0200 Subject: [PATCH] Update RPM spec file to have a unique output folder. --- scripts/rpm-data/klayout.spec | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index f00b74d70..67bc2e910 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -59,11 +59,7 @@ For details see README.md %build -%ifarch %ix86 -TARGET="linux-32-gcc-release" -%else -TARGET="linux-64-gcc-release" -%endif +TARGET="linux-release" QMAKE=qmake-does-not-exist if which qmake; then @@ -93,11 +89,7 @@ strip %{_builddir}/bin.$TARGET/* %install -%ifarch %ix86 -TARGET="linux-32-gcc-release" -%else -TARGET="linux-64-gcc-release" -%endif +TARGET="linux-release" mkdir -p %{buildroot}%{_libdir}/klayout mkdir -p %{buildroot}%{_bindir}