[packages/gnome-documents] - disable parallel make - rel 2

baggins baggins at pld-linux.org
Sun Aug 18 10:57:33 CEST 2013


commit 77c7805b2c6b7cc71a3563d5a83fc544eda34fc4
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Aug 18 10:57:23 2013 +0200

    - disable parallel make
    - rel 2

 gnome-documents.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gnome-documents.spec b/gnome-documents.spec
index 912af3b..a2e5e47 100644
--- a/gnome-documents.spec
+++ b/gnome-documents.spec
@@ -1,7 +1,7 @@
 Summary:	Document manager for GNOME
 Name:		gnome-documents
 Version:	3.8.3.1
-Release:	1
+Release:	2
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-documents/3.8/%{name}-%{version}.tar.xz
@@ -60,12 +60,12 @@ gnome-documents is a document manager application for GNOME.
 %{__automake}
 %configure \
 	--disable-silent-rules
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 %{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-documents/*.la
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gnome-documents.git/commitdiff/77c7805b2c6b7cc71a3563d5a83fc544eda34fc4



More information about the pld-cvs-commit mailing list