Author: arekm                        Date: Fri Apr  6 10:00:45 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 11; -j1 untill poldek.conf trashing is correctly fixed

---- Files affected:
packages/poldek:
   poldek.spec (1.447 -> 1.448) 

---- Diffs:

================================================================
Index: packages/poldek/poldek.spec
diff -u packages/poldek/poldek.spec:1.447 packages/poldek/poldek.spec:1.448
--- packages/poldek/poldek.spec:1.447   Wed Apr  4 11:19:51 2012
+++ packages/poldek/poldek.spec Fri Apr  6 12:00:40 2012
@@ -18,7 +18,7 @@
 %define        ver_rpm 4.5-49
 
 %define                snap    rc5
-%define                rel     10
+%define                rel     11
 Summary:       RPM packages management helper tool
 Summary(hu.UTF-8):     RPM csomagkezelést segítő eszköz
 Summary(pl.UTF-8):     Pomocnicze narzędzie do zarządzania pakietami RPM
@@ -235,18 +235,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
@@ -497,6 +497,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.448  2012/04/06 10:00:40  arekm
+- rel 11; -j1 untill poldek.conf trashing is correctly fixed
+
 Revision 1.447  2012/04/04 09:19:51  glen
 - patch poldek.conf.xml to get poldek-config.patch applied, as poldek.conf 
gets overwritten even if timestamp apparently is newer
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/poldek/poldek.spec?r1=1.447&r2=1.448

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to