OBS User unknown
2009-04-28 22:21:55 +00:00
committed by Git OBS Bridge
parent 39637ed822
commit 2c3ccf72eb
4 changed files with 61 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ Recommends: bash-doc = %bash_vers
Suggests: command-not-found
AutoReqProv: on
Version: 4.0
Release: 8
Release: 9
Summary: The GNU Bourne-Again Shell
Url: http://www.gnu.org/software/bash/bash.html
Source0: ftp://ftp.gnu.org/gnu/bash/bash-%{bash_vers}.tar.bz2
@@ -62,6 +62,8 @@ Patch42: bash-4.0.10-typo.patch
Patch43: readline-6.0-redisplay-sigwinch.patch
Patch44: readline-6.0-display-clear-to-eol.patch
Patch45: bash-4.0.17-globstar.dif
Patch46: readline-6.0-promptlen-screenwidth.patch
Patch47: bash-4.0.17-globstar2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%global _sysconfdir /etc
%global _incdir %{_includedir}
@@ -89,7 +91,7 @@ Group: Documentation/Man
Provides: bash:%{_infodir}/bash.info.gz
PreReq: %install_info_prereq
Version: 4.0
Release: 8
Release: 9
AutoReqProv: on
%description -n bash-doc
@@ -109,7 +111,7 @@ Summary: The Readline Library
Group: System/Libraries
Provides: bash:/%{_lib}/libreadline.so.%{rl_major}
Version: 6.0
Release: 8
Release: 9
Recommends: readline-doc = %{version}
# bug437293
%ifarch ppc64
@@ -138,7 +140,7 @@ Summary: Include Files and Libraries mandatory for Development
Group: Development/Libraries/C and C++
Provides: bash:%{_libdir}/libreadline.a
Version: 6.0
Release: 8
Release: 9
Requires: libreadline6 = %{version}
Requires: ncurses-devel
Recommends: readline-doc = %{version}
@@ -167,7 +169,7 @@ Group: System/Libraries
Provides: readline:%{_infodir}/readline.info.gz
PreReq: %install_info_prereq
Version: 6.0
Release: 8
Release: 9
AutoReqProv: on
%description -n readline-doc
@@ -208,6 +210,7 @@ unset p
%patch40 -p0 -b .pipe
%patch42 -p0 -b .typo
%patch45 -p0 -b .globstar
%patch47 -p0 -b .globstar2
%patch0 -p0
cd ../readline-%{rl_vers}
for p in ../readline-%{rl_vers}-patches/*; do
@@ -221,6 +224,7 @@ done
%patch30 -p0 -b .destdir
%patch43 -p0 -b .sigwinch
%patch44 -p0 -b .cleartoeol
%patch46 -p0 -b .promptlen
%patch20 -p0
%build
@@ -515,6 +519,10 @@ ldd -u -r %{buildroot}%{_libdir}/libreadline.so || true
%doc %{_defaultdocdir}/readline/
%changelog
* Mon Apr 27 2009 werne@suse.de
- Add patches from mailing list:
* fix problem with invisible characters in prompt
* make dir*/** work
* Tue Apr 21 2009 werne@suse.de
- Do not crash on forbidden subdirectories with globstar extension
* Wed Apr 15 2009 werne@suse.de