ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/bootstrap-driver.spec
(Generate patch)

Comparing COMP/CMSDIST/bootstrap-driver.spec (file contents):
Revision 1.3 by eulisse, Tue Nov 27 13:39:48 2007 UTC vs.
Revision 1.9 by elmer, Tue Feb 5 07:16:16 2008 UTC

# Line 1 | Line 1
1 < ### RPM external bootstrap-driver 1.0
1 > ### RPM external bootstrap-driver 19.0
2   Source: bootstrap
3 < Requires: apt
3 > Requires: apt zlib expat openssl beecrypt bz2lib db4 elfutils neon libxml2 rpm cms-common
4  
5   %prep
6   %build
# Line 58 | Line 58 | slc*online* )
58   esac
59  
60   case $cmsplatf in
61 <    ydl*_ppc64* )
61 >    ydl*_ppc64_* )
62 >        platformSeeds="$platformSeeds gcc libgcc libstdc++"
63 >    ;;
64 >    ydl*_ppc_* )
65          platformSeeds="$platformSeeds gcc libgcc libstdc++"
66      ;;
67   esac
# Line 91 | Line 94 | unsupportedProvides="libtcl8.3.so libtk8
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"; \
102   echo "apt_version=$APT_VERSION"; \
103   echo "platformSeeds=\"$platformSeeds\""; \
104   echo "unsupportedSeeds=\"$unsupportedSeeds\""; \
105 < echo "packageList=\"`echo $packageList | sed -e 's|\s+|\s|g'`\""; \
105 > echo "packageList=\"`echo $packageList`\""; \
106   echo "additionalProvides=\"$additionalProvides\""; \
107   echo "unsupportedProvides=\"$unsupportedProvides\""; \
108 + echo "defaultPkgs=\"$defaultPkgs\""; \
109   ) > %{i}/%{cmsplatf}-driver.txt

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines