Rebuild.Try strip *.so
This commit is contained in:
parent
f7a343c91f
commit
bf37468f3b
@ -2,7 +2,7 @@ Summary: A CRT screen handling and optimization package.
|
|||||||
Name: ncurses
|
Name: ncurses
|
||||||
Version: 5.5
|
Version: 5.5
|
||||||
%define includedirw %{_includedir}/ncursesw
|
%define includedirw %{_includedir}/ncursesw
|
||||||
Release: 7
|
Release: 8
|
||||||
License: distributable
|
License: distributable
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: http://dickey.his.com/ncurses/ncurses.html
|
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}
|
do ln -sf ncurses/${header} ${RPM_BUILD_ROOT}%{_includedir}/${header}
|
||||||
done
|
done
|
||||||
|
|
||||||
for $sofile in form formw menu menuw panel panelw curses cursesw
|
for sofile in form formw menu menuw panel panelw curses cursesw
|
||||||
do
|
do
|
||||||
strip --strip-unneeded lib${sofile}.so.%{version} -o ${RPM_BUILD_ROOT}%{_libdir}/lib${sofile}.so.%{version}
|
strip --strip-unneeded lib${sofile}.so.%{version} -o ${RPM_BUILD_ROOT}%{_libdir}/lib${sofile}.so.%{version}
|
||||||
done
|
done
|
||||||
@ -161,6 +161,9 @@ rm -Rf ${RPM_BUILD_ROOT}%{_libdir}/terminfo
|
|||||||
rm -rf ${RPM_BUILD_ROOT}
|
rm -rf ${RPM_BUILD_ROOT}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 22 2005 Petr Raszyk <praszyk@redhat.com> 5.5-7
|
||||||
- Strip *.so libs.
|
- Strip *.so libs.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user