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.2 by dlange, Sat Apr 28 20:02:19 2007 UTC vs.
Revision 1.3 by dlange, Tue May 1 07:55:41 2007 UTC

# Line 1 | Line 1
1   ### RPM external pythia6 409
2 Requires: gcc-wrapper
3 %define gccwrapperarch slc4_ia32_gcc345
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
18 %{relocateConfig}lib/libpythia6.a
19 %{relocateConfig}lib/libpythia6_dummy.a
20 %{relocateConfig}lib/libpythia6_pdfdummy.a
21 %{relocateConfig}lib/librootinterface.a
22
15  
16   tar -c lib include | tar -x -C %i
17  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines