This commit is contained in:
parent
b783f75b55
commit
519f9987c3
@ -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
|
Tue Mar 6 23:27:48 CET 2007 - rguenther@suse.de
|
||||||
|
|
||||||
|
@ -11,12 +11,13 @@
|
|||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
Name: bash
|
Name: bash
|
||||||
|
BuildRequires: bison ncurses-devel
|
||||||
License: GNU General Public License (GPL)
|
License: GNU General Public License (GPL)
|
||||||
Group: System/Shells
|
Group: System/Shells
|
||||||
Requires: readline >= 5.2
|
Requires: readline >= 5.2
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
Version: 3.2
|
Version: 3.2
|
||||||
Release: 13
|
Release: 17
|
||||||
%define bash_vers 3.2
|
%define bash_vers 3.2
|
||||||
%define rl_vers 5.2
|
%define rl_vers 5.2
|
||||||
Summary: The GNU Bourne-Again Shell
|
Summary: The GNU Bourne-Again Shell
|
||||||
@ -65,7 +66,7 @@ Summary: The Readline Library
|
|||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Provides: bash:/lib/libreadline.so.5
|
Provides: bash:/lib/libreadline.so.5
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 13
|
Release: 17
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
|
|
||||||
%description -n readline
|
%description -n readline
|
||||||
@ -85,7 +86,7 @@ Summary: Include Files and Libraries mandatory for Development.
|
|||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Provides: bash:/usr/lib/libreadline.a
|
Provides: bash:/usr/lib/libreadline.a
|
||||||
Version: 5.2
|
Version: 5.2
|
||||||
Release: 13
|
Release: 17
|
||||||
Requires: readline = %{version}-%{release}, %{_libdir}/libncurses.so
|
Requires: readline = %{version}-%{release}, %{_libdir}/libncurses.so
|
||||||
Autoreqprov: on
|
Autoreqprov: on
|
||||||
|
|
||||||
@ -328,6 +329,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc %{_mandir}/man3/readline.3.gz
|
%doc %{_mandir}/man3/readline.3.gz
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 26 2007 - rguenther@suse.de
|
||||||
|
- Add bison and ncurses-devel BuildRequires.
|
||||||
* Tue Mar 06 2007 - rguenther@suse.de
|
* Tue Mar 06 2007 - rguenther@suse.de
|
||||||
- Fix order of changelog entries. Remove duplicate entry.
|
- Fix order of changelog entries. Remove duplicate entry.
|
||||||
* Wed Feb 28 2007 - werner@suse.de
|
* Wed Feb 28 2007 - werner@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user