]> git.pld-linux.org Git - packages/libindicate.git/commitdiff
- no parallel install auto/th/libindicate-12.10.1-4
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 May 2015 11:24:46 +0000 (13:24 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Sun, 3 May 2015 11:24:46 +0000 (13:24 +0200)
- rel 4

libindicate.spec

index dcc0b871838fa375909e0b6e8a5afe2e4c219ebc..a17c5a0eff24dc12c77824e7d8983613d4b06613 100644 (file)
@@ -17,7 +17,7 @@ Summary:      Libindicate library
 Summary(pl.UTF-8):     Biblioteka libindicate
 Name:          libindicate
 Version:       12.10.1
-Release:       3
+Release:       4
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://launchpad.net/libindicate/12.10/%{version}/+download/%{name}-%{version}.tar.gz
@@ -354,12 +354,12 @@ cd ..
 rm -rf $RPM_BUILD_ROOT
 
 %if %{with gtk2}
-%{__make} -C build-gtk2 install \
+%{__make} -j1 -C build-gtk2 install \
        DESTDIR=$RPM_BUILD_ROOT
 %endif
 
 %if %{with gtk3}
-%{__make} -C build-gtk3 install \
+%{__make} -j1 -C build-gtk3 install \
        DESTDIR=$RPM_BUILD_ROOT
 %endif
 
This page took 0.116464 seconds and 4 git commands to generate.