SPECS: gdb.spec - X doesn't seem to be used, disable it explicitly...
qboosh
qboosh at pld-linux.org
Thu Jan 12 11:47:11 CET 2006
Author: qboosh Date: Thu Jan 12 10:47:11 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- X doesn't seem to be used, disable it explicitly (and kill BR)
- double configure hack seems no longer needed
- release 2
---- Files affected:
SPECS:
gdb.spec (1.84 -> 1.85)
---- Diffs:
================================================================
Index: SPECS/gdb.spec
diff -u SPECS/gdb.spec:1.84 SPECS/gdb.spec:1.85
--- SPECS/gdb.spec:1.84 Thu Dec 8 13:08:12 2005
+++ SPECS/gdb.spec Thu Jan 12 11:47:06 2006
@@ -12,7 +12,7 @@
Summary(zh_TW): [.-Aś}ľo]CŠM.$)B¨ä.-AĽLťy.$)B¨ĽŞş˝Ő¸Őžš
Name: gdb
Version: 6.4
-Release: 1
+Release: 2
License: GPL
Group: Development/Debuggers
Source0: ftp://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2
@@ -25,7 +25,6 @@
# updated from http://www.math.uni.wroc.pl/~hebisch/gpc/gdb-6.1.diff
Patch3: %{name}-gpc.patch
Patch4: %{name}-gdbinit-stat.patch
-BuildRequires: XFree86-devel
BuildRequires: autoconf >= 2.53
BuildRequires: automake
BuildRequires: bison
@@ -110,25 +109,22 @@
# !! Don't enable shared here !!
# This will cause serious problems --misiek
%configure2_13 \
+ --disable-gdbtk \
--disable-shared \
- --enable-nls \
- --without-included-gettext \
- --without-included-regex \
- --enable-gdcli \
+ --enable-gdbcli \
--enable-gdbmi \
--enable-multi-ice \
--enable-netrom \
- --with-cpu=%{_target_cpu} \
+ --enable-nls \
--enable-tui \
+ --with-cpu=%{_target_cpu} \
+ --without-included-gettext \
+ --without-included-regex \
+ --without-x \
%ifnarch alpha
--with-mmalloc
%endif
-# something is wrong after above - e.g. $exeext=="no" - fix it:
-cd gdb
-%configure
-cd ..
-
%{__make}
%{__make} info
@@ -175,6 +171,11 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.85 2006/01/12 10:47:06 qboosh
+- X doesn't seem to be used, disable it explicitly (and kill BR)
+- double configure hack seems no longer needed
+- release 2
+
Revision 1.84 2005/12/08 12:08:12 qboosh
- updated to 6.4 (fixes CVE-2005-1704)
- added gdbinit-stat patch from Gentoo (fixes CVE-2005-1705)
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/gdb.spec?r1=1.84&r2=1.85&f=u
More information about the pld-cvs-commit
mailing list