]> git.pld-linux.org Git - packages/spice-gtk.git/commitdiff
- try with -j1
authorArtur Frysiak <artur@frysiak.net>
Tue, 25 Oct 2011 18:43:22 +0000 (18:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    spice-gtk.spec -> 1.4

spice-gtk.spec

index cb4a30e3ce01b359c511f96bec0dc086b26f41ac..18a7f8ae1f80223a59c67e3069bf6e503c9da7a5 100644 (file)
@@ -209,14 +209,14 @@ cd gtk2
        --disable-silent-rules \
        --with-gtk=2.0 \
        --with-html-dir=%{_gtkdocdir}
-%{__make}
+%{__make} -j1
 
 cd ../gtk3
 ../%configure \
        --disable-silent-rules \
        --with-gtk=3.0 \
        --with-html-dir=%{_gtkdocdir}
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.036438 seconds and 4 git commands to generate.