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

Comparing COMP/CMSDIST/fastjet.spec (file contents):
Revision 1.2 by sashby, Mon Jan 29 17:42:31 2007 UTC vs.
Revision 1.18 by dlange, Wed Feb 20 20:49:54 2008 UTC

# Line 1 | Line 1
1 < ### RPM external fastjet 2.1.0b1
2 < Source: http://www.lpthe.jussieu.fr/~salam/repository/software/fastjet/%n-%v.tgz
1 > ### RPM external fastjet 2.3.0
2 > Source: http://www.lpthe.jussieu.fr/~salam/repository/software/fastjet/%n-%realversion.tar.gz
3 > Patch1: fastjet-2.1.0-nobanner
4 > Patch2: fastjet_sisconebanner
5  
6   %prep
7 < %setup -n %n-%v
7 > %setup -n %n-%realversion
8 > %patch1 -p1
9 > %patch2 -p1
10  
11   %build
8 cd src
12   make
10 make install
13  
14   %install
15 < # Take everything including sources, makefiles, documentation and examples (only 16MB).
16 < gtar -cv ./| gtar -x -C %i
15 > make install
16 >
17 >
18 > # SCRAM ToolBox toolfile
19 > mkdir -p %i/etc/scram.d
20 > cat << \EOF_TOOLFILE >%i/etc/scram.d/%n
21 > <doc type=BuildSystem::ToolDoc version=1.0>
22 > <Tool name=FastJet version=%v>
23 > <info url=http://www.lpthe.jussieu.fr/~salam/fastjet/></info>
24 > <lib name=SISConePlugin>
25 > <lib name=CDFConesPlugin>
26 > <lib name=fastjet>
27 > <client>
28 > <Environment name=FASTJET_BASE default="%i"></Environment>
29 > <Environment name=LIBDIR default="$FASTJET_BASE/lib"></Environment>
30 > <Environment name=INCLUDE default="$FASTJET_BASE/include"></Environment>
31 > </client>
32 > </Tool>
33 > EOF_TOOLFILE
34 >
35 > %post
36 > %{relocateConfig}etc/scram.d/%n

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines