Author: qboosh Date: Thu Nov 1 18:40:42 2007 GMT Module: SPECS Tag: HEAD ---- Log message: - updated to 6.7.1 (contais fix for texinfo 4.11+) - added URL
---- Files affected: SPECS: gdb.spec (1.97 -> 1.98) ---- Diffs: ================================================================ Index: SPECS/gdb.spec diff -u SPECS/gdb.spec:1.97 SPECS/gdb.spec:1.98 --- SPECS/gdb.spec:1.97 Fri Oct 12 11:45:24 2007 +++ SPECS/gdb.spec Thu Nov 1 19:40:37 2007 @@ -14,12 +14,12 @@ Summary(zh_CN.UTF-8): [开发]C和其他语言的调试器 Summary(zh_TW.UTF-8): [.-A開發]C和.$)B其.-A他語.$)B言的調試器 Name: gdb -Version: 6.7 +Version: 6.7.1 Release: 1 License: GPL v3+ Group: Development/Debuggers Source0: ftp://ftp.gnu.org/gnu/gdb/%{name}-%{version}.tar.bz2 -# Source0-md5: d6e7c0ad7654bc91a3a457fabb6ad6c6 +# Source0-md5: 30a6bf36eded4ae5a152d7d71b86dc14 Source1: http://www.mif.pg.gda.pl/homepages/ankry/man-PLD/%{name}-non-english-man-pages.tar.bz2 # Source1-md5: 2e8a48939ae282c12bbacdd54e398247 Patch0: %{name}-readline.patch @@ -28,6 +28,7 @@ Patch4: %{name}-gdbinit-stat.patch Patch5: %{name}-pretty-print-by-default.patch Patch6: %{name}-absolute-gnu_debuglink-path.patch +URL: http://www.gnu.org/software/gdb/ BuildRequires: autoconf >= 2.53 BuildRequires: automake BuildRequires: bison @@ -35,7 +36,7 @@ BuildRequires: libtool BuildRequires: ncurses-devel >= 5.2 BuildRequires: readline-devel >= 4.3 -BuildRequires: texinfo +BuildRequires: texinfo >= 4.4 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -94,7 +95,7 @@ Summary: GDB in the form of a static library Summary(pl.UTF-8): GDB w postaci biblioteki statycznej Group: Development/Debuggers -#Requires: binutils-static >= 2.17.50 +#Requires: binutils-devel >= 2.17.50 %description lib GDB in the form of a static library. @@ -122,8 +123,7 @@ cd $olddir done cp -f /usr/share/automake/config.* . -# !! Don't enable shared here !! -# This will cause serious problems. +# don't --enable-shared here, there would be libs version mismatch with binutils %configure \ --disable-gdbtk \ --disable-shared \ @@ -134,12 +134,12 @@ --enable-nls \ --enable-tui \ --with-cpu=%{_target_cpu} \ - --without-included-gettext \ - --without-included-regex \ - --without-x \ %ifnarch alpha - --with-mmalloc + --with-mmalloc \ %endif + --without-included-gettext \ + --without-included-regex \ + --without-x %{__make} %{__make} info @@ -193,6 +193,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.98 2007/11/01 18:40:37 qboosh +- updated to 6.7.1 (contais fix for texinfo 4.11+) +- added URL + Revision 1.97 2007/10/12 09:45:24 arekm - licence gplv3+ ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/gdb.spec?r1=1.97&r2=1.98&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
