From: Jakub Bogusz Date: Fri, 9 Aug 2013 13:37:07 +0000 (+0200) Subject: - libgdb.a needs symbols from any kind of libraries, not just static, so changed... X-Git-Tag: auto/th/gdb-7.6-2~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fgdb.git;a=commitdiff_plain;h=a82526875759e86bb96b8d99b1afb5f219a5bfa2 - libgdb.a needs symbols from any kind of libraries, not just static, so changed its Rs to *-devel --- diff --git a/gdb.spec b/gdb.spec index 9215030..6765bf5 100644 --- a/gdb.spec +++ b/gdb.spec @@ -146,15 +146,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-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 +Requires: binutils-devel >= 2.17.50 +Requires: expat-devel +Requires: libselinux-devel +Requires: libsepol-devel +Requires: ncurses-devel +Requires: python-devel +Requires: readline-devel +Requires: xz-devel +Requires: zlib-devel %description lib GDB in the form of a static library.