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

Comparing COMP/CMSDIST/SCRAMV1.spec (file contents):
Revision 1.29 by eulisse, Wed Sep 27 13:19:42 2006 UTC vs.
Revision 1.36 by eulisse, Thu Sep 28 09:56:16 2006 UTC

# Line 1 | Line 1
1 < ### RPM lcg SCRAMV1 V1_0_3
1 > ### RPM lcg SCRAMV1 V1_0_2
2   ## INITENV +PATH PATH %instroot/bin
3   ## INITENV +PATH PERL5LIB %{i}
4   Requires: expat p5-template-toolkit p5-uri p5-xml-parser p5-libwww-perl cms-env
# Line 15 | Line 15 | Provides: perl(Graph::Graph)
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
# Line 113 | Line 122 | perl -p -i -e "s|#!.*perl|/usr/bin/env p
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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines