|
|
|
@ -24,8 +24,8 @@
|
|
|
|
|
# package version |
|
|
|
|
%define V_base_real 6.1 |
|
|
|
|
%define V_base_comp 61 |
|
|
|
|
%define V_plvl_raw 0 |
|
|
|
|
%define V_plvl_pad 000 |
|
|
|
|
%define V_plvl_raw 1 |
|
|
|
|
%define V_plvl_pad 001 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: readline |
|
|
|
@ -38,12 +38,13 @@ Class: BASE
|
|
|
|
|
Group: Terminal |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base_real}.%{V_plvl_raw} |
|
|
|
|
Release: 20100104 |
|
|
|
|
Release: 20100118 |
|
|
|
|
|
|
|
|
|
# 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 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
Prefix: %{l_prefix} |
|
|
|
@ -71,6 +72,7 @@ AutoReqProv: no
|
|
|
|
|
%prep |
|
|
|
|
%setup -q -n readline-%{V_base_real} |
|
|
|
|
%patch -p0 |
|
|
|
|
%patch -p0 -P 1 |
|
|
|
|
|
|
|
|
|
%build |
|
|
|
|
# configure package |
|
|
|
|