From 820506e7063416824da246eac67fd8a03b99cd7b Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 13 Feb 2018 23:10:25 +0100 Subject: [PATCH] Remove BuildRoot definition None of currently supported distributions need that. It was needed last for EL5 which is EOL now Signed-off-by: Igor Gnatenko --- cppad.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/cppad.spec b/cppad.spec index ec4ffa2..dc8c3c7 100644 --- a/cppad.spec +++ b/cppad.spec @@ -31,7 +31,6 @@ Group: Development/Libraries License: GPLv3 URL: http://www.coin-or.org/CppAD/ Source: http://www.coin-or.org/download/source/CppAD/%{name}-%{version}.gpl.tgz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: cmake >= 2.8 %description