# | Line 93 | Line 93 | perl -p -i -e "s|^#!.*python|#!/usr/bin/ | |
---|---|---|
93 | # boost.spec rfio.spec | |
94 | # | |
95 | # | |
96 | + | rm `find %{i}/lib -maxdepth 1 -mindepth 1 ! -name '*python*'` |
97 | + | rm `find %{i}/include -maxdepth 1 -mindepth 1 ! -name '*python*'` |
98 | %post | |
99 | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |