From b9556330761ff21af6870082f953ec8f44d04323 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 20:45:33 +0100 Subject: [PATCH] automatic version update by autodist [release 5.1-1mamba;Thu Dec 10 2020] --- bash.spec | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/bash.spec b/bash.spec index e4167af..59c9da8 100644 --- a/bash.spec +++ b/bash.spec @@ -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 5.1-1mamba +- automatic version update by autodist + * Thu Aug 20 2020 Automatic Build System 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 2.05b-4qilnx +* Tue Apr 22 2003 Silvan Calarco 2.05b-4qilnx - removed Prefix variable definition - corrected infodir and mandir locations