ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/herwig.spec
Revision: 1.13
Committed: Thu Jun 28 06:54:48 2007 UTC (17 years, 10 months ago) by elmer
Branch: MAIN
Changes since 1.12: +1 -2 lines
Log Message:
Fix the directory structure to match the fact that somebody was screwing
around with the directory structure in the tarball available in the
generators area of the SPI download area.

File Contents

# User Rev Content
1 elmer 1.12 ### RPM external herwig 6.510-CMS3
2 ratnik 1.3 Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
3 ratnik 1.1 %prep
4 elmer 1.13 %setup -q -n %n/%{realversion}
5 dlange 1.8 # Danger - herwig doesn't actually need the hepmc, clhep,lhapdf
6     # that appear to be used in the configure
7     ./configure
8 ratnik 1.1
9     %build
10     make
11    
12 dlange 1.9 # then hack include area as jimmy depends on missing header file..
13     cd include
14     ln -sf HERWIG65.INC herwig65.inc
15    
16 ratnik 1.1 %install
17 ratnik 1.3 tar -c lib include | tar -x -C %i
18 ratnik 1.1