Rebuild.Try strip *.so

This commit is contained in:
praszyk 2005-12-22 13:57:09 +00:00
parent f7a343c91f
commit bf37468f3b

View File

@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
Name: ncurses
Version: 5.5
%define includedirw %{_includedir}/ncursesw
Release: 7
Release: 8
License: distributable
Group: System Environment/Libraries
URL: http://dickey.his.com/ncurses/ncurses.html
@ -97,7 +97,7 @@ for header in curses.h unctrl.h eti.h form.h menu.h panel.h term.h
do ln -sf ncurses/${header} ${RPM_BUILD_ROOT}%{_includedir}/${header}
done
for $sofile in form formw menu menuw panel panelw curses cursesw
for sofile in form formw menu menuw panel panelw curses cursesw
do
strip --strip-unneeded lib${sofile}.so.%{version} -o ${RPM_BUILD_ROOT}%{_libdir}/lib${sofile}.so.%{version}
done
@ -161,6 +161,9 @@ rm -Rf ${RPM_BUILD_ROOT}%{_libdir}/terminfo
rm -rf ${RPM_BUILD_ROOT}
%changelog
* Thu Dec 22 2005 Petr Raszyk <praszyk@redhat.com> 5.5-8
- Strip *.so libs.
* Thu Dec 22 2005 Petr Raszyk <praszyk@redhat.com> 5.5-7
- Strip *.so libs.