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

Comparing COMP/CMSDIST/python.spec (file contents):
Revision 1.15 by eulisse, Thu Jul 6 13:08:38 2006 UTC vs.
Revision 1.16 by eulisse, Mon Jul 24 16:07:55 2006 UTC

# Line 44 | Line 44 | perl -p -i -e "s|#!.*/usr/local/bin/pyth
44   # whether we like to pick up system libraries or want total control.
45   mkdir -p %i/include %i/lib
46   dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_ROOT $BZ2LIB_ROOT $NCURSES_ROOT $DB4_ROOT $GDBM_ROOT"
47 + echo $dirs
48   for d in $dirs; do
49    for f in $d/include/*; do
50      [ -f $f ] || continue
# Line 92 | Line 93 | perl -p -i -e "s|^#!.*python|#!/usr/bin/
93   # boost.spec rfio.spec
94   #
95   #
96 + %post
97 + find $RPM_INSTALL_PREFIX/%pkgrel/lib -type l | xargs ls -la | sed -e "s|.*[ ]\(/.*\) -> \(.*\)| \2 \1|;s|[ ]/[^ ]*/external| $RPM_INSTALL_PREFIX/%cmsplatf/external|g" | xargs -n2 ln -sf

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines