packages: ipfm/ipfm.spec - make -j1 or it fails randomly
hawk
hawk at pld-linux.org
Tue Jun 8 10:54:12 CEST 2010
Author: hawk Date: Tue Jun 8 08:54:12 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- make -j1 or it fails randomly
---- Files affected:
packages/ipfm:
ipfm.spec (1.41 -> 1.42)
---- Diffs:
================================================================
Index: packages/ipfm/ipfm.spec
diff -u packages/ipfm/ipfm.spec:1.41 packages/ipfm/ipfm.spec:1.42
--- packages/ipfm/ipfm.spec:1.41 Tue Jun 8 10:07:41 2010
+++ packages/ipfm/ipfm.spec Tue Jun 8 10:54:06 2010
@@ -9,7 +9,7 @@
Summary(pl.UTF-8): IP Flow Meter - program analizujący wykorzystanie łącza
Name: ipfm
Version: 0.12.0
-Release: 0.%{snap}%{?with_mysql:.mysql}.1
+Release: 0.%{snap}%{?with_mysql:.mysql}.2
Epoch: 1
License: GPL
Group: Networking/Utilities
@@ -50,14 +50,14 @@
%build
%{__autoconf}
%configure
-%{__make} \
+%{__make} -j1 \
CFLAGS="%{rpmcflags}"
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sbindir},/etc/rc.d/init.d}
-%{__make} install \
+%{__make} -j1 install \
ROOT=$RPM_BUILD_ROOT
install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/%{name}
@@ -97,6 +97,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.42 2010/06/08 08:54:06 hawk
+- make -j1 or it fails randomly
+
Revision 1.41 2010/06/08 08:07:41 hawk
- updated to 0.12.0rc1
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/ipfm/ipfm.spec?r1=1.41&r2=1.42&f=u
More information about the pld-cvs-commit
mailing list