|
|
|
|
@ -24,8 +24,8 @@
|
|
|
|
|
# package version |
|
|
|
|
%define V_base_real 4.3 |
|
|
|
|
%define V_base_comp 43 |
|
|
|
|
%define V_plvl_raw 33 |
|
|
|
|
%define V_plvl_pad 033 |
|
|
|
|
%define V_plvl_raw 39 |
|
|
|
|
%define V_plvl_pad 039 |
|
|
|
|
|
|
|
|
|
# package information |
|
|
|
|
Name: bash |
|
|
|
|
@ -38,7 +38,7 @@ Class: CORE
|
|
|
|
|
Group: Shell |
|
|
|
|
License: GPL |
|
|
|
|
Version: %{V_base_real}.%{V_plvl_raw} |
|
|
|
|
Release: 20150101 |
|
|
|
|
Release: 20150604 |
|
|
|
|
|
|
|
|
|
# list of sources |
|
|
|
|
Source0: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}.tar.gz |
|
|
|
|
@ -77,6 +77,12 @@ Patch30: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_ba
|
|
|
|
|
Patch31: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-031 |
|
|
|
|
Patch32: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-032 |
|
|
|
|
Patch33: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-033 |
|
|
|
|
Patch34: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-034 |
|
|
|
|
Patch35: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-035 |
|
|
|
|
Patch36: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-036 |
|
|
|
|
Patch37: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-037 |
|
|
|
|
Patch38: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-038 |
|
|
|
|
Patch39: ftp://ftp.cwru.edu/pub/bash/bash-%{V_base_real}-patches/bash%{V_base_comp}-039 |
|
|
|
|
|
|
|
|
|
# build information |
|
|
|
|
BuildPreReq: OpenPKG, openpkg >= 20140101 |
|
|
|
|
@ -139,6 +145,12 @@ PreReq: OpenPKG, openpkg >= 20140101
|
|
|
|
|
%patch -p0 -P 31 |
|
|
|
|
%patch -p0 -P 32 |
|
|
|
|
%patch -p0 -P 33 |
|
|
|
|
%patch -p0 -P 34 |
|
|
|
|
%patch -p0 -P 35 |
|
|
|
|
%patch -p0 -P 36 |
|
|
|
|
%patch -p0 -P 37 |
|
|
|
|
%patch -p0 -P 38 |
|
|
|
|
%patch -p0 -P 39 |
|
|
|
|
|
|
|
|
|
# ensure generated data is not re-generated on-the-fly |
|
|
|
|
sleep 1 |
|
|
|
|
|