SPECS: vim.spec - parallel install breaks man pages installation

arekm arekm at pld-linux.org
Mon Apr 30 21:49:14 CEST 2007


Author: arekm                        Date: Mon Apr 30 19:49:14 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- parallel install breaks man pages installation

---- Files affected:
SPECS:
   vim.spec (1.386 -> 1.387) 

---- Diffs:

================================================================
Index: SPECS/vim.spec
diff -u SPECS/vim.spec:1.386 SPECS/vim.spec:1.387
--- SPECS/vim.spec:1.386	Mon Apr 30 21:11:32 2007
+++ SPECS/vim.spec	Mon Apr 30 21:49:08 2007
@@ -861,7 +861,7 @@
 	$RPM_BUILD_ROOT{/bin,%{_mandir}/man1,%{_datadir}/vim} \
 	$RPM_BUILD_ROOT%{_desktopdir}
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT
 
 rm -f $RPM_BUILD_ROOT%{_bindir}/*
@@ -1238,6 +1238,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.387  2007/04/30 19:49:08  arekm
+- parallel install breaks man pages installation
+
 Revision 1.386  2007/04/30 19:11:32  arekm
 - extra tarball is used again for sake of easy patching; up to patchlevel 235
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/vim.spec?r1=1.386&r2=1.387&f=u



More information about the pld-cvs-commit mailing list