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.58 by elmer, Sat Nov 14 00:04:28 2009 UTC vs.
Revision 1.62 by dsr, Wed Feb 24 15:57:48 2010 UTC

# Line 117 | Line 117 | case %cmsplatf in
117     (cd %i/lib/python%{pythonv}/config
118      perl -p -i -e 's|-fno-common||g' Makefile)
119  
120 <   find %i/lib/python%{pythonv}/config -name 'libpython*' -exec mv {} %i/lib \;
120 >   find %i/lib/python%{pythonv}/config -name 'libpython*' -exec mv -f {} %i/lib \;
121    ;;
122   esac
123  
# Line 165 | Line 165 | rm -f %i/share/doc/python/Demo/rpc/test
165   %post
166   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
167   %{relocateConfig}etc/scram.d/%n
168 + %{relocateConfig}lib/python2.6/config/Makefile

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines