]> git.pld-linux.org Git - packages/udt.git/commitdiff
- build is racy, use -j1; release 2 auto/th/udt-4.11-2
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Dec 2014 20:54:43 +0000 (21:54 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Dec 2014 20:54:43 +0000 (21:54 +0100)
udt.spec

index 0de37aa4c6ab547ab043013865f11a2148a78b12..773b0bba725124cee1c0ade99c30d049862be36e 100644 (file)
--- a/udt.spec
+++ b/udt.spec
@@ -2,7 +2,7 @@ Summary:        UDP-based Data Transfer library
 Summary(pl.UTF-8):     UDT (UDP-based Data Transfer) - biblioteka transportu danych w oparciu o UDP
 Name:          udt
 Version:       4.11
-Release:       1
+Release:       2
 License:       BSD
 Group:         Libraries
 Source0:       http://downloads.sourceforge.net/udt/udt.sdk.%{version}.tar.gz
@@ -72,7 +72,7 @@ Dokumentacja API biblioteki UDT.
 %{__sed} -i -e '/^CCFLAGS/s/ -O3/ %{rpmcxxflags}/;s/^C++ = .*/C++ = %{__cxx}/' src/Makefile app/Makefile
 
 %build
-%{__make}
+%{__make} -j1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.064113 seconds and 4 git commands to generate.