auto-import changelog data from gdb-5.1-0.71.src.rpm

Mon Nov 26 2001 Trond Eivind Glomsrd <teg@redhat.com> 5.1-0.71
- 5.1
Mon Nov 19 2001 Trond Eivind Glomsrd <teg@redhat.com> 5.0.94-0.71
- 5.0.94. Almost there....
Mon Nov 12 2001 Trond Eivind Glomsrd <teg@redhat.com> 5.0.93-2
- Add patch from jakub@redhat.com to improve handling of DWARF
Mon Nov 12 2001 Trond Eivind Glomsrd <teg@redhat.com> 5.0.93-1
- 5.0.93
- handle missing info pages in post/pre scripts
Wed Oct 31 2001 Trond Eivind Glomsrd <teg@redhat.com> 5.0.92-1
- 5.0.92
Fri Oct 26 2001 Trond Eivind Glomsrd <teg@redhat.com> 5.0.91rh-1
- New snapshot
- Use the 5.0.91 versioning from the snapshot
This commit is contained in:
cvsdist 2004-09-09 05:01:59 +00:00
parent d40fc7c0ef
commit 04f7bcfba7
3 changed files with 78 additions and 37 deletions

View File

@ -1 +1 @@
gdb+dejagnu-20010516.tar.bz2 gdb-5.1.tar.bz2

111
gdb.spec
View File

@ -1,35 +1,26 @@
%define snapdate 20010516 Summary: A GNU source-level debugger for C, C++ and other languages.
Summary: A GNU source-level debugger for C, C++ and Fortran.
Name: gdb Name: gdb
Version: 5.0rh Version: 5.1
Release: 9 Release: 0.71
Copyright: GPL License: GPL
Group: Development/Debuggers Group: Development/Debuggers
Source: ftp://sources.redhat.com/pub/gdb/snapshots/gdb+dejagnu-%{snapdate}.tar.bz2 Source: ftp://sources.redhat.com/pub/gdb/gdb-%{version}.tar.bz2
Patch0: jakub-gcc31-gdb.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root Buildroot: %{_tmppath}/%{name}-%{version}-root
BuildRequires: perl BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo
%ifnarch ia64
BuildPrereq: compat-glibc
%endif
Prereq: info Prereq: info
%description %description
Gdb is a full featured, command driven debugger. Gdb allows you to GDB, the GNU debugger, allows you to debug programs written in C, C++,
trace the execution of programs and examine their internal state at and other languages, by executing them in a controlled fashion and
any time. Gdb works for C and C++ compiled with the GNU C compiler printing their data.
gcc.
If you are going to develop C and/or C++ programs and use the GNU gcc
compiler, you may want to install gdb to help you debug your
programs.
%prep %prep
%setup -q -n gdb+dejagnu-%{snapdate} %setup -q
%patch0 -p1 -b .dwarfpatch
#perl -pi -e "s/^VERSION.*$/VERSION=5\.0rh-%{release} Red Hat Linux 7\.1/" gdb/Makefile.in
cat > gdb/version.in << _FOO cat > gdb/version.in << _FOO
Red Hat Linux 7.x (%{version}-%{release}) Red Hat Linux (%{version}-%{release})
_FOO _FOO
@ -50,14 +41,10 @@ rm -rf $RPM_BUILD_ROOT
%makeinstall infodir=$RPM_BUILD_ROOT/${_infodir} prefix=$RPM_BUILD_ROOT/usr %makeinstall infodir=$RPM_BUILD_ROOT/${_infodir} prefix=$RPM_BUILD_ROOT/usr
#make install-info infodir=$RPM_BUILD_ROOT/${_infodir}
# The above is broken, do this for now: # The above is broken, do this for now:
mkdir -p $RPM_BUILD_ROOT/%{_infodir} mkdir -p $RPM_BUILD_ROOT/%{_infodir}
cp `find -name "*.info*"` $RPM_BUILD_ROOT/%{_infodir} cp `find -name "*.info*"` $RPM_BUILD_ROOT/%{_infodir}
rm -f $RPM_BUILD_ROOT%{_infodir}/dir $RPM_BUILD_ROOT%{_infodir}/dir.info* rm -f $RPM_BUILD_ROOT%{_infodir}/dir $RPM_BUILD_ROOT%{_infodir}/dir.info*
#These are part of binutils #These are part of binutils
@ -65,21 +52,25 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir $RPM_BUILD_ROOT%{_infodir}/dir.info*
rm -f $RPM_BUILD_ROOT%{_infodir}/bfd* $RPM_BUILD_ROOT%{_infodir}/standard* rm -f $RPM_BUILD_ROOT%{_infodir}/bfd* $RPM_BUILD_ROOT%{_infodir}/standard*
rm -rf $RPM_BUILD_ROOT/usr/include/ $RPM_BUILD_ROOT/usr/lib/lib{bfd*,opcodes*} rm -rf $RPM_BUILD_ROOT/usr/include/ $RPM_BUILD_ROOT/usr/lib/lib{bfd*,opcodes*}
gzip -9f $RPM_BUILD_ROOT%{_infodir}/*
%clean %clean
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
%post %post
/sbin/install-info %{_infodir}/gdb.info %{_infodir}/dir [ -f %{_infodir}/gdb.info ] && /sbin/install-info %{_infodir}/gdb.info %{_infodir}/dir || :
/sbin/install-info %{_infodir}/mmalloc.info.gz %{_infodir}/dir [ -f %{_infodir}/gdb.info.gz ] && /sbin/install-info %{_infodir}/gdb.info.gz %{_infodir}/dir || :
/sbin/install-info %{_infodir}/stabs.info.gz %{_infodir}/dir [ -f %{_infodir}/mmalloc.info ] && /sbin/install-info %{_infodir}/mmalloc.info %{_infodir}/dir || :
[ -f %{_infodir}/mmalloc.info.gz ] && /sbin/install-info %{_infodir}/mmalloc.info.gz %{_infodir}/dir || :
[ -f %{_infodir}/stabs.info ] && /sbin/install-info %{_infodir}/stabs.info %{_infodir}/dir || :
[ -f %{_infodir}/stabs.info.gz ] && /sbin/install-info %{_infodir}/stabs.info.gz %{_infodir}/dir || :
%preun %preun
if [ $1 = 0 ]; then if [ $1 = 0 ]; then
/sbin/install-info --delete %{_infodir}/gdb.info.gz %{_infodir}/dir [ -f %{_infodir}/gdb.info ] && /sbin/install-info --delete %{_infodir}/gdb.info %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/mmalloc.info.gz %{_infodir}/dir [ -f %{_infodir}/gdb.info.gz ] && /sbin/install-info --delete %{_infodir}/gdb.info.gz %{_infodir}/dir || :
/sbin/install-info --delete %{_infodir}/stabs.info.gz %{_infodir}/dir [ -f %{_infodir}/mmalloc.info ] && /sbin/install-info --delete %{_infodir}/mmalloc.info %{_infodir}/dir || :
[ -f %{_infodir}/mmalloc.info.gz ] && /sbin/install-info --delete %{_infodir}/mmalloc.info.gz %{_infodir}/dir || :
[ -f %{_infodir}/stabs.info ] && /sbin/install-info --delete %{_infodir}/stabs.info %{_infodir}/dir || :
[ -f %{_infodir}/stabs.info.gz ] && /sbin/install-info --delete %{_infodir}/stabs.info.gz %{_infodir}/dir || :
fi fi
%files %files
@ -93,8 +84,58 @@ fi
# don't include the files in include, they are part of binutils # don't include the files in include, they are part of binutils
%changelog %changelog
* Mon Nov 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.1-0.71
- 5.1
* Mon Nov 19 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0.94-0.71
- 5.0.94. Almost there....
* Mon Nov 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0.93-2
- Add patch from jakub@redhat.com to improve handling of DWARF
* Mon Nov 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0.93-1
- 5.0.93
- handle missing info pages in post/pre scripts
* Wed Oct 31 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0.92-1
- 5.0.92
* Fri Oct 26 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0.91rh-1
- New snapshot
- Use the 5.0.91 versioning from the snapshot
* Wed Oct 17 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0rh-17
- New snapshot
* Thu Sep 27 2001 Trond Eivind Glomsrød <teg@redhat.com>
- New snapshot
* Wed Sep 12 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0rh-16
- New snapshot
* Mon Aug 13 2001 Trond Eivind Glomsrød <teg@redhat.com> 5.0rh-15
- Don't buildrequire compat-glibc (#51690)
* Thu Aug 9 2001 Trond Eivind Glomsrød <teg@redhat.com>
- New snapshot, from the stable branch eventually leading to gdb 5.1
* Mon Jul 30 2001 Trond Eivind Glomsrød <teg@redhat.com>
- s/Copyright/License/
- Add texinfo to BuildRequires
* Mon Jun 25 2001 Trond Eivind Glomsrød <teg@redhat.com>
- New snapshot
* Fri Jun 15 2001 Trond Eivind Glomsrød <teg@redhat.com>
- New snapshot
- Add ncurses-devel to buildprereq
- Remove perl from buildprereq, as gdb changed the way
version strings are generated
* Thu Jun 14 2001 Trond Eivind Glomsrød <teg@redhat.com>
- New snapshot
* Wed May 16 2001 Trond Eivind Glomsrød <teg@redhat.com> * Wed May 16 2001 Trond Eivind Glomsrød <teg@redhat.com>
- New snapshot - this had thread fixes for curing #39070 - New snapshot - this had thread fixes for curing #39070
- New way of specifying version - New way of specifying version

View File

@ -1 +1 @@
48a48d856c5981cde3096c9e3ac6a0e1 gdb+dejagnu-20010516.tar.bz2 9604597d6c188a2a1b99dcee0333efd6 gdb-5.1.tar.bz2