This commit is contained in:
committed by
Git OBS Bridge
parent
a3bdbacbed
commit
c9ef7ab429
23
gdb.spec
23
gdb.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package gdb (Version 6.7.1)
|
||||
# spec file for package gdb (Version 6.7.50.20080110)
|
||||
#
|
||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
# package are under the same license as the package itself.
|
||||
#
|
||||
@@ -28,19 +28,16 @@ License: GPL v2 or later
|
||||
Group: Development/Tools/Debuggers
|
||||
AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Version: 6.7.1
|
||||
Version: 6.7.50.20080110
|
||||
Release: 1
|
||||
Summary: The GNU Debugger
|
||||
Source: gdb-%{version}.tar.bz2
|
||||
Source: gdb-%{version}-cvs.tar.bz2
|
||||
Patch1: find-pc-sect-line.diff
|
||||
Patch2: warn.patch
|
||||
Patch3: readline-5.1-random.patch
|
||||
Patch4: readnever.patch
|
||||
Patch5: gstack.patch
|
||||
Patch6: sect-index-text.diff
|
||||
Patch7: pie-relocate.diff
|
||||
Patch9: macro-table.diff
|
||||
Patch10: ppc-long-double.diff
|
||||
Patch12: find-pc-sect-line.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -68,16 +65,13 @@ Authors:
|
||||
Stu Grossman <grossman@cygnus.com>
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
%setup -q -n %{name}-%{version}-cvs
|
||||
%patch1
|
||||
%patch2
|
||||
%patch3
|
||||
%patch4
|
||||
%patch5
|
||||
%patch6
|
||||
%patch7
|
||||
%patch9 -p1
|
||||
%patch10
|
||||
%patch12
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
@@ -133,7 +127,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_bindir}/gdbserver
|
||||
%{_mandir}/man1/gdbserver.1.gz
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Jan 10 2008 - schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Mon Nov 12 2007 - schwab@suse.de
|
||||
- Update to gdb 6.7.1.
|
||||
* hppa*64*-*-hpux11* target broken
|
||||
|
Reference in New Issue
Block a user