]> git.pld-linux.org Git - packages/poldek.git/commitdiff
- rel 11; -j1 untill poldek.conf trashing is correctly fixed auto/th/poldek-0_30-1_rc5_11
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 6 Apr 2012 10:00:40 +0000 (10:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    poldek.spec -> 1.448

poldek.spec

index 17a5dac7bbadfd8e008a81ea3e6d2ea6de984fa7..a7e2e3a380f71d3d58599b5763617edc8b3013cb 100644 (file)
@@ -17,7 +17,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
@@ -234,18 +234,18 @@ CPPFLAGS="-std=gnu99"
        %{!?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
This page took 0.042532 seconds and 4 git commands to generate.