packages: rrdtool/rrdtool.spec - added -j1 to make install, fixes problem w...

hawk hawk at pld-linux.org
Sat Feb 27 15:57:32 CET 2010


Author: hawk                         Date: Sat Feb 27 14:57:32 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- added -j1 to make install, fixes problem with file being copied to dir
  which was created later

---- Files affected:
packages/rrdtool:
   rrdtool.spec (1.146 -> 1.147) 

---- Diffs:

================================================================
Index: packages/rrdtool/rrdtool.spec
diff -u packages/rrdtool/rrdtool.spec:1.146 packages/rrdtool/rrdtool.spec:1.147
--- packages/rrdtool/rrdtool.spec:1.146	Fri Jan 29 20:19:38 2010
+++ packages/rrdtool/rrdtool.spec	Sat Feb 27 15:57:27 2010
@@ -12,7 +12,7 @@
 Summary(uk.UTF-8):	RRDtool - це система зберігання та показу серійних даних
 Name:		rrdtool
 Version:	1.3.8
-Release:	2
+Release:	3
 License:	GPL v2+ + FLOSS exception
 Group:		Applications/Databases
 Source0:	http://oss.oetiker.ch/rrdtool/pub/%{name}-%{version}.tar.gz
@@ -244,7 +244,7 @@
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_examplesdir}/%{name}-%{version}
 
-%{__make} install \
+%{__make} -j1 install \
 	DESTDIR=$RPM_BUILD_ROOT \
 	perl_sitearch=%{perl_vendorarch} \
 	pythondir=%{py_sitedir} \
@@ -323,6 +323,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.147  2010/02/27 14:57:27  hawk
+- added -j1 to make install, fixes problem with file being copied to dir
+  which was created later
+
 Revision 1.146  2010/01/29 19:19:38  sparky
 - BR: gettext-devel, intltool
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/rrdtool/rrdtool.spec?r1=1.146&r2=1.147&f=u



More information about the pld-cvs-commit mailing list