automatic version update by autodist [release 5.1-1mamba;Thu Dec 10 2020]

This commit is contained in:
Automatic Build System 2024-01-05 20:45:33 +01:00
parent 7c920f513a
commit b955633076

View File

@ -2,7 +2,7 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: bash
Version: 5.0.018
Version: 5.1
Release: 1mamba
Summary: The GNU Bourne Again shell (bash)
Group: Applications/Shells
@ -40,8 +40,6 @@ Requires(post): chkconfig
Provides: /bin/sh
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%debug_package
%description
Bash (Bourne Again shell) is the shell, or command language interpreter, that will appear in the GNU operating system.
Bash is an sh-compatible shell that incorporates useful features from the Korn shell (ksh) and C shell (csh).
@ -79,11 +77,13 @@ In addition, most sh scripts can be run by Bash without modification.
This package includes doc guide examples and manual for bash.
%debug_package
%prep
%setup -q -n %{name}-%{majver} -a1
#%patch0 -p1 -b .bash-requires
for f in bash-patchset-%{version}/*; do
[ -e $f ] && patch -p0 < $f
for f in `find bash-patchset-%{version} -mindepth 1`; do
[ -e $f ] && patch -p0 < $f
done
%if "%{_host}" != "%{_build}"
@ -97,10 +97,13 @@ case %{_host_cpu} in ppc|powerpc) install %{S:5} config.cache ;; esac
%build
%configure \
-C --with-bash-malloc=no \
-C \
--with-bash-malloc=no \
--bindir=/bin \
--libdir=%{_prefix}/lib \
--with-curses \
--enable-readline \
--with-installed-readline \
%if "%{_host}" != "%{_build}"
bash_cv_job_control_missing=present
%endif
@ -185,6 +188,9 @@ exit 0
%{_docdir}/bash/*
%changelog
* Thu Dec 10 2020 Automatic Build System <autodist@mambasoft.it> 5.1-1mamba
- automatic version update by autodist
* Thu Aug 20 2020 Automatic Build System <autodist@mambasoft.it> 5.0.018-1mamba
- automatic version update by autodist
@ -410,6 +416,6 @@ exit 0
- added patches from ufficial site
- specfile updated
* Mon Apr 22 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.05b-4qilnx
* Tue Apr 22 2003 Silvan Calarco <silvan.calarco@qinet.it> 2.05b-4qilnx
- removed Prefix variable definition
- corrected infodir and mandir locations