automatic version update by autodist [release 5.1-1mamba;Thu Dec 10 2020]
This commit is contained in:
parent
7c920f513a
commit
b955633076
20
bash.spec
20
bash.spec
@ -2,7 +2,7 @@
|
|||||||
%define majver %(echo %version | cut -d. -f1-2)
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
Name: bash
|
Name: bash
|
||||||
Version: 5.0.018
|
Version: 5.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: The GNU Bourne Again shell (bash)
|
Summary: The GNU Bourne Again shell (bash)
|
||||||
Group: Applications/Shells
|
Group: Applications/Shells
|
||||||
@ -40,8 +40,6 @@ Requires(post): chkconfig
|
|||||||
Provides: /bin/sh
|
Provides: /bin/sh
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Bash (Bourne Again shell) is the shell, or command language interpreter, that will appear in the GNU operating system.
|
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).
|
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.
|
This package includes doc guide examples and manual for bash.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{name}-%{majver} -a1
|
%setup -q -n %{name}-%{majver} -a1
|
||||||
#%patch0 -p1 -b .bash-requires
|
#%patch0 -p1 -b .bash-requires
|
||||||
for f in bash-patchset-%{version}/*; do
|
for f in `find bash-patchset-%{version} -mindepth 1`; do
|
||||||
[ -e $f ] && patch -p0 < $f
|
[ -e $f ] && patch -p0 < $f
|
||||||
done
|
done
|
||||||
|
|
||||||
%if "%{_host}" != "%{_build}"
|
%if "%{_host}" != "%{_build}"
|
||||||
@ -97,10 +97,13 @@ case %{_host_cpu} in ppc|powerpc) install %{S:5} config.cache ;; esac
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%configure \
|
%configure \
|
||||||
-C --with-bash-malloc=no \
|
-C \
|
||||||
|
--with-bash-malloc=no \
|
||||||
--bindir=/bin \
|
--bindir=/bin \
|
||||||
--libdir=%{_prefix}/lib \
|
--libdir=%{_prefix}/lib \
|
||||||
--with-curses \
|
--with-curses \
|
||||||
|
--enable-readline \
|
||||||
|
--with-installed-readline \
|
||||||
%if "%{_host}" != "%{_build}"
|
%if "%{_host}" != "%{_build}"
|
||||||
bash_cv_job_control_missing=present
|
bash_cv_job_control_missing=present
|
||||||
%endif
|
%endif
|
||||||
@ -185,6 +188,9 @@ exit 0
|
|||||||
%{_docdir}/bash/*
|
%{_docdir}/bash/*
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Aug 20 2020 Automatic Build System <autodist@mambasoft.it> 5.0.018-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
@ -410,6 +416,6 @@ exit 0
|
|||||||
- added patches from ufficial site
|
- added patches from ufficial site
|
||||||
- specfile updated
|
- 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
|
- removed Prefix variable definition
|
||||||
- corrected infodir and mandir locations
|
- corrected infodir and mandir locations
|
||||||
|
Loading…
Reference in New Issue
Block a user