ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/lhapdf.spec
Revision: 1.2
Committed: Tue Apr 3 19:40:01 2007 UTC (18 years ago) by ratnik
Branch: MAIN
CVS Tags: nr070403_cms147-slc4, nr070403_cms147
Changes since 1.1: +11 -6 lines
Log Message:
Added includes and use of gcc-wrapper

File Contents

# User Rev Content
1 ratnik 1.2 ### RPM external lhapdf 5.2.3-cms
2     %define realversion %(echo %v | cut -d- -f1)
3     Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
4     Requires: gcc-wrapper
5     %define gccwrapperarch slc4_ia32_gcc345
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.2 %if "%{cmsplatf}" == "%{gccwrapperarch}"
12     echo "Using gcc wrapper for %cmsplatf"
13     source $GCC_WRAPPER_ROOT/etc/profile.d/init.sh
14     %endif
15 ratnik 1.1 make
16    
17     %install
18 ratnik 1.2 tar -c lib include PDFsets | tar -x -C %i