update to 1.08.1 [release 1.08.1-1mamba;Sun Jan 12 2025]
This commit is contained in:
parent
887f8d24d5
commit
c8a1633c78
18
bc.spec
18
bc.spec
@ -1,18 +1,17 @@
|
||||
Name: bc
|
||||
Version: 1.07.1
|
||||
Release: 3mamba
|
||||
Version: 1.08.1
|
||||
Release: 1mamba
|
||||
Summary: GNU interactive algebraic language
|
||||
Group: Applications/Mathematics
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://directory.fsf.org/wiki/GNU/bc
|
||||
URL: https://www.gnu.org/software/bc/
|
||||
Source: https://ftp.gnu.org/gnu/bc/bc-%{version}.tar.gz
|
||||
Patch0: %{name}-1.06-info_direntry.patch
|
||||
License: GPL
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libfl-devel
|
||||
BuildRequires: libncurses-devel
|
||||
BuildRequires: libreadline-devel
|
||||
## AUTOBUILDREQ-END
|
||||
@ -28,12 +27,10 @@ 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.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%define _default_patch_fuzz 2
|
||||
%patch0 -p1
|
||||
%patch 0 -p1
|
||||
|
||||
%build
|
||||
%configure --with-readline
|
||||
@ -48,12 +45,12 @@ rm -f %{buildroot}%{_infodir}/dir
|
||||
%post
|
||||
%install_info %{name}.info
|
||||
%install_info dc.info
|
||||
exit 0
|
||||
:
|
||||
|
||||
%preun
|
||||
%uninstall_info %{name}.info
|
||||
%uninstall_info dc.info
|
||||
exit 0
|
||||
:
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
@ -70,6 +67,9 @@ exit 0
|
||||
# FAQ NEWS README Examples/* Changelog
|
||||
|
||||
%changelog
|
||||
* Sun Jan 12 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 1.08.1-1mamba
|
||||
- update to 1.08.1
|
||||
|
||||
* Fri May 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07.1-3mamba
|
||||
- specfile cleanups
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user