15 |
|
Provides: perl(ObjectStore) |
16 |
|
Provides: perl(Utilities::SVNmodule) |
17 |
|
Provides: perl(URL::URL_cvsfile) |
18 |
+ |
Provides: perl(BuildSystem::Block) |
19 |
+ |
Provides: perl(BuildSystem::Build) |
20 |
+ |
Provides: perl(BuildSystem::BuildClass) |
21 |
+ |
Provides: perl(BuildSystem::BuildSetup) |
22 |
+ |
Provides: perl(BuildSystem::DateStampRecord) |
23 |
+ |
Provides: perl(BuildSystem::Tool) |
24 |
+ |
Provides: perl(BuildSystem::ToolBox) |
25 |
+ |
Provides: perl(BuildSystem::ToolDoc) |
26 |
+ |
Provides: perl(Utilities::GroupChecker) |
27 |
|
|
28 |
|
# This package is somewhat unusual compared to other packages we |
29 |
|
# build: we install the normally versioned product "SCRAM", but also |
122 |
|
%{relocateConfig}etc/profile.d/dependencies-setup.sh |
123 |
|
%{relocateConfig}etc/profile.d/dependencies-setup.csh |
124 |
|
# If and only if there is no default-scramv1 set the default to be the version we package in this spec. |
116 |
– |
mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/etc |
125 |
|
OLD_VERSION="" |
126 |
< |
if [ ! -f $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/default-scramv1-version ] |
126 |
> |
if [ -f $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/default-scramv1-version ] |
127 |
|
then |
128 |
+ |
mkdir -p $RPM_INSTALL_PREFIX/%{cmsplatf}/etc |
129 |
|
OLD_VERSION=`cat $RPM_INSTALL_PREFIX/%{cmsplatf}/etc/default-scramv1-version` |
130 |
|
fi |
131 |
|
NEW_VERSION=%v |