X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=libguestfs.spec.in;h=684f272c6908aed9c7d6e0c3abd5ab84b88a3475;hp=87dbcd2c92be3201032c0dca0095bb1045fc8c06;hb=89404ec0ba9781b55cb3a87689bcc519e7d73ea2;hpb=141f019348017d0ae217b9c3fd9805a963313d82 diff --git a/libguestfs.spec.in b/libguestfs.spec.in index 87dbcd2..684f272 100644 --- a/libguestfs.spec.in +++ b/libguestfs.spec.in @@ -238,10 +238,8 @@ Requires: jpackage-utils %build %if %{buildnonet} mkdir repo -pushd repo -cp $(find /var/cache/yum/build -name '*.rpm') . -createrepo . -popd +find /var/cache/yum/build -type f -name '*.rpm' -print0 | xargs -0 cp -t repo +createrepo repo %define extra --with-mirror=file://$(pwd)/repo --with-repo=fedora-12 %else %define extra %nil @@ -256,8 +254,7 @@ popd # 'INSTALLDIRS' ensures that perl libs are installed in the vendor dir # not the site dir. -# Uses javac which is incompatible with parallel make. -make INSTALLDIRS=vendor +make INSTALLDIRS=vendor %{?_smp_mflags} %check