From f5bfd3f764d17f39f02c687c7c72ea6e8b5826a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Va=C5=A1=C3=ADk?= Date: Mon, 15 May 2017 11:45:01 +0200 Subject: [PATCH] build seems to be racy now, removing parallel build for now --- bc.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/bc.spec b/bc.spec index faae844..6156449 100644 --- a/bc.spec +++ b/bc.spec @@ -1,7 +1,7 @@ Summary: GNU's bc (a numeric processing language) and dc (a calculator) Name: bc Version: 1.07 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2+ URL: http://www.gnu.org/software/bc/ Group: Applications/Engineering @@ -28,7 +28,7 @@ if you would like to use its text mode calculator. %build %configure --with-readline -make %{?_smp_mflags} +make %install make install DESTDIR=$RPM_BUILD_ROOT @@ -60,6 +60,9 @@ fi %{_infodir}/* %changelog +* Mon May 15 2017 Ondrej Vasik - 1.07-2 +- build seems to be racy now, removing parallel build for now + * Wed May 10 2017 Ondrej Vasik - 1.07-1 - new upstream version 1.07, dropped patches already appllied in usptream version