This commit is contained in:
committed by
Git OBS Bridge
parent
8e149dc6e5
commit
609fb0a566
16
bash.spec
16
bash.spec
@@ -21,7 +21,7 @@ Requires: /%{_lib}/libreadline.so.%{rl_vers}
|
||||
Recommends: bash-doc = %bash_vers
|
||||
Autoreqprov: on
|
||||
Version: 3.2
|
||||
Release: 44
|
||||
Release: 49
|
||||
Summary: The GNU Bourne-Again Shell
|
||||
URL: http://www.gnu.org/software/bash/bash.html
|
||||
Source0: bash-%{bash_vers}.tar.bz2
|
||||
@@ -47,7 +47,6 @@ Patch21: readline-4.3-input.dif
|
||||
Patch22: readline-5.2-wrap.patch
|
||||
Patch23: readline-5.2-conf.patch
|
||||
Patch30: readline-5.1-destdir.patch
|
||||
Patch31: readline-5.2-update-line.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -69,7 +68,7 @@ Summary: Documentation how to Use the GNU Bourne-Again Shell
|
||||
Group: Documentation/Man
|
||||
Provides: bash:/usr/share/info/bash.info.gz
|
||||
Version: 3.2
|
||||
Release: 3
|
||||
Release: 8
|
||||
Autoreqprov: on
|
||||
|
||||
%description -n bash-doc
|
||||
@@ -88,7 +87,7 @@ Summary: The Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: bash:/%{_lib}/libreadline.so.5
|
||||
Version: 5.2
|
||||
Release: 3
|
||||
Release: 8
|
||||
Recommends: readline-doc = %{version}
|
||||
Provides: readline = 5.2
|
||||
Obsoletes: readline <= 5.2
|
||||
@@ -111,7 +110,7 @@ Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: bash:/usr/%{_lib}/libreadline.a
|
||||
Version: 5.2
|
||||
Release: 44
|
||||
Release: 49
|
||||
Requires: libreadline5 = %{version}
|
||||
Requires: ncurses-devel
|
||||
Requires: /%{_lib}/libhistory.so.%{rl_vers}
|
||||
@@ -135,7 +134,7 @@ Summary: Documentation how to Use and Programm with the Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: readline:/usr/share/info/readline.info.gz
|
||||
Version: 5.2
|
||||
Release: 3
|
||||
Release: 8
|
||||
Autoreqprov: on
|
||||
|
||||
%description -n readline-doc
|
||||
@@ -172,7 +171,7 @@ unset p
|
||||
for p in ../readline-%{rl_vers}-patches/*; do
|
||||
test -e $p || break
|
||||
case "${p##*/}" in
|
||||
readline52-001)
|
||||
readline52-00[1234])
|
||||
echo Patch ${p##*/} already part of bash32-006
|
||||
continue
|
||||
;;
|
||||
@@ -195,7 +194,6 @@ done
|
||||
%patch22 -p2 -b .wrap
|
||||
%patch23 -p2 -b .conf
|
||||
%patch30 -p0 -b .destdir
|
||||
%patch31 -p0
|
||||
%patch20 -p0
|
||||
|
||||
%build
|
||||
@@ -398,6 +396,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_defaultdocdir}/readline/
|
||||
|
||||
%changelog
|
||||
* Sat Aug 11 2007 - schwab@suse.de
|
||||
- Add bash patches 10-17.
|
||||
* Sat Aug 04 2007 - dmueller@suse.de
|
||||
- fix devel requires
|
||||
* Fri Aug 03 2007 - schwab@suse.de
|
||||
|
Reference in New Issue
Block a user