1 |
< |
### RPM external bootstrap-driver 1.0 |
1 |
> |
### RPM external bootstrap-driver 19.0 |
2 |
|
Source: bootstrap |
3 |
< |
Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm |
3 |
> |
Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm cms-common |
4 |
|
|
5 |
|
%prep |
6 |
|
%build |
94 |
|
libkrb5.so.3 libssl.so.4 /bin/csh /bin/tcsh libreadline.so.4 |
95 |
|
libtcl8.4.so libtk8.4.so" |
96 |
|
|
97 |
+ |
defaultPkgs="cms+cms-common+$CMS_COMMON_VERSION" |
98 |
+ |
|
99 |
|
mkdir -p %{i}/etc/profile.d |
100 |
|
(echo "instroot=%{instroot}"; \ |
101 |
|
echo "rpm_version=$RPM_VERSION"; \ |
105 |
|
echo "packageList=\"`echo $packageList`\""; \ |
106 |
|
echo "additionalProvides=\"$additionalProvides\""; \ |
107 |
|
echo "unsupportedProvides=\"$unsupportedProvides\""; \ |
108 |
+ |
echo "defaultPkgs=\"$defaultPkgs\""; \ |
109 |
|
) > %{i}/%{cmsplatf}-driver.txt |
110 |
+ |
# FIXME: Hack to make sure that the cms-common package is named correctly in the driver file. |
111 |
+ |
# We should make sure that the $PACKAGE_CATEGORY variable is used (requires changes to cmsBuild.sh which |
112 |
+ |
# I don't want to do at this point. |
113 |
+ |
perl -p -i -e 's|external[+]cms-common|cms+cms-common|g' %{i}/%{cmsplatf}-driver.txt |