Update MANPATH so that normal man pages can still be found
This commit is contained in:
parent
eecd674e24
commit
7481f362dd
@ -24,7 +24,7 @@
|
|||||||
+setenv MPI_HOME @LIBDIR@
|
+setenv MPI_HOME @LIBDIR@
|
||||||
prepend-path PATH @bindir@
|
prepend-path PATH @bindir@
|
||||||
+prepend-path LD_LIBRARY_PATH @libdir@
|
+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.
|
-# Undefine prefix and exec_prefix which are too generic environment variables.
|
||||||
-unsetenv prefix
|
-unsetenv prefix
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: A high-performance implementation of MPI
|
Summary: A high-performance implementation of MPI
|
||||||
Name: mpich
|
Name: mpich
|
||||||
Version: 3.2.1
|
Version: 3.2.1
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: http://www.mpich.org/
|
URL: http://www.mpich.org/
|
||||||
|
|
||||||
@ -268,6 +268,9 @@ make check VERBOSE=1
|
|||||||
%{python3_sitearch}/%{name}.pth
|
%{python3_sitearch}/%{name}.pth
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.2.1-4
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user