]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb.spec
- updated build-id patches from fedora to gdb 7.6
[packages/gdb.git] / gdb.spec
index 8963bd76356eb4b941c8401dcba6045605f2c3a6..7784291f8fee795a58c36d1635fcbc4dc747d3c4 100644 (file)
--- a/gdb.spec
+++ b/gdb.spec
@@ -19,10 +19,9 @@ Summary(uk.UTF-8):   Символьний відладчик для С та інш
 Summary(zh_CN.UTF-8):  [开发]C和其他语言的调试器
 Summary(zh_TW.UTF-8):  [.-A開發]C和.$)B其.-A他語.$)B言的調試器
 %define                snap    20120926
-######         /home/users/pluto/rpm/packages/../rpm-build-tools/rpm.groups: no such file
 Name:          gdb
 Version:       7.5.0
-Release:       0.%{snap}.1
+Release:       0.%{snap}.3
 License:       GPL v3+
 Group:         Development/Debuggers
 #Source0:      http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2
@@ -162,6 +161,8 @@ Patch1001:  %{name}-info.patch
 Patch1002:     %{name}-passflags.patch
 Patch1005:     %{name}-pretty-print-by-default.patch
 Patch1006:     buildid-locate-rpm-pld.patch
+Patch1007:     std_section.patch
+Patch1008:     texinfo.patch
 
 URL:           http://www.gnu.org/software/gdb/
 BuildRequires: autoconf >= 2.69
@@ -244,7 +245,6 @@ verir.
 %package gdbserver
 Summary:       A standalone server for GDB (the GNU source-level debugger)
 Summary(pl.UTF-8):     Samodzielny serwer GDB (debuggera GNU)
-######         /home/users/pluto/rpm/packages/../rpm-build-tools/rpm.groups: no such file
 Group:         Development/Debuggers
 
 %description gdbserver
@@ -267,15 +267,17 @@ maszynie niż ta, na której działa śledzony program.
 %package lib
 Summary:       GDB in the form of a static library
 Summary(pl.UTF-8):     GDB w postaci biblioteki statycznej
-######         /home/users/pluto/rpm/packages/../rpm-build-tools/rpm.groups: no such file
 Group:         Development/Debuggers
 # libraries that needs to be linked to fulfill libgdb.a symbol requirements
-Requires:      binutils-devel >= 2.17.50
-Requires:      expat-devel
-Requires:      ncurses-devel
-Requires:      python-devel
-Requires:      readline-devel
-Requires:      zlib-devel
+Requires:      binutils-static >= 2.17.50
+Requires:      expat-static
+Requires:      libselinux-static
+Requires:      libsepol-static
+Requires:      ncurses-static
+Requires:      python-static
+Requires:      readline-static
+Requires:      xz-static
+Requires:      zlib-static
 
 %description lib
 GDB in the form of a static library.
@@ -420,6 +422,8 @@ rm -f gdb/jv-exp.c gdb/m2-exp.c gdb/objc-exp.c gdb/p-exp.c
 %patch1002 -p1
 %patch1005 -p1
 %patch1006 -p1
+%patch1007 -p1
+%patch1008 -p1
 
 # Change the version that gets printed at GDB startup, so it is PLD Linux specific.
 cat > gdb/version.in << EOF
This page took 0.095011 seconds and 4 git commands to generate.