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

Comparing COMP/CMSDIST/pythia6.spec (file contents):
Revision 1.1 by dlange, Tue Apr 24 15:48:28 2007 UTC vs.
Revision 1.5 by dlange, Tue May 1 14:09:04 2007 UTC

# Line 1 | Line 1
1 < ### RPM external pythia6 409
2 < Requires: gcc-wrapper
3 < %define gccwrapperarch slc4_ia32_gcc345
1 > ### RPM external pythia6 409-CMS1
2   %define realversion %(echo %v | cut -d- -f1 )
3   Source: http://service-spi.web.cern.ch/service-spi/external/MCGenerators/distribution/%{n}-%{realversion}-src.tgz
4   %prep
5   %setup -q -n %{n}/%{realversion}
6 < ./configure
6 > ./configure --enable-shared
7  
8   %build
11 %if "%{cmsplatf}" == "%{gccwrapperarch}"
12 echo "Using gcc wrapper for %cmsplatf"
13 source $GCC_WRAPPER_ROOT/etc/profile.d/init.sh
14 %endif
9   make
10  
11 +
12 +
13   %install
14 +
15   tar -c lib include | tar -x -C %i
16  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines