| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors |
| Name: ncurses-sh4-linux | Distribution: Unknown |
| Version: 5.2 | Vendor: Unknown |
| Release: 3 | Build date: Mon May 10 15:21:01 2004 |
| Group: Development/Libraries | Build host: zeta.itonet.co.jp |
| Size: 956618 | Source RPM: ncurses-5.2-3.src.rpm |
| Summary: The development files for sh4-linux applications which use ncurses. | |
The header files and libraries for cross developing sh4-linux applications that use the ncurses CRT screen handling and optimization package.
distributable
MD5: 29b1eb24255f9f6953a8d005a567c3c2
* Thu Jan 24 2002 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
- rebuild with new binutils.
* Fri Jul 06 2001 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
- merge RedHat 7.1.
* Mon May 21 2001 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
- Build with new tool chain (gcc 3.0).
* Thu Dec 28 2000 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
- use -S instead of --strip-unneeded for stripping lib*.a.
* Sat Nov 18 2000 SUGIOKA Toshinobu <sugioka@itonet.co.jp>
- SuperH version.
* Sun Apr 09 2000 Takaaki Tabuchi <tab@kondara.org>
- merge from redhat-6.2 (5.0-11).
* Tue Mar 07 2000 Jeff Johnson <jbj@redhat.com>
- rebuild for sparc baud rates > 38400.
* Fri Feb 18 2000 Preston Brown <pbrown@redhat.com>
- xterm terminfo entries from XFree86 3.3.6
- final round of xterm fixes, follow debian policy.
* Sat Feb 05 2000 Bernhard Rosenkräîzer <bero@redhat.com>
- strip libraries
* Thu Feb 03 2000 Bernhard Rosenkräîzer <bero@redhat.com>
- More xterm fixes (Bug #9087)
* Thu Jan 27 2000 Bernhard Rosenkräîzer <bero@redhat.com>
- More xterm fixes from Hans de Goede (Bug #8633)
* Sat Jan 15 2000 Bernhard Rosenkräîzer <bero@redhat.com>
- remove some broken symlinks (leftovers from libncurses.so.5)
- Use
CFLAGS="${CFLAGS:--O2}" ; export CFLAGS ;
CXXFLAGS="${CXXFLAGS:--O2}" ; export CXXFLAGS ;
FFLAGS="${FFLAGS:--O2}" ; export FFLAGS ;
for i in $(find . -name config.guess 2>/dev/null) $(find . -name config.sub 2>/dev/null) ; do
[ -f /usr/share/libtool/$(basename $i) ] && /bin/rm -f $i && /bin/cp -fv /usr/share/libtool/$(basename $i) $i ;
done ;
./configure --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu \
--target=noarch-redhat-linux-gnu \
--program-prefix= \
--prefix=/usr \
--exec-prefix=/usr \
--bindir=/usr/bin \
--sbindir=/usr/sbin \
--sysconfdir=/etc \
--datadir=/usr/share \
--includedir=/usr/include \
--libdir=/usr/lib \
--libexecdir=/usr/libexec \
--localstatedir=/var \
--sharedstatedir=/usr/com \
--mandir=/usr/share/man \
--infodir=/usr/share/info (Bug #8484)
* Tue Jan 11 2000 Bernhard Rosenkräîzer <bero@redhat.com>
- Add xterm patch from Hans de Goede <hans@highrise.nl>
- Patch 20000108, this fixes a problem with a header file.
* Wed Jan 05 2000 Bernhard Rosenkräîzer <bero@redhat.com>
- Add 20000101 patch, hopefully finally fixing the xterm description
* Wed Dec 22 1999 Cristian Gafton <gafton@redhat.com>
- revert to the old major number - because the ABI is not changed (and we
should be handling the changes via symbol versioning anyway)
* Fri Nov 12 1999 Bernhard Rosenkraenzer <bero@redhat.com>
- Fix a typo in spec
- Add the 19991006 patch, fixing some C++ STL compatibility problems.
- get rid of profiling and debugging versions - we need to save space...
* Thu Nov 04 1999 Bernhard Rosenkraenzer <bero@redhat.com>
- 5.0
- some spec cleanups to make updating easier
- add links *.so.5 to *.so.4 - they are fully binary compatible.
(Why did they change the invocation number???)
* Wed Sep 22 1999 Cristian Gafton <gafton@redhat.com>
- make clean in the test dir - don't ship any binaries at all.
* Mon Sep 13 1999 Preston Brown <pbrown@redhat.com>
- fixed stripping of test programs.
* Sun Aug 29 1999 Preston Brown <pbrown@redhat.com>
- removed 'flash' capability for xterm; see bug #2820 for details.
* Fri Aug 27 1999 Cristian Gafton <gafton@redhat.com>
- add the resetall script from Marc Merlin <marc@merlins.org>
* Fri Aug 27 1999 Preston Brown <pbrown@redhat.com>
- added iris-ansi-net as alias for iris-ansi (bug #2561)
* Fri Jul 30 1999 Michael K. Johnson <johnsonm@redhat.com>
- added ncurses-intro.hmtl and hackguide.html to -devel package [bug #3929]
* Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
- make sure ALL binaries are stripped (incl. test binaries)
* Thu Mar 25 1999 Preston Brown <pbrown@redhat.com>
- made xterm terminfo stuff MUCH better.
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
- auto rebuild in the new build environment (release 16)
* Sat Mar 13 1999 Cristian Gafton <gafton@redhat.com>
- fixed header for C++ compiles
* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
- add terminfo entries for linux/linux-m on sparc (obsolete termfile_sparc).
* Thu Feb 18 1999 Cristian Gafton <gafton@redhat.com>
- updated patchset from original site
* Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
- don't build the C++ demo code
- update patch set to the current as of today (redid all the individual
patches in a single one)
* Wed Oct 14 1998 Cristian Gafton <gafton@redhat.com>
- make sure to strip the binaries
* Wed Sep 23 1998 Cristian Gafton <gafton@redhat.com>
- added another zillion of patches. The spec file *is* ugly
- defattr
* Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
- added lots of patches. This spec file is starting to look ugly
* Wed Jul 01 1998 Alan Cox <alan@redhat.com>
- Fix setuid trusting. Open termcap/info files as the real user.
* Wed May 06 1998 Cristian Gafton <gafton@redhat.com>
- added terminfo entry for the poor guys using lat1 and/or lat-2 on their
consoles... Enjoy linux-lat ! Thanks, Erik !
* Tue Apr 21 1998 Cristian Gafton <gafton@redhat.com>
- new patch to get xterm-color and nxterm terminfo entries
- aliased them to rxvt, as that seems to satisfy everybody
* Sun Apr 12 1998 Cristian Gafton <gafton@redhat.com>
- added %clean section
* Tue Apr 07 1998 Cristian Gafton <gafton@redhat.com>
- removed /usr/lib/terminfo symlink - we shouldn't need that
* Mon Apr 06 1998 Cristian Gafton <gafton@redhat.com>
- updated to 4.2 + patches
- added BuildRoot
* Sat Apr 04 1998 Cristian Gafton <gafton@redhat.com>
- rebuilt with egcs on alpha
* Wed Dec 31 1997 Erik Troan <ewt@redhat.com>
- version 7 didn't rebuild properly on the Alpha somehow -- no real changes
are in this version
* Tue Dec 09 1997 Erik Troan <ewt@redhat.com>
- TIOCGWINSZ wasn't used properly
* Tue Jul 08 1997 Erik Troan <ewt@redhat.com>
- built against glibc, linked shared libs against -lc
/usr/sh4-linux/lib/libcurses.a /usr/sh4-linux/lib/libcurses.so /usr/sh4-linux/lib/libform.a /usr/sh4-linux/lib/libform.so /usr/sh4-linux/lib/libform.so.5 /usr/sh4-linux/lib/libform.so.5.2 /usr/sh4-linux/lib/libmenu.a /usr/sh4-linux/lib/libmenu.so /usr/sh4-linux/lib/libmenu.so.5 /usr/sh4-linux/lib/libmenu.so.5.2 /usr/sh4-linux/lib/libncurses.a /usr/sh4-linux/lib/libncurses.so /usr/sh4-linux/lib/libncurses.so.5 /usr/sh4-linux/lib/libncurses.so.5.2 /usr/sh4-linux/lib/libpanel.a /usr/sh4-linux/lib/libpanel.so /usr/sh4-linux/lib/libpanel.so.5 /usr/sh4-linux/lib/libpanel.so.5.2
Generated by rpm2html 1.7
admin, Tue Jun 28 14:00:34 2005