From: Jan Rękorajski Date: Sun, 18 Nov 2012 22:42:37 +0000 (+0100) Subject: - fix deps for libgdb.a X-Git-Tag: auto/th/gdb-7.5.0-0.20120926.2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=ac73038ff56c48fdf23bb1d4a1019c7655ed8cce;p=packages%2Fgdb.git - fix deps for libgdb.a - rel 2 --- diff --git a/gdb.spec b/gdb.spec index 028d8cb..f35a027 100644 --- a/gdb.spec +++ b/gdb.spec @@ -21,7 +21,7 @@ Summary(zh_TW.UTF-8): [.-A開發]C和.$)B其.-A他語.$)B言的調試器 %define snap 20120926 Name: gdb Version: 7.5.0 -Release: 0.%{snap}.1 +Release: 0.%{snap}.2 License: GPL v3+ Group: Development/Debuggers #Source0: http://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2 @@ -267,12 +267,15 @@ Summary: GDB in the form of a static library Summary(pl.UTF-8): GDB w postaci biblioteki statycznej 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.