|
56 | 56 | # This specfile expects to find all required 3rd party packages |
57 | 57 | # (Libevent, Hwloc, PMIx, PRRTE) externally, and will not use the |
58 | 58 | # internal/embedded copies of these packages. This behavior is |
59 | | -# strongly recomended for packagers. However, if you want to override |
| 59 | +# strongly recommended for packagers. However, if you want to override |
60 | 60 | # this behavior, change the definition below to 0. |
61 | 61 | # |
62 | 62 | # NOTE: This option will cause "--with-libevent=external |
|
105 | 105 | %{!?mpi_selector_rpm_name: %define mpi_selector_rpm_name mpi-selector} |
106 | 106 | # The location of the mpi-selector executable (can be a relative path |
107 | 107 | # name if "mpi-selector" can be found in the path) |
108 | | -# type: string (path to mpi-selector exectuable) |
| 108 | +# type: string (path to mpi-selector executable) |
109 | 109 | %{!?mpi_selector: %define mpi_selector mpi-selector} |
110 | 110 |
|
111 | 111 | # Should we build a debuginfo RPM or not? |
|
159 | 159 | %global _binary_filedigest_algorithm 1 |
160 | 160 | %global _source_filedigest_algorithm 1 |
161 | 161 |
|
162 | | -# Define this to 1 if you want to keep libtool achive files |
| 162 | +# Define this to 1 if you want to keep libtool archive files |
163 | 163 | # Default is 0 (remove *.la files) |
164 | 164 | # type: bool (0/1) |
165 | 165 | %{!?install_libtool_archive: %define install_libtool_archive 0} |
@@ -398,7 +398,7 @@ This subpackage provides the documentation for Open MPI/OpenSHMEM. |
398 | 398 |
|
399 | 399 | ############################################################################# |
400 | 400 | # |
401 | | -# Prepatory Section |
| 401 | +# Preparatory Section |
402 | 402 | # |
403 | 403 | ############################################################################# |
404 | 404 | %prep |
@@ -539,7 +539,7 @@ proc ModulesHelp { } { |
539 | 539 | puts stderr "This module adds Open MPI/SHMEM v%{version} to various paths" |
540 | 540 | } |
541 | 541 |
|
542 | | -module-whatis "Sets up Open MPI/SHMEM v%{version} in your enviornment" |
| 542 | +module-whatis "Sets up Open MPI/SHMEM v%{version} in your environment" |
543 | 543 |
|
544 | 544 | prepend-path PATH "%{_prefix}/bin/" |
545 | 545 | prepend-path LD_LIBRARY_PATH %{_libdir} |
@@ -722,7 +722,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT |
722 | 722 | %if !%{sysconfdir_in_prefix} |
723 | 723 | %{_sysconfdir} |
724 | 724 | %endif |
725 | | -# If install_in_opt, then we're instaling OMPI to |
| 725 | +# If install_in_opt, then we're installing OMPI to |
726 | 726 | # /opt/openmpi/<version>. But be sure to also explicitly mention |
727 | 727 | # /opt/openmpi so that it can be removed by RPM when everything under |
728 | 728 | # there is also removed. |
@@ -761,7 +761,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT |
761 | 761 | %endif |
762 | 762 | %endif |
763 | 763 |
|
764 | | -# If install_in_opt, then we're instaling OMPI to |
| 764 | +# If install_in_opt, then we're installing OMPI to |
765 | 765 | # /opt/openmpi/<version>. But be sure to also explicitly mention |
766 | 766 | # /opt/openmpi so that it can be removed by RPM when everything under |
767 | 767 | # there is also removed. Also list /opt/openmpi/<version>/share so |
@@ -871,11 +871,11 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT |
871 | 871 |
|
872 | 872 | * Tue Sep 8 2009 Jeff Squyres <[email protected]> |
873 | 873 | - Change shell_scripts_basename to not include version number to |
874 | | - accomodate what mpi-selector expects. |
| 874 | + accommodate what mpi-selector expects. |
875 | 875 |
|
876 | 876 | * Mon Feb 4 2008 Jeff Squyres <[email protected]> |
877 | 877 | - OFED 1.3 has a much better installer; remove all the |
878 | | - leave_build_root kludge nastyness. W00t! |
| 878 | + leave_build_root kludge nastiness. W00t! |
879 | 879 |
|
880 | 880 | * Fri Jan 18 2008 Jeff Squyres <[email protected]> |
881 | 881 | - Remove the hard-coded "openmpi" name from two Requires statements |
@@ -918,7 +918,7 @@ test "x$RPM_BUILD_ROOT" != "x" && rm -rf $RPM_BUILD_ROOT |
918 | 918 | shell script files be %{_bindir}/mpivars.{sh|csh} |
919 | 919 | - Add %{munge_build_into_install} option for OFED 1.2 installer on SLES |
920 | 920 | - Change shell script files and modulefile to *pre*pend all the OMPI paths |
921 | | -- Make shell script and modulefile installation indepdendent of |
| 921 | +- Make shell script and modulefile installation independent of |
922 | 922 | %{install_in_opt} (they're really separate issues) |
923 | 923 | - Add more "ofed" shortcut qualifiers |
924 | 924 | - Slightly better test for basename CC in the fortify source section |
|
0 commit comments