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

Comparing COMP/CMSDIST/toprex.spec (file contents):
Revision 1.1 by muzaffar, Mon Sep 3 15:28:46 2007 UTC vs.
Revision 1.7 by andreasp, Tue May 19 09:01:05 2009 UTC

# Line 1 | Line 1
1 < ### RPM external toprex 4.23-CMS8
1 > ### RPM external toprex 4.23
2 > ## BUILDIF case $(uname):$(uname -p) in Linux:i*86 ) true ;; Linux:x86_64 ) true ;;  Linux:ppc64 ) false ;; Darwin:* ) false ;; * ) false ;; esac
3 >
4   Source: http://cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
5 + Patch: toprex-4.23-gfortran
6 +
7   %prep
8   %setup -q -n %{n}/%{realversion}
9 < ./configure --lcgplatform=%cmsplatf
9 > case %gccver in
10 >  4.*)
11 > %patch -p0
12 >  ;;
13 > esac
14  
15   %build
16 + ./configure --lcgplatform=%cmsplatf
17   make
18  
19   %install

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines