SHA256
3
0
forked from pool/bash
OBS User unknown 2007-03-28 22:18:11 +00:00 committed by Git OBS Bridge
parent b783f75b55
commit 519f9987c3
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 26 15:43:53 CEST 2007 - rguenther@suse.de
- Add bison and ncurses-devel BuildRequires.
-------------------------------------------------------------------
Tue Mar 6 23:27:48 CET 2007 - rguenther@suse.de

View File

@ -11,12 +11,13 @@
# norootforbuild
Name: bash
BuildRequires: bison ncurses-devel
License: GNU General Public License (GPL)
Group: System/Shells
Requires: readline >= 5.2
Autoreqprov: on
Version: 3.2
Release: 13
Release: 17
%define bash_vers 3.2
%define rl_vers 5.2
Summary: The GNU Bourne-Again Shell
@ -65,7 +66,7 @@ Summary: The Readline Library
Group: System/Libraries
Provides: bash:/lib/libreadline.so.5
Version: 5.2
Release: 13
Release: 17
Autoreqprov: on
%description -n readline
@ -85,7 +86,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: 13
Release: 17
Requires: readline = %{version}-%{release}, %{_libdir}/libncurses.so
Autoreqprov: on
@ -328,6 +329,8 @@ rm -rf $RPM_BUILD_ROOT
%doc %{_mandir}/man3/readline.3.gz
%changelog
* Mon Mar 26 2007 - rguenther@suse.de
- Add bison and ncurses-devel BuildRequires.
* Tue Mar 06 2007 - rguenther@suse.de
- Fix order of changelog entries. Remove duplicate entry.
* Wed Feb 28 2007 - werner@suse.de