bc 1.08.1
This commit is contained in:
commit
4fb02f969d
1 changed files with 41 additions and 0 deletions
41
bc.spec
Normal file
41
bc.spec
Normal file
|
|
@ -0,0 +1,41 @@
|
||||||
|
Name: bc
|
||||||
|
Version: 1.08.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: bc is an arbitrary precision numeric processing language
|
||||||
|
|
||||||
|
License: GPL-3+
|
||||||
|
URL: http://www.gnu.org/software/bc
|
||||||
|
Source0: https://mirror.tochlab.net/pub/gnu/bc/bc-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc make texinfo
|
||||||
|
Requires: bash
|
||||||
|
|
||||||
|
%description
|
||||||
|
bc is an arbitrary precision numeric processing language.
|
||||||
|
Syntax is similar to C, but differs in many substantial areas.
|
||||||
|
It supports interactive execution of statements.
|
||||||
|
bc is a utility included in the POSIX P1003.2/D11 draft standard.
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/bc
|
||||||
|
%{_bindir}/dc
|
||||||
|
%{_datadir}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Dec 29 2025 Dmitrii Tochanskii <tochanskiy@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue