From 4fb02f969d3a57f4fba964774d9e013df021a0d4 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Mon, 29 Dec 2025 13:57:49 +0000 Subject: [PATCH] bc 1.08.1 --- bc.spec | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 bc.spec diff --git a/bc.spec b/bc.spec new file mode 100644 index 0000000..4627bc8 --- /dev/null +++ b/bc.spec @@ -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 +-