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

Comparing COMP/CMSDIST/boost.spec (file contents):
Revision 1.3 by eulisse, Wed Feb 22 12:43:55 2006 UTC vs.
Revision 1.5 by eulisse, Wed Apr 5 09:46:12 2006 UTC

# Line 1 | Line 1
1 < ### RPM external boost 1.32.0
1 > ### RPM external boost 1.33.1
2   # Patches and build fudging by Lassi A. Tuura <lat@iki.fi> (FIXME: contribute to boost)
3   # define boostver -%v <-- for 1.30.2
4   %define boostver _%(echo %v | tr . _)
# Line 46 | Line 46 | find libs -name '*.py' -print |
46   (cd %i/lib; for f in lib*-$boost_abi.$so; do ln -s $f $f.%v ; done)
47   (cd %i/lib/debug; for f in lib*-d-$boost_abi.$so; do ln -s $f $(echo $f | sed "s/-d-$boost_abi//"); done)
48   (cd %i/lib/debug; for f in lib*-d-$boost_abi.$so; do ln -s $f $f.%v; done)
49 + (cd %i/lib/libs/python/pyste/install; python setup.py install --prefix=%i)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines