|
@@ -2,15 +2,21 @@ Summary: A GNU source-level debugger for C, C++ and other languages.
|
|
|
Summary(ja): C, C++ その他の言語用 GNU ソースレベルデバッガ
|
|
|
Name: gdb
|
|
|
Version: 7.2
|
|
|
-Release: 1%{?_dist_release}
|
|
|
+Release: 2%{?_dist_release}
|
|
|
License: GPL
|
|
|
Group: Development/Debuggers
|
|
|
Source: ftp://sources.redhat.com/pub/gdb/releases/gdb-%{version}.tar.bz2
|
|
|
Buildroot: %{_tmppath}/%{name}-%{version}-root
|
|
|
URL: http://sources.redhat.com/gdb/
|
|
|
BuildRequires: ncurses-devel glibc-devel gcc make gzip texinfo expat-devel
|
|
|
+BuildRequires: python-devel
|
|
|
+BuildRequires: zlib-devel
|
|
|
Requires: install-info
|
|
|
|
|
|
+Vendor: Project Vine
|
|
|
+Distribution: Vine Linux
|
|
|
+Packager: Takemikaduchi
|
|
|
+
|
|
|
%description
|
|
|
GDB, the GNU debugger, allows you to debug programs written in C, C++,
|
|
|
and other languages, by executing them in a controlled fashion and
|
|
@@ -97,7 +103,7 @@ fi
|
|
|
%{_infodir}/gdbint.info*
|
|
|
%{_infodir}/stabs.info*
|
|
|
%exclude %{_infodir}/dir
|
|
|
-%ifarch x86_64
|
|
|
+%ifarch %{ix86} x86_64
|
|
|
%{_libdir}/libinproctrace.so
|
|
|
%endif
|
|
|
## don't include the files in include, they are part of binutils
|
|
@@ -111,6 +117,10 @@ fi
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
+* Sat Apr 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 7.2-2
|
|
|
+- add BuildRequires: python-devel, zlib-devel
|
|
|
+- fix %%files
|
|
|
+
|
|
|
* Thu Apr 28 2011 Shu KONNO <owa@bg.wakwak.com> 7.2-1
|
|
|
- updated gdb to 7.2
|
|
|
|