tizen 2.3 release tizen_2.3 submit/tizen_2.3/20150202.102323 tizen_2.3_release
authorjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 06:21:04 +0000 (15:21 +0900)
committerjk7744.park <jk7744.park@samsung.com>
Sun, 1 Feb 2015 06:21:04 +0000 (15:21 +0900)
packaging/coreutils.spec

index 35259c7..1708c32 100644 (file)
@@ -100,7 +100,7 @@ chmod a+x tests/ls/x-option
 pushd ../mktemp-%{mktemp_version}
 patch -p1 < %{PATCH1001}
 %configure
-make
+make %{?_smp_mflags}
 popd
 
 %ifarch s390 s390x
@@ -113,7 +113,7 @@ export CFLAGS="$RPM_OPT_FLAGS -fpic"
 %configure %{?!nopam:--enable-pam} \
             --disable-nls \
            DEFAULT_POSIX2_VERSION=200112 alternative=199209 || :
-make all \
+make %{?_smp_mflags} all \
          %{?!nopam:CPPFLAGS="-DUSE_PAM"} \
          su_LDFLAGS="-pie %{?!nopam:-lpam -lpam_misc}"
 
@@ -121,9 +121,6 @@ make all \
 sed -i -e 's,/etc/utmp,/var/run/utmp,g;s,/etc/wtmp,/var/run/wtmp,g' doc/coreutils.texi
 
 
-%check
-#make check
-
 %install
 rm -rf $RPM_BUILD_ROOT