From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Date: Mon, 25 May 2020 15:38:11 +0300 From: "Dmitry V. Levin" To: ALT Devel discussion list Message-ID: <20200525123811.GA31187@altlinux.org> References: <20200525123330.8FD6084402CF@gitery.altlinux.org> MIME-Version: 1.0 Content-Type: text/plain; charset=koi8-r Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20200525123330.8FD6084402CF@gitery.altlinux.org> Subject: Re: [devel] [SCM] packages/opencc: heads/sisyphus X-BeenThere: devel@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Team development discussions List-Id: ALT Linux Team development discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 May 2020 12:38:11 -0000 Archived-At: List-Archive: List-Post: On Mon, May 25, 2020 at 12:33:30PM +0000, Andrey Cherepanov wrote: > Update of /people/cas/packages/opencc.git [...] > Changelog since common ancestor `1.1.1-alt1' follows: > commit e5df37bee182c03dedb065f9b206eebedf2b320d > Author: Andrey Cherepanov > Date: Mon May 25 15:33:01 2020 +0300 > > 1.1.1-alt2 > > - Use rpm-build-ninja for build. > - Really use four threads to build by ninja-build. > > Full diff since common ancestor `1.1.1-alt1' follows: > diff --git a/opencc.spec b/opencc.spec > index 16b9dd2..2106d71 100644 > --- a/opencc.spec > +++ b/opencc.spec > @@ -54,8 +54,8 @@ developing applications that use %{name}. > %build > %cmake -GNinja -DBUILD_DOCUMENTATION=ON > export LD_LIBRARY_PATH=%_builddir/%name-%version/BUILD/src > -# Build in one thread to prevent race condition > -export NPROCS=4 > +# Build in four threads to prevent race condition > +%define __nprocs 4 > %ninja_build -C BUILD > > %install ώΤΟ άΤΟ? -- ldv