|
|
|
@ -22,10 +22,10 @@
|
|
|
|
|
## |
|
|
|
|
|
|
|
|
|
# package version |
|
|
|
|
%define V_base_real 6.0 |
|
|
|
|
%define V_base_comp 60 |
|
|
|
|
%define V_plvl_raw 4 |
|
|
|
|
%define V_plvl_pad 004 |
|
|
|
|
%define V_base_real 6.1 |
|
|
|
|
%define V_base_comp 61 |
|
|
|
|
%define V_plvl_raw 0 |
|
|
|
|
%define V_plvl_pad 000 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: readline |
|
|
|
@ -38,16 +38,12 @@ Class: BASE
|
|
|
|
|
Group: Terminal |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base_real}.%{V_plvl_raw} |
|
|
|
|
Release: 20090728 |
|
|
|
|
Release: 20100104 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}.tar.gz |
|
|
|
|
Source1: readline.pc |
|
|
|
|
Patch0: readline.patch |
|
|
|
|
Patch1: ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}-patches/readline%{V_base_comp}-001 |
|
|
|
|
Patch2: ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}-patches/readline%{V_base_comp}-002 |
|
|
|
|
Patch3: ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}-patches/readline%{V_base_comp}-003 |
|
|
|
|
Patch4: ftp://ftp.cwru.edu/pub/bash/readline-%{V_base_real}-patches/readline%{V_base_comp}-004 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
@ -75,10 +71,6 @@ AutoReqProv: no
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n readline-%{V_base_real} |
|
|
|
|
%patch -p0 |
|
|
|
|
%patch -p0 -P 1 |
|
|
|
|
%patch -p0 -P 2 |
|
|
|
|
%patch -p0 -P 3 |
|
|
|
|
%patch -p0 -P 4 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
# configure package |
|
|
|
|