build seems to be racy now, removing parallel build for now
This commit is contained in:
parent
ae3fd40189
commit
f5bfd3f764
7
bc.spec
7
bc.spec
@ -1,7 +1,7 @@
|
|||||||
Summary: GNU's bc (a numeric processing language) and dc (a calculator)
|
Summary: GNU's bc (a numeric processing language) and dc (a calculator)
|
||||||
Name: bc
|
Name: bc
|
||||||
Version: 1.07
|
Version: 1.07
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
URL: http://www.gnu.org/software/bc/
|
URL: http://www.gnu.org/software/bc/
|
||||||
Group: Applications/Engineering
|
Group: Applications/Engineering
|
||||||
@ -28,7 +28,7 @@ if you would like to use its text mode calculator.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-readline
|
%configure --with-readline
|
||||||
make %{?_smp_mflags}
|
make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR=$RPM_BUILD_ROOT
|
make install DESTDIR=$RPM_BUILD_ROOT
|
||||||
@ -60,6 +60,9 @@ fi
|
|||||||
%{_infodir}/*
|
%{_infodir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon May 15 2017 Ondrej Vasik <ovasik@redhat.com> - 1.07-2
|
||||||
|
- build seems to be racy now, removing parallel build for now
|
||||||
|
|
||||||
* Wed May 10 2017 Ondrej Vasik <ovasik@redhat.com> - 1.07-1
|
* Wed May 10 2017 Ondrej Vasik <ovasik@redhat.com> - 1.07-1
|
||||||
- new upstream version 1.07, dropped patches already appllied
|
- new upstream version 1.07, dropped patches already appllied
|
||||||
in usptream version
|
in usptream version
|
||||||
|
Loading…
Reference in New Issue
Block a user