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 |
91 |
|
%{i}/lib/python2.4/test/test_largefile.py \ |
92 |
|
%{i}/lib/python2.4/test/test_optparse.py |
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 |