]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- updated for 5.2
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 22 May 2002 05:20:30 +0000 (05:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated readline and ncurses patches, STBR

Changed files:
    gdb.spec -> 1.55

gdb.spec

index 472cdf10db4758fb42172d9996d2f269def517fe..0185a42ee15a2bd2662fef567622f57a22f9d6c5 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -6,8 +6,8 @@ Summary(pl):    Symboliczny odpluskwiacz dla C i innych j
 Summary(pt_BR):        Depurador de programas C e outras linguagens
 Summary(tr):   C ve diðer diller için sembolik hata ayýklayýcý
 Name:          gdb
-Version:       5.1.1
-Release:       2
+Version:       5.2
+Release:       1
 License:       GPL
 Group:         Development/Debuggers
 Source0:       ftp://ftp.gnu.org/pub/gnu/gdb/%{name}-%{version}.tar.gz
@@ -17,8 +17,7 @@ Patch1:               %{name}-ncurses.patch
 Patch2:                %{name}-readline.patch
 Patch3:                %{name}-info.patch
 Patch4:                %{name}-procfs.patch
-Patch5:                %{name}-ppc-include.patch
-Patch6:                %{name}-passflags.patch
+Patch5:                %{name}-passflags.patch
 BuildRequires: ncurses-devel >= 5.2
 BuildRequires: readline-devel >= 4.2
 BuildRequires: XFree86-devel
@@ -75,7 +74,6 @@ verir.
 %patch3 -p1
 %patch4 -p1
 %patch5 -p1
-%patch6 -p1
 
 %build
 (cd gdb; autoconf)
@@ -99,17 +97,16 @@ verir.
        --disable-shared \
        --enable-nls \
        --without-included-gettext \
-       --enable-multi-ice \
-       --enable-gdbmi \
+       --without-included-regex \
        --enable-gdcli \
+       --enable-gdbmi \
+       --enable-multi-ice \
        --enable-netrom \
        --with-cpu=%{_target_cpu} \
-       --with-x \
        --enable-tui \
 %ifnarch alpha
        --with-mmalloc \
 %endif
-       --with-mmap
 
 # something is wrong after above - e.g. $exeext=="no" - fix it:
 (cd gdb
This page took 0.037919 seconds and 4 git commands to generate.