]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb.spec
- use ppc-include patch, to allow build on ppc with libbfd-devel installed
[packages/gdb.git] / gdb.spec
index 2852eb1d21e9585822c117ca04017626172a7905..eb27804c072565583cf6360707b51b36bd399330 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -1,5 +1,5 @@
 Summary:       A GNU source-level debugger for C, C++ and Fortran
-Summary(de):   Symbolischer Debugger für C und andere Sprachen 
+Summary(de):   Symbolischer Debugger für C und andere Sprachen
 Summary(es):   Depurador de programas C y otras lenguajes
 Summary(fr):   Débugger symbolique pour C et d'autres langages
 Summary(pl):   Symboliczny odpluskwiacz dla C i innych jêzyków
@@ -10,8 +10,6 @@ Version:      5.1.1
 Release:       2
 License:       GPL
 Group:         Development/Debuggers
-Group(de):     Entwicklung/Debugger
-Group(pl):     Programowanie/Odpluskwiacze
 Source0:       ftp://ftp.gnu.org/pub/gnu/gdb/%{name}-%{version}.tar.gz
 Source1:       http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2
 Patch0:                %{name}-gettext.patch
@@ -19,6 +17,7 @@ Patch1:               %{name}-ncurses.patch
 Patch2:                %{name}-readline.patch
 Patch3:                %{name}-info.patch
 Patch4:                %{name}-procfs.patch
+Patch5:                %{name}-ppc-include.patch
 BuildRequires: ncurses-devel >= 5.2
 BuildRequires: readline-devel >= 4.2
 BuildRequires: XFree86-devel
@@ -74,6 +73,7 @@ verir.
 %patch2 -p1
 %patch3 -p1
 %patch4 -p1
+%patch5 -p1
 
 %build
 (cd gdb; autoconf)
@@ -91,7 +91,7 @@ verir.
 (cd gdb/testsuite/gdb.threads; autoconf)
 (cd gdb/testsuite/gdb.trace; autoconf)
 (cd gdb/gdbserver; autoconf)
-# !! Don't enable shared here !! 
+# !! Don't enable shared here !!
 # This will cause serious problems --misiek
 %configure2_13 \
        --disable-shared \
This page took 0.090409 seconds and 4 git commands to generate.