[packages/gdb] - libgdb.a needs symbols from any kind of libraries, not just static, so changed its Rs to *-devel

qboosh qboosh at pld-linux.org
Fri Aug 9 15:37:45 CEST 2013


commit a82526875759e86bb96b8d99b1afb5f219a5bfa2
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Fri Aug 9 15:37:07 2013 +0200

    - libgdb.a needs symbols from any kind of libraries, not just static, so changed its Rs to *-devel

 gdb.spec | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
---
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.
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gdb.git/commitdiff/a82526875759e86bb96b8d99b1afb5f219a5bfa2



More information about the pld-cvs-commit mailing list