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

Comparing COMP/CMSDIST/ktjet.spec (file contents):
Revision 1.13 by dlange, Fri Oct 19 21:27:19 2007 UTC vs.
Revision 1.18 by muzaffar, Tue Jan 12 13:59:38 2010 UTC

# Line 1 | Line 1
1 < ### RPM external ktjet 1.06-CMS10
2 < Source: http://hepforge.cedar.ac.uk/hf/archive/ktjet/KtJet-%{realversion}.tar.gz
1 > ### RPM external ktjet 1.06
2 > Source: http://www.hepforge.org/archive/ktjet/KtJet-%{realversion}.tar.gz
3   Patch1: ktjet-1.0.6-nobanner
4   Requires: clhep
5  
# Line 14 | Line 14 | make
14   make install
15   # SCRAM ToolBox toolfile
16   mkdir -p %i/etc/scram.d
17 < cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
18 < <doc type=BuildSystem::ToolDoc version=1.0>
19 < <Tool name=ktjet version=%v>
20 < <info url=http://hepforge.cedar.ac.uk/ktjet></info>
21 < <lib name=KtEvent>
22 < <Client>
23 < <Environment name=KTJET_BASE default="%i"></Environment>
24 < <Environment name=LIBDIR default="$KTJET_BASE/lib"></Environment>
25 < <Environment name=INCLUDE default="$KTJET_BASE/include"></Environment>
26 < </Client>
27 < <Flags CPPDEFINES="KTDOUBLEPRECISION">
28 < </Tool>
17 > cat << \EOF_TOOLFILE >%i/etc/scram.d/%n.xml
18 >  <tool name="ktjet" version="%v">
19 >    <info url="http://hepforge.cedar.ac.uk/ktjet"/>
20 >    <lib name="KtEvent"/>
21 >    <client>
22 >      <environment name="KTJET_BASE" default="%i"/>
23 >      <environment name="LIBDIR" default="$KTJET_BASE/lib"/>
24 >      <environment name="INCLUDE" default="$KTJET_BASE/include"/>
25 >    </client>
26 >    <flags cppdefines="KTDOUBLEPRECISION"/>
27 >  </tool>
28   EOF_TOOLFILE
29  
30   %post
31 < %{relocateConfig}etc/scram.d/%n
31 > %{relocateConfig}etc/scram.d/%n.xml

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines