This commit is contained in:
parent
11bbb1fc69
commit
2b37114326
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 3 18:15:46 CEST 2007 - schwab@suse.de
|
||||
|
||||
- Fix dependencies.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 31 17:32:55 CEST 2007 - werner@suse.de
|
||||
|
||||
|
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: 42
|
||||
Release: 43
|
||||
Summary: The GNU Bourne-Again Shell
|
||||
URL: http://www.gnu.org/software/bash/bash.html
|
||||
Source0: bash-%{bash_vers}.tar.bz2
|
||||
@ -69,7 +69,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: 1
|
||||
Release: 2
|
||||
Autoreqprov: on
|
||||
|
||||
%description -n bash-doc
|
||||
@ -88,8 +88,8 @@ Summary: The Readline Library
|
||||
Group: System/Libraries
|
||||
Provides: bash:/%{_lib}/libreadline.so.5
|
||||
Version: 5.2
|
||||
Release: 1
|
||||
Recommends: readline-doc = %{version}-%{release}
|
||||
Release: 2
|
||||
Recommends: readline-doc = %{version}
|
||||
Provides: readline = 5.2
|
||||
Obsoletes: readline <= 5.2
|
||||
Autoreqprov: on
|
||||
@ -111,8 +111,8 @@ Summary: Include Files and Libraries mandatory for Development.
|
||||
Group: Development/Libraries/C and C++
|
||||
Provides: bash:/usr/%{_lib}/libreadline.a
|
||||
Version: 5.2
|
||||
Release: 42
|
||||
Requires: libreadline5 = %{version}-%{release}
|
||||
Release: 43
|
||||
Requires: libreadline5 = %{version}
|
||||
Requires: /%{_lib}/libhistory.so.%{rl_vers}
|
||||
Requires: /%{_lib}/libreadline.so.%{rl_vers}
|
||||
Requires: %{_libdir}/libncurses.so
|
||||
@ -135,7 +135,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: 1
|
||||
Release: 2
|
||||
Autoreqprov: on
|
||||
|
||||
%description -n readline-doc
|
||||
@ -398,6 +398,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%doc %{_defaultdocdir}/readline/
|
||||
|
||||
%changelog
|
||||
* Fri Aug 03 2007 - schwab@suse.de
|
||||
- Fix dependencies.
|
||||
* Tue Jul 31 2007 - werner@suse.de
|
||||
- Branch off bash-doc and readline-doc (bug #260209)
|
||||
- Rename readline to libreadline5 (bug #260209)
|
||||
|
Loading…
Reference in New Issue
Block a user