]> git.pld-linux.org Git - packages/gdb.git/commitdiff
- updated to 5.1
authorfilon <filon@sokrates.mimuw.edu.pl>
Wed, 23 Jan 2002 00:21:22 +0000 (00:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- updated patches: ncurses (improved it), readline, info and procfs
- added tui compilation
- changes in build
- STB (builds and works)

Changed files:
    gdb.spec -> 1.45

gdb.spec

index d59fcf41ffe9b6eca8097d0ad4948ffd46bcfcee..07184f07722edcd03f06dbb9f24ca565edc0ff5f 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -6,13 +6,13 @@ 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.0
-Release:       8
+Version:       5.1
+Release:       1
 License:       GPL
 Group:         Development/Debuggers
 Group(de):     Entwicklung/Debugger
 Group(pl):     Programowanie/Odpluskwiacze
-Source0:       ftp://ftp.gnu.org/pub/gnu/gdb/%{name}-%{version}.tar.bz2
+Source0:       ftp://ftp.gnu.org/pub/gnu/gdb/%{name}-%{version}.tar.gz
 Source1:       %{name}-non-english-man-pages.tar.bz2
 Patch0:                %{name}-gettext.patch
 Patch1:                %{name}-ncurses.patch
@@ -82,12 +82,14 @@ verir.
 (cd gdb/testsuite/gdb.asm; autoconf)
 (cd gdb/testsuite/gdb.base; autoconf)
 (cd gdb/testsuite/gdb.c++; autoconf)
-(cd gdb/testsuite/gdb.disasm; autoconf)
 (cd gdb/testsuite/gdb.chill; autoconf)
+(cd gdb/testsuite/gdb.disasm; autoconf)
+(cd gdb/testsuite/gdb.fortran; autoconf)
+(cd gdb/testsuite/gdb.java; autoconf)
 (cd gdb/testsuite/gdb.mi; autoconf)
+(cd gdb/testsuite/gdb.stabs; autoconf)
 (cd gdb/testsuite/gdb.threads; autoconf)
 (cd gdb/testsuite/gdb.trace; autoconf)
-(cd gdb/testsuite/gdb.stabs; autoconf)
 (cd gdb/gdbserver; autoconf)
 # !! Don't enable shared here !! 
 # This will cause serious problems --misiek
@@ -97,19 +99,16 @@ verir.
        --without-included-gettext \
        --enable-multi-ice \
        --enable-gdbmi \
+       --enable-gdcli \
        --enable-netrom \
        --with-cpu=%{_target_cpu} \
        --with-x \
+       --enable-tui \
 %ifnarch alpha
        --with-mmalloc \
 %endif
        --with-mmap
-#      --enable-tui
 
-# rebuild main Makefile again (due to some bug, Makefile is deleted)
-%configure2_13 \
-       --norecursion
-                       
 %{__make}
 %{__make} info
 
This page took 0.05248 seconds and 4 git commands to generate.