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.10 by dlange, Fri Aug 24 20:37:43 2007 UTC vs.
Revision 1.13 by dlange, Fri Oct 19 21:27:19 2007 UTC

# Line 1 | Line 1
1 < ### RPM external ktjet 1.06-CMS4
1 > ### RPM external ktjet 1.06-CMS10
2   Source: http://hepforge.cedar.ac.uk/hf/archive/ktjet/KtJet-%{realversion}.tar.gz
3   Patch1: ktjet-1.0.6-nobanner
4   Requires: clhep
# Line 12 | Line 12 | CPPFLAGS=" -DKTDOUBLEPRECISION -fPIC" ./
12   make
13   %install
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>
29 + EOF_TOOLFILE
30 +
31 + %post
32 + %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines