From d40fc7c0efcee5e93a76ad2b355347a92378fe99 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 05:01:23 +0000 Subject: [PATCH] auto-import gdb-5.0rh-9 from gdb-5.0rh-9.src.rpm --- .cvsignore | 2 +- gdb.spec | 37 +++++++++++++++++++++++++------------ sources | 2 +- 3 files changed, 27 insertions(+), 14 deletions(-) diff --git a/.cvsignore b/.cvsignore index e73688e..7c14f26 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -gdb+dejagnu-20010316.tar.bz2 +gdb+dejagnu-20010516.tar.bz2 diff --git a/gdb.spec b/gdb.spec index 00e2d1b..5e768a6 100644 --- a/gdb.spec +++ b/gdb.spec @@ -1,11 +1,10 @@ -%define snapdate 20010316 +%define snapdate 20010516 Summary: A GNU source-level debugger for C, C++ and Fortran. Name: gdb Version: 5.0rh -Release: 5 +Release: 9 Copyright: GPL -Patch0: gdb-alpha.patch Group: Development/Debuggers Source: ftp://sources.redhat.com/pub/gdb/snapshots/gdb+dejagnu-%{snapdate}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-root @@ -27,17 +26,17 @@ programs. %prep %setup -q -n gdb+dejagnu-%{snapdate} -%patch0 -p1 -b .alpha +#perl -pi -e "s/^VERSION.*$/VERSION=5\.0rh-%{release} Red Hat Linux 7\.1/" gdb/Makefile.in +cat > gdb/version.in << _FOO +Red Hat Linux 7.x (%{version}-%{release}) +_FOO -perl -pi -e "s/^VERSION.*$/VERSION=5\.0rh-%{release} Red Hat Linux 7\.1/" gdb/Makefile.in %build -%ifarch ia64 + export CFLAGS="$RPM_OPT_FLAGS" -%else -export CFLAGS="-I/usr/i386-glibc21-linux/include $RPM_OPT_FLAGS" -%endif + rm -fr dejagnu tcl expect ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man --infodir=/usr/share/info \ %{_arch}-redhat-linux @@ -73,14 +72,12 @@ rm -rf $RPM_BUILD_ROOT %post /sbin/install-info %{_infodir}/gdb.info %{_infodir}/dir -/sbin/install-info %{_infodir}/gdbint.info.gz %{_infodir}/dir /sbin/install-info %{_infodir}/mmalloc.info.gz %{_infodir}/dir /sbin/install-info %{_infodir}/stabs.info.gz %{_infodir}/dir %preun if [ $1 = 0 ]; then /sbin/install-info --delete %{_infodir}/gdb.info.gz %{_infodir}/dir - /sbin/install-info --delete %{_infodir}/gdbint.info.gz %{_infodir}/dir /sbin/install-info --delete %{_infodir}/mmalloc.info.gz %{_infodir}/dir /sbin/install-info --delete %{_infodir}/stabs.info.gz %{_infodir}/dir fi @@ -91,7 +88,6 @@ fi /usr/bin/* %{_mandir}/*/* %{_infodir}/gdb.info* -%{_infodir}/gdbint.info* %{_infodir}/stabs.info* %{_infodir}/mmalloc.info* @@ -99,6 +95,23 @@ fi %changelog +* Wed May 16 2001 Trond Eivind Glomsrød +- New snapshot - this had thread fixes for curing #39070 +- New way of specifying version + +* Tue May 1 2001 Trond Eivind Glomsrød +- New tarball +- Kevin's patch is now part of gdb + +* Mon Apr 9 2001 Trond Eivind Glomsrød +- Add patch from kevinb@redhat.com to fix floating point + thread + problem (#24310) +- remove old workarounds +- new snapshot + +* Thu Apr 5 2001 Trond Eivind Glomsrød +- New snapshot + * Sat Mar 17 2001 Bill Nottingham - on ia64, there are no old headers :) diff --git a/sources b/sources index 9a06d07..e821b7f 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -80b2fca045244b51c40ca23f7d768550 gdb+dejagnu-20010316.tar.bz2 +48a48d856c5981cde3096c9e3ac6a0e1 gdb+dejagnu-20010516.tar.bz2