rebuilt with debug package [release 1.07.1-2mamba;Sat Nov 28 2020]
This commit is contained in:
parent
58d1a42d05
commit
43bbc3e33d
11
bc.spec
11
bc.spec
@ -1,6 +1,6 @@
|
||||
Name: bc
|
||||
Version: 1.07.1
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: GNU interactive algebraic language
|
||||
Group: Applications/Mathematics
|
||||
Vendor: openmamba
|
||||
@ -16,12 +16,15 @@ Patch4: %{name}-1.06-readline42.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: ldconfig
|
||||
BuildRequires: libfl-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libreadline-devel
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: flex
|
||||
BuildRequires: bison
|
||||
BuildRequires: texinfo
|
||||
BuildRequires: ed
|
||||
Requires(post): %{__install_info}
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
@ -34,8 +37,11 @@ Bc is a utility included in the POSIX P1003.2/D11 draft standard.
|
||||
This version does not use the historical method of having bc be a calculator for the dc calculator (the POSIX document doesn't specify how bc must be implemented).
|
||||
This version has a single executable that both compiles the language and runs the resulting 'byte code.' The byte code is not the dc language.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%define _default_patch_fuzz 2
|
||||
%patch0 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
@ -75,6 +81,9 @@ exit 0
|
||||
# FAQ NEWS README Examples/* Changelog
|
||||
|
||||
%changelog
|
||||
* Sat Nov 28 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07.1-2mamba
|
||||
- rebuilt with debug package
|
||||
|
||||
* Sat Jun 17 2017 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07.1-1mamba
|
||||
- update to 1.07.1
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user