X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=libguestfs.spec.in;h=684f272c6908aed9c7d6e0c3abd5ab84b88a3475;hp=dd67b802468e973e516012946e27f229113fc5f4;hb=a4d88af2c13692e38fb7cfce77b082cee6e0462f;hpb=5aa57fbd34eb34922719d08712303b9d73ec215f diff --git a/libguestfs.spec.in b/libguestfs.spec.in index dd67b80..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 @@ -421,9 +418,12 @@ rm -rf $RPM_BUILD_ROOT %changelog -* Fri Apr 24 2009 Richard Jones - @VERSION@-1 +* Tue Apr 28 2009 Richard Jones - @VERSION@-1 - New upstream version @VERSION@. +* Tue Apr 28 2009 Richard Jones - 1.0.15-1 +- New upstream version 1.0.15. + * Fri Apr 24 2009 Richard Jones - 1.0.12-1 - New upstream version 1.0.12.