From a0e5d0bf5884fdb7bd62ff4d165fbc14313e1da8 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 26 May 2016 09:32:59 +0000 Subject: [PATCH] cleanup packaging --- openmpi/openmpi.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/openmpi/openmpi.spec b/openmpi/openmpi.spec index 59ff634287..90708ec5a7 100644 --- a/openmpi/openmpi.spec +++ b/openmpi/openmpi.spec @@ -36,7 +36,7 @@ Class: EVAL Group: RPC License: BSD-style Version: %{V_major}.%{V_minor} -Release: 20160122 +Release: 20160526 # package options %option with_cxx yes @@ -45,8 +45,8 @@ Release: 20160122 Source0: http://www.open-mpi.org/software/ompi/v%{V_major}/downloads/openmpi-%{version}.tar.bz2 # build information -BuildPreReq: OpenPKG, openpkg >= 20100101, gcc -PreReq: OpenPKG, openpkg >= 20100101 +BuildPreReq: OpenPKG, openpkg >= 20160101, gcc +PreReq: OpenPKG, openpkg >= 20160101 %description OpenMPI is a project combining technologies and resources from @@ -78,6 +78,7 @@ PreReq: OpenPKG, openpkg >= 20100101 GREP="grep" \ ./configure \ --prefix=%{l_prefix} \ + --mandir=%{l_prefix}/man \ --sysconfdir=%{l_prefix}/etc/openmpi \ %if "%{with_cxx}" == "yes" --enable-mpi-cxx