[packages/gdb] - fix deps for libgdb.a - rel 2

baggins baggins at pld-linux.org
Sun Nov 18 23:42:59 CET 2012


commit ac73038ff56c48fdf23bb1d4a1019c7655ed8cce
Author: Jan Rękorajski <baggins at pld-linux.org>
Date:   Sun Nov 18 23:42:37 2012 +0100

    - fix deps for libgdb.a
    - rel 2

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

---- gitweb:

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



More information about the pld-cvs-commit mailing list