auto-import gdb-5.2-2a from gdb-5.2-2a.src.rpm

This commit is contained in:
cvsdist 2004-09-09 05:04:01 +00:00
parent d171b67033
commit 699211b6c1
1 changed files with 3 additions and 1 deletions

View File

@ -1,10 +1,11 @@
Summary: A GNU source-level debugger for C, C++ and other languages.
Name: gdb
Version: 5.2
Release: 2
Release: 2a
License: GPL
Group: Development/Debuggers
Source: ftp://sources.redhat.com/pub/gdb/snapshots/branch/gdb-%{version}.tar.bz2
Patch: gdb-5.2-s390.patch
Buildroot: %{_tmppath}/%{name}-%{version}-root
URL: http://sources.redhat.com/gdb/
BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo
@ -17,6 +18,7 @@ printing their data.
%prep
%setup -q
%patch -p1
rm -fr gdb/gdbserver
cat > gdb/version.in << _FOO