This commit is contained in:
parent
4b64ff89a5
commit
1f9f5604c2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 28 11:49:28 CET 2008 - dmueller@suse.de
|
||||
|
||||
- remove invalid filerequires, the libreadline5 dependency is enough
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 28 16:12:25 CET 2008 - schwab@suse.de
|
||||
|
||||
|
17
bash.spec
17
bash.spec
@ -10,6 +10,7 @@
|
||||
|
||||
# norootforbuild
|
||||
|
||||
|
||||
Name: bash
|
||||
BuildRequires: bison ncurses-devel
|
||||
License: GPL v2 or later
|
||||
@ -19,7 +20,7 @@ Group: System/Shells
|
||||
Recommends: bash-doc = %bash_vers
|
||||
AutoReqProv: on
|
||||
Version: 3.2
|
||||
Release: 81
|
||||
Release: 88
|
||||
Summary: The GNU Bourne-Again Shell
|
||||
Url: http://www.gnu.org/software/bash/bash.html
|
||||
Source0: bash-%{bash_vers}.tar.bz2
|
||||
@ -74,7 +75,7 @@ Group: Documentation/Man
|
||||
Provides: bash:%{_infodir}/bash.info.gz
|
||||
PreReq: %install_info_prereq
|
||||
Version: 3.2
|
||||
Release: 40
|
||||
Release: 47
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n bash-doc
|
||||
@ -93,7 +94,7 @@ Summary: The Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: bash:/%{_lib}/libreadline.so.5
|
||||
Version: 5.2
|
||||
Release: 40
|
||||
Release: 47
|
||||
Recommends: readline-doc = %{version}
|
||||
Provides: readline = 5.2
|
||||
Obsoletes: readline <= 5.2
|
||||
@ -112,15 +113,13 @@ Authors:
|
||||
Chet Ramey <chet@ins.cwru.edu>
|
||||
|
||||
%package -n readline-devel
|
||||
Summary: Include Files and Libraries mandatory for Development.
|
||||
Summary: Include Files and Libraries mandatory for Development
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: bash:%{_libdir}/libreadline.a
|
||||
Version: 5.2
|
||||
Release: 81
|
||||
Release: 88
|
||||
Requires: libreadline5 = %{version}
|
||||
Requires: ncurses-devel
|
||||
Requires: /%{_lib}/libhistory.so.%{rl_vers}
|
||||
Requires: /%{_lib}/libreadline.so.%{rl_vers}
|
||||
Recommends: readline-doc = %{version}
|
||||
AutoReqProv: on
|
||||
|
||||
@ -141,7 +140,7 @@ Group: System/Libraries
|
||||
Provides: readline:%{_infodir}/readline.info.gz
|
||||
PreReq: %install_info_prereq
|
||||
Version: 5.2
|
||||
Release: 40
|
||||
Release: 47
|
||||
AutoReqProv: on
|
||||
|
||||
%description -n readline-doc
|
||||
@ -398,6 +397,8 @@ EOF
|
||||
%doc %{_defaultdocdir}/readline/
|
||||
|
||||
%changelog
|
||||
* Thu Feb 28 2008 dmueller@suse.de
|
||||
- remove invalid filerequires, the libreadline5 dependency is enough
|
||||
* Mon Jan 28 2008 schwab@suse.de
|
||||
- Add bash patches 26-33.
|
||||
* Tue Jan 08 2008 werner@suse.de
|
||||
|
Loading…
Reference in New Issue
Block a user