1 |
< |
### RPM external bootstrap-driver 19.0 |
1 |
> |
### RPM external bootstrap-driver 19.0c |
2 |
|
Source: bootstrap |
3 |
< |
Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm cms-common |
3 |
> |
Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm |
4 |
> |
#danger! cms-common version is now hardwired below (and in bootstrap.file) |
5 |
|
|
6 |
|
%prep |
7 |
|
%build |
25 |
|
|
26 |
|
|
27 |
|
case %cmsplatf in |
28 |
< |
slc*online* ) |
28 |
> |
slc*onl* ) |
29 |
|
platformSeeds="glibc coreutils bash tcsh zsh pdksh perl tcl |
30 |
|
readline openssl ncurses |
31 |
|
e2fsprogs krb5-libs freetype fontconfig |
79 |
|
# Fedora |
80 |
|
unsupportedSeeds="$unsupportedSeeds libX11 libXmu libSM libICE libXcursor |
81 |
|
libXext libXrandr libXft mesa-libGLU mesa-libGL e2fsprogs-libs libXi libXinerama |
82 |
< |
libXft libXrender libXpm" |
82 |
> |
libXft libXrender libXpm ncurses-libs" |
83 |
|
|
84 |
|
# Case statement for additional provides. |
85 |
|
case %cmsplatf in |
95 |
|
libkrb5.so.3 libssl.so.4 /bin/csh /bin/tcsh libreadline.so.4 |
96 |
|
libtcl8.4.so libtk8.4.so" |
97 |
|
|
98 |
< |
defaultPkgs="cms+cms-common+$CMS_COMMON_VERSION" |
98 |
> |
defaultPkgs="cms+cms-common+1.0" |
99 |
|
|
100 |
|
mkdir -p %{i}/etc/profile.d |
101 |
|
(echo "instroot=%{instroot}"; \ |