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.4 by dlange, Tue May 1 08:15:58 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
# Line 8 | Line 6 | Source: http://service-spi.web.cern.ch/s
6   ./configure
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 + find lib/archive -name "*.a" -exec mv {} lib/.  \;
12 +
13 +
14   %install
15 +
16   tar -c lib include | tar -x -C %i
17  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines