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

File Contents

# User Rev Content
1 ratnik 1.2 ### RPM external lhapdf 5.2.3-cms
2 ratnik 1.3 Requires: gcc-wrapper
3     %define gccwrapperarch slc4_ia32_gcc345
4 ratnik 1.2 %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 ratnik 1.2 %setup -q -n %{n}/%{realversion}
8 ratnik 1.1 ./configure
9    
10     %build
11 ratnik 1.4 ## IMPORT gcc-wrapper
12 ratnik 1.1 make
13    
14     %install
15 ratnik 1.2 tar -c lib include PDFsets | tar -x -C %i