Author: glen Date: Mon May 14 09:44:04 2012 GMT
Module: packages Tag: AC-DEVEL
---- Log message:
- make -j1 as it again created 0 byte poldek.conf
---- Files affected:
packages/poldek:
poldek.spec (1.315.2.33 -> 1.315.2.34)
---- Diffs:
================================================================
Index: packages/poldek/poldek.spec
diff -u packages/poldek/poldek.spec:1.315.2.33
packages/poldek/poldek.spec:1.315.2.34
--- packages/poldek/poldek.spec:1.315.2.33 Mon May 14 11:39:25 2012
+++ packages/poldek/poldek.spec Mon May 14 11:43:59 2012
@@ -225,18 +225,18 @@
%{!?with_imode:--disable-imode} \
--enable-nls \
%{?with_python:--with-python}
-%{__make}
+%{__make} -j1
# --enable-trace
%install
rm -rf $RPM_BUILD_ROOT
install -d $RPM_BUILD_ROOT{%{_sysconfdir}/%{name}/repos.d,/var/cache/%{name}}
-%{__make} install \
+%{__make} install -j1 \
DESTDIR=$RPM_BUILD_ROOT
%if %{with python}
-%{__make} -C python install \
+%{__make} -C python -j1 install \
DESTDIR=$RPM_BUILD_ROOT \
libdir=%{py_sitedir}
%endif
@@ -453,6 +453,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.315.2.34 2012/05/14 09:43:59 glen
+- make -j1 as it again created 0 byte poldek.conf
+
Revision 1.315.2.33 2012/05/14 09:39:25 glen
- release 11
================================================================
---- CVS-web:
http://cvs.pld-linux.org/packages/poldek/poldek.spec?r1=1.315.2.33&r2=1.315.2.34
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit