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

Comparing COMP/CMSDIST/glimpse.spec (file contents):
Revision 1.13 by elmer, Wed Jun 27 12:50:44 2007 UTC vs.
Revision 1.14 by muzaffar, Mon Sep 3 15:28:45 2007 UTC

# Line 1 | Line 1
1 < ### RPM external glimpse 4.18.5-CMS3
1 > ### RPM external glimpse 4.18.5-CMS8
2   Source: http://webglimpse.net/trial/glimpse-%{realversion}.tar.gz
3  
4   %prep
# Line 80 | Line 80 | esac
80   EOF_CMS_GLIMPSE
81   perl -p -i -e "s|\@CMSPLATF\@|%cmsplatf|g" %{i}/bin/cmsglimpse
82   chmod +x %{i}/bin/cmsglimpse
83 + # SCRAM ToolBox toolfile
84 + mkdir -p %i/etc/scram.d
85 + cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
86 + <doc type=BuildSystem::ToolDoc version=1.0>
87 + <Tool name=glimpse version=%v>
88 + <Client>
89 + <Environment name=GLIMPSE_BASE default="%i"></Environment>
90 + </Client>
91 + <Runtime name=PATH value="$GLIMPSE_BASE/bin" type=path>
92 + </Tool>
93 + EOF_TOOLFILE
94 +
95   %post
96   perl -p -i -e "s|\@INSTROOT\@|$RPM_INSTALL_PREFIX|g" $RPM_INSTALL_PREFIX/%{pkgrel}/bin/cmsglimpse
97 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines