From: Jakub Bogusz Date: Thu, 11 Dec 2014 20:54:43 +0000 (+0100) Subject: - build is racy, use -j1; release 2 X-Git-Tag: auto/th/udt-4.11-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=c7bcc43834c3c2e840fbd8278bd80cafdc707029;p=packages%2Fudt.git - build is racy, use -j1; release 2 --- diff --git a/udt.spec b/udt.spec index 0de37aa..773b0bb 100644 --- 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