This commit is contained in:
committed by
Git OBS Bridge
parent
e9584446ba
commit
b1d1244d3c
14
gdb.spec
14
gdb.spec
@@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package gdb (Version 6.8.50.20080618)
|
||||
# spec file for package gdb (Version 6.8.50.20080708)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# This file and all modifications and additions to the pristine
|
||||
@@ -29,7 +29,7 @@ Group: Development/Tools/Debuggers
|
||||
AutoReqProv: on
|
||||
PreReq: %{install_info_prereq}
|
||||
Summary: The GNU Debugger
|
||||
Version: 6.8.50.20080618
|
||||
Version: 6.8.50.20080708
|
||||
Release: 1
|
||||
%define sss -cvs
|
||||
Source: gdb-%{version}%{sss}.tar.bz2
|
||||
@@ -42,6 +42,7 @@ Patch6: sect-index-text.diff
|
||||
Patch7: pie-relocate.diff
|
||||
Patch8: find-separate-debug-file.diff
|
||||
Patch9: fix-gdb-backtrace.diff
|
||||
Patch10: expand-line-sal-maybe.diff
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -110,9 +111,9 @@ Authors:
|
||||
%patch7
|
||||
%patch8
|
||||
%patch9
|
||||
%patch10
|
||||
|
||||
%build
|
||||
CFLAGS="$RPM_OPT_FLAGS" \
|
||||
./configure --prefix=%{_prefix} --libdir=%{_libdir} --infodir=%{_infodir} \
|
||||
--mandir=%{_mandir} --with-system-readline \
|
||||
%ifarch ia64
|
||||
@@ -122,12 +123,13 @@ CFLAGS="$RPM_OPT_FLAGS" \
|
||||
%endif
|
||||
--with-separate-debug-dir=%{_prefix}/lib/debug \
|
||||
--enable-64-bit-bfd --disable-werror \
|
||||
--build=%{_target_cpu}-suse-linux
|
||||
--build=%{_target_cpu}-suse-linux \
|
||||
CFLAGS="$RPM_OPT_FLAGS"
|
||||
make %{?jobs:-j%jobs}
|
||||
make info
|
||||
|
||||
%check
|
||||
ulimit -c unlimited
|
||||
ulimit -c $(ulimit -Hc)
|
||||
TERM=dumb \
|
||||
make -k check || :
|
||||
|
||||
@@ -171,6 +173,8 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Jul 07 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Wed Jun 18 2008 schwab@suse.de
|
||||
- Update to head of trunk.
|
||||
* Fri May 23 2008 matz@suse.de
|
||||
|
Reference in New Issue
Block a user