Update MANPATH so that normal man pages can still be found

This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2018-04-04 11:06:35 +02:00
parent eecd674e24
commit 7481f362dd
2 changed files with 5 additions and 2 deletions

View File

@ -24,7 +24,7 @@
+setenv MPI_HOME @LIBDIR@
prepend-path PATH @bindir@
+prepend-path LD_LIBRARY_PATH @libdir@
prepend-path MANPATH @mandir@
prepend-path MANPATH :@mandir@
-
-# Undefine prefix and exec_prefix which are too generic environment variables.
-unsetenv prefix

View File

@ -1,7 +1,7 @@
Summary: A high-performance implementation of MPI
Name: mpich
Version: 3.2.1
Release: 4%{?dist}
Release: 5%{?dist}
License: MIT
URL: http://www.mpich.org/
@ -268,6 +268,9 @@ make check VERBOSE=1
%{python3_sitearch}/%{name}.pth
%changelog
* Wed Apr 4 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 3.2.1-5
- Update MANPATH so that normal man pages can still be found (#1533717)
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild