In the spec file for perl-5_00503-9mdk I find the following is done to
strip (presumably, only) executables.  Is the "! -name 'lib*so*'
supposed to prevent the stripping of all DSO's or just libraries?  How
about the like of (for example)
/usr/lib/perl5/5.00503/sun4-solaris/auto/B/B.so?  Should it be stripped?
Perhaps the find predicate should be changed to "! -name *.so*"?

for i in `find $RPM_BUILD_ROOT/ -type 'f' -perm '+a=x' ! -name 'lib*so*'`;do
    file $i|grep -q "not stripped" && chmod +w $i && strip $i && chmod -w $i
done

Thots?

b.


--
Brian J. Murrell                              InterLinx Support Services, Inc.
North Vancouver, B.C.                                             604 983 UNIX
        Platform and Brand Independent UNIX Support - R3.2 - R4 - BSD

Reply via email to