From 67547a26d079a61dc9b82bac828c520cff7fa82b Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 12 Sep 2017 23:02:20 +0200 Subject: [PATCH] Don't provide a build root for spec file - we do it from the outside --- scripts/rpm-data/klayout.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/rpm-data/klayout.spec b/scripts/rpm-data/klayout.spec index 67bc2e910..7f5212d27 100644 --- a/scripts/rpm-data/klayout.spec +++ b/scripts/rpm-data/klayout.spec @@ -25,7 +25,7 @@ Url: http://www.klayout.de %if "%{git_source}" == "" Source0: http://www.klayout.de/downloads/%{name}-%{version}.tar.gz %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build +# BuildRoot: %{_tmppath}/%{name}-%{version}-build # Disable auto-detection of dependencies (to prevent including the # so's of klayout itself)