Skip to content

Commit

Permalink
Merge pull request #4340 from cms-sw/smuzaffar-patch-5
Browse files Browse the repository at this point in the history
[10.2.X] updated utm to tag 0.7.1
  • Loading branch information
cmsbuild authored Sep 19, 2018
2 parents 86c8e13 + bc068f4 commit e7580d3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions utm.spec
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### RPM external utm utm_0.6.7
### RPM external utm utm_0.7.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
Expand All @@ -10,13 +10,11 @@ Requires: boost
%build
export XERCES_C_BASE=${XERCES_C_ROOT}
export BOOST_BASE=${BOOST_ROOT}
make %{makeprocesses} -f Makefile.standalone all
make %{makeprocesses} -f Makefile.standalone install
make %{makeprocesses} all

%install
make %{makeprocesses} install
cp -r lib %{i}/lib
cp -r include %{i}/include
cp -r xsd-type %{i}/xsd-type
cp -r menu.xsd %{i}/menu.xsd


0 comments on commit e7580d3

Please sign in to comment.