ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/herwig.spec
Revision: 1.6
Committed: Thu Apr 19 23:02:12 2007 UTC (18 years ago) by ratnik
Branch: MAIN
Changes since 1.5: +0 -5 lines
Log Message:
Removed duplication.

File Contents

# User Rev Content
1 ratnik 1.3 ### RPM external herwig 6.510-cms
2 ratnik 1.4 Requires: gcc-wrapper
3     %define gccwrapperarch slc4_ia32_gcc345
4 ratnik 1.3 %define realversion %(echo %v | cut -d- -f1)
5     Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
6 ratnik 1.1 %prep
7     %setup -q -n %n
8     ./configure
9    
10     %build
11 ratnik 1.5 ## IMPORT gcc-wrapper
12 ratnik 1.1 make
13    
14     %install
15 ratnik 1.3 tar -c lib include | tar -x -C %i
16 ratnik 1.1