From 12f218942f2f471d493bf1e97ecff29d8dc479ad Mon Sep 17 00:00:00 2001 From: Mircho Rodozov Date: Mon, 27 Sep 2021 19:58:37 +0300 Subject: [PATCH] Backport UTM to 12_0 --- utm.spec | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/utm.spec b/utm.spec index 2037ff0fa61..4f625f93038 100644 --- a/utm.spec +++ b/utm.spec @@ -1,8 +1,9 @@ -### RPM external utm utm_0.8.2 + + +### RPM external utm utm_0.9.1 Source: git+https://gitlab.cern.ch/cms-l1t-utm/utm.git?obj=master/%{realversion}&export=%{n}-%{realversion}&output=/%{n}-%{realversion}.tgz BuildRequires: gmake -Requires: xerces-c -Requires: boost +Requires: xerces-c boost %prep %setup -n %{n}-%{realversion} @@ -10,6 +11,7 @@ Requires: boost %build export XERCES_C_BASE=${XERCES_C_ROOT} export BOOST_BASE=${BOOST_ROOT} +./configure make %{makeprocesses} all %install