diff --git a/cryptsetup-luks/cryptsetup-luks.nm b/cryptsetup-luks/cryptsetup-luks.nm index d39a75f8f..2c833015e 100644 --- a/cryptsetup-luks/cryptsetup-luks.nm +++ b/cryptsetup-luks/cryptsetup-luks.nm @@ -45,7 +45,7 @@ build ./configure \ %{configure_options} - make %{PARALELLISMFLAGS} + make %{PARALLELISMFLAGS} end install_cmds diff --git a/libsepol/libsepol.nm b/libsepol/libsepol.nm index 43b6466f9..ac647815e 100644 --- a/libsepol/libsepol.nm +++ b/libsepol/libsepol.nm @@ -26,7 +26,7 @@ build build make clean - make CFLAGS="%{CFLAGS}" %{PARALELLISMFLAGS} + make CFLAGS="%{CFLAGS}" %{PARALLELISMFLAGS} end # Install libraries to correct place. diff --git a/libsolv/libsolv.nm b/libsolv/libsolv.nm index 7b8413421..e1c8d1d63 100644 --- a/libsolv/libsolv.nm +++ b/libsolv/libsolv.nm @@ -46,7 +46,7 @@ build -DENABLE_PERL=0 \ -DENABLE_PYTHON=0 \ -DENABLE_RUBY=0 - make %{PARALELLISMFLAGS} + make %{PARALLELISMFLAGS} end install diff --git a/subversion/subversion.nm b/subversion/subversion.nm index 98a1ad387..aab24ffbf 100644 --- a/subversion/subversion.nm +++ b/subversion/subversion.nm @@ -55,14 +55,14 @@ build install_cmds # Build / Install perl bindings. - make swig-pl-lib %{PARALELLISMFLAGS} + make swig-pl-lib %{PARALLELISMFLAGS} make install-swig-pl-lib DESTDIR=%{BUILDROOT} cd subversion/bindings/swig/perl/native # Doesn't allow OPTIMIZE="%{CFLAGS}". perl Makefile.PL INSTALLDIRS=vendor - make %{PARALELLISMFLAGS} + make %{PARALLELISMFLAGS} make pure_install PERL_INSTALL_ROOT=%{BUILDROOT} end end diff --git a/xen/xen.nm b/xen/xen.nm index 3647cd76c..0ef817861 100644 --- a/xen/xen.nm +++ b/xen/xen.nm @@ -61,8 +61,8 @@ build build # Have to build it this way, else parts of the xen stubdom \ # would get build too. - make dist-xen %{PARALELLISMFLAGS} - make dist-tools %{PARALELLISMFLAGS} + make dist-xen %{PARALLELISMFLAGS} + make dist-tools %{PARALLELISMFLAGS} end # Only install xen and tools diff --git a/xorg-x11-font-utils/xorg-x11-font-utils.nm b/xorg-x11-font-utils/xorg-x11-font-utils.nm index b849bd4cd..651453102 100644 --- a/xorg-x11-font-utils/xorg-x11-font-utils.nm +++ b/xorg-x11-font-utils/xorg-x11-font-utils.nm @@ -51,7 +51,7 @@ build autoconf ./configure %{configure_options} - make %{PARALELLISMFLAGS} + make %{PARALLELISMFLAGS} fi done end diff --git a/xorg-x11-fonts/xorg-x11-fonts.nm b/xorg-x11-fonts/xorg-x11-fonts.nm index 856df62e7..4639b26cd 100644 --- a/xorg-x11-fonts/xorg-x11-fonts.nm +++ b/xorg-x11-fonts/xorg-x11-fonts.nm @@ -94,7 +94,7 @@ build cd ${dir} ./configure %{configure_options} - make %{PARALELLISMFLAGS} + make %{PARALLELISMFLAGS} fi done end diff --git a/xorg-x11-proto-devel/xorg-x11-proto-devel.nm b/xorg-x11-proto-devel/xorg-x11-proto-devel.nm index 40dc3b971..ec1eb9c2d 100644 --- a/xorg-x11-proto-devel/xorg-x11-proto-devel.nm +++ b/xorg-x11-proto-devel/xorg-x11-proto-devel.nm @@ -69,7 +69,7 @@ build [ -e configure ] || ./autogen.sh ./configure %{configure_options} - make %{PARALELLISMFLAGS} + make %{PARALLELISMFLAGS} done end diff --git a/xorg-x11-xkb-utils/xorg-x11-xkb-utils.nm b/xorg-x11-xkb-utils/xorg-x11-xkb-utils.nm index c7d194e79..2b5c14dd0 100644 --- a/xorg-x11-xkb-utils/xorg-x11-xkb-utils.nm +++ b/xorg-x11-xkb-utils/xorg-x11-xkb-utils.nm @@ -50,7 +50,7 @@ build rm -vf xkbparse.c # force regen ./configure %{configure_options} - make %{PARALELLISMFLAGS} + make %{PARALLELISMFLAGS} done end