auto-import gdb-5.1.90CVS-4 from gdb-5.1.90CVS-4.src.rpm
This commit is contained in:
parent
3725ffd4d7
commit
0f34a3f16f
@ -1 +1 @@
|
|||||||
gdb-5.1.1.tar.bz2
|
gdb+dejagnu-5.1.90_20020404.tar.bz2
|
||||||
|
26
gdb.spec
26
gdb.spec
@ -1,10 +1,13 @@
|
|||||||
|
%define cvsversion 5.1.90_20020404
|
||||||
|
|
||||||
Summary: A GNU source-level debugger for C, C++ and other languages.
|
Summary: A GNU source-level debugger for C, C++ and other languages.
|
||||||
Name: gdb
|
Name: gdb
|
||||||
Version: 5.1.1
|
Version: 5.1.90CVS
|
||||||
Release: 0.1
|
Release: 4
|
||||||
License: GPL
|
License: GPL
|
||||||
Group: Development/Debuggers
|
Group: Development/Debuggers
|
||||||
Source: ftp://sources.redhat.com/pub/gdb/gdb-%{version}.tar.bz2
|
#Source: ftp://sources.redhat.com/pub/gdb/gdb-%{version}.tar.bz2
|
||||||
|
Source: ftp://sources.redhat.com/pub/gdb/snapshots/branch/gdb+dejagnu-%{cvsversion}.tar.bz2
|
||||||
Patch1: gdb-5.1-threadfpufix.patch
|
Patch1: gdb-5.1-threadfpufix.patch
|
||||||
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
||||||
URL: http://sources.redhat.com/gdb/
|
URL: http://sources.redhat.com/gdb/
|
||||||
@ -17,8 +20,9 @@ and other languages, by executing them in a controlled fashion and
|
|||||||
printing their data.
|
printing their data.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n gdb+dejagnu-%{cvsversion}
|
||||||
%patch1 -p1 -b .threadfpupatch
|
rm -fr gdb/gdbserver
|
||||||
|
#patch1 -p1 -b .threadfpupatch
|
||||||
|
|
||||||
cat > gdb/version.in << _FOO
|
cat > gdb/version.in << _FOO
|
||||||
Red Hat Linux (%{version}-%{release})
|
Red Hat Linux (%{version}-%{release})
|
||||||
@ -86,6 +90,18 @@ 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
|
||||||
|
* Thu Mar 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 5.1.90CVS-4
|
||||||
|
- Update to current
|
||||||
|
|
||||||
|
* Thu Mar 28 2002 Trond Eivind Glomsrød <teg@redhat.com> 5.1.90CVS-3
|
||||||
|
- Update to current
|
||||||
|
|
||||||
|
* Wed Mar 20 2002 Trond Eivind Glomsrød <teg@redhat.com> 5.1.90CVS-2
|
||||||
|
- Update to current
|
||||||
|
|
||||||
|
* Wed Mar 13 2002 Trond Eivind Glomsrød <teg@redhat.com> 5.1.90CVS-1
|
||||||
|
- Update to current 5.2 branch
|
||||||
|
|
||||||
* Thu Jan 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 5.1.1-1
|
* Thu Jan 24 2002 Trond Eivind Glomsrød <teg@redhat.com> 5.1.1-1
|
||||||
- 5.1.1
|
- 5.1.1
|
||||||
- add URL
|
- add URL
|
||||||
|
Loading…
Reference in New Issue
Block a user