auto-import changelog data from gdb-5.0-7j.src.rpm

Tue Oct 23 2001 Karsten Hopp <karsten@redhat.de>
- add 2 more patches from IBM for S/390
Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- disable libtoolize
Sat Dec 09 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 5.0.1 patch from IBM
Mon Nov 20 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- added dwarf patch from IBM
Sun Nov 19 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- go back to gdb-5.0-release
- add S390 patch from IBM
This commit is contained in:
cvsdist 2004-09-09 05:01:10 +00:00
parent c049b6a1f9
commit 64412661af
3 changed files with 27 additions and 7 deletions

View File

@ -1 +1 @@
gdb-20000725.tar.bz2
gdb-5.0.tar.bz2

View File

@ -1,13 +1,16 @@
%define __libtoolize echo
Summary: A GNU source-level debugger for C, C++ and Fortran.
Name: gdb
Version: 5.0
Release: 7
Release: 7j
Copyright: GPL
Group: Development/Debuggers
#Source0: ftp://sourceware.cygnus.com/pub/gdb/releases/gdb-%{version}.tar.bz2
Source: gdb-20000725.tar.bz2
Patch0: gdb-5.0-alpha.patch
Patch1: gdb-5.0-symchanges.patch
Source: gdb-5.0.tar.bz2
Patch0: gdb-5.0-s390.patch
Patch1: gdb-5.0-s390-1.patch
Patch2: gdb-5.0-s390-2.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
Prereq: /sbin/install-info
ExcludeArch: sparc
@ -23,10 +26,11 @@ compiler, you may want to install gdb to help you debug your
programs.
%prep
%setup -q -n gdb
%setup -q
%patch0 -p1
%patch1 -p1
%patch2 -p1
%build
%configure
@ -88,6 +92,22 @@ fi
%changelog
* Tue Oct 23 2001 Karsten Hopp <karsten@redhat.de>
- add 2 more patches from IBM for S/390
* Mon Jun 18 2001 Florian La Roche <Florian.LaRoche@redhat.de>
- disable libtoolize
* Sat Dec 09 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- update to 5.0.1 patch from IBM
* Mon Nov 20 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- added dwarf patch from IBM
* Sun Nov 19 2000 Florian La Roche <Florian.LaRoche@redhat.de>
- go back to gdb-5.0-release
- add S390 patch from IBM
* Wed Aug 09 2000 Trond Eivind Glomsrød <teg@redhat.com>
- added patch from GDB team for C++ symbol handling

View File

@ -1 +1 @@
f470ee9621984becf3c9513a918999e6 gdb-20000725.tar.bz2
b2720def719fd024e380793d9084da2a gdb-5.0.tar.bz2