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
|
Name: bc
|
||||||
Version: 1.07.1
|
Version: 1.08.1
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: GNU interactive algebraic language
|
Summary: GNU interactive algebraic language
|
||||||
Group: Applications/Mathematics
|
Group: Applications/Mathematics
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
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
|
Source: https://ftp.gnu.org/gnu/bc/bc-%{version}.tar.gz
|
||||||
Patch0: %{name}-1.06-info_direntry.patch
|
Patch0: %{name}-1.06-info_direntry.patch
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libfl-devel
|
|
||||||
BuildRequires: libncurses-devel
|
BuildRequires: libncurses-devel
|
||||||
BuildRequires: libreadline-devel
|
BuildRequires: libreadline-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
@ -28,12 +27,10 @@ Syntax is similar to C, but differs in many substantial areas.
|
|||||||
It supports interactive execution of statements.
|
It supports interactive execution of statements.
|
||||||
Bc is a utility included in the POSIX P1003.2/D11 draft standard.
|
Bc is a utility included in the POSIX P1003.2/D11 draft standard.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
%define _default_patch_fuzz 2
|
%define _default_patch_fuzz 2
|
||||||
%patch0 -p1
|
%patch 0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --with-readline
|
%configure --with-readline
|
||||||
@ -48,12 +45,12 @@ rm -f %{buildroot}%{_infodir}/dir
|
|||||||
%post
|
%post
|
||||||
%install_info %{name}.info
|
%install_info %{name}.info
|
||||||
%install_info dc.info
|
%install_info dc.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%uninstall_info %{name}.info
|
%uninstall_info %{name}.info
|
||||||
%uninstall_info dc.info
|
%uninstall_info dc.info
|
||||||
exit 0
|
:
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
@ -70,6 +67,9 @@ exit 0
|
|||||||
# FAQ NEWS README Examples/* Changelog
|
# FAQ NEWS README Examples/* Changelog
|
||||||
|
|
||||||
%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
|
* Fri May 10 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 1.07.1-3mamba
|
||||||
- specfile cleanups
|
- specfile cleanups
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user