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

Comparing COMP/CMSDIST/scons.spec (file contents):
Revision 1.1 by eulisse, Tue Mar 14 11:26:14 2006 UTC vs.
Revision 1.7 by diego, Wed Oct 6 14:09:09 2010 UTC

# Line 1 | Line 1
1 < ### RPM external scons 0.96.1
2 < Source: http://eulisse.web.cern.ch/eulisse/%n-%v.tar.gz
1 > ### RPM external scons 1.2.0
2 > ## INITENV +PATH PYTHONPATH %i/lib/%n-%realversion
3 > Source: http://prdownloads.sourceforge.net/scons/scons-%realversion.tar.gz
4 > Requires: python
5 >
6 > %prep
7 > %setup -n scons-%realversion
8  
9   %build
10 + python setup.py build
11 +
12   %install
13 < cp -r ./* %i
13 > python setup.py install --prefix=%i
14 > egrep -r -l '^#!.*python' %i | xargs perl -p -i -e 's{^#!.*python.*}{#!/usr/bin/env python}'
15 > find %i -name '*.egg-info' -exec rm {} \;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines