python runtime dependency added since gdb has python scripts
Change-Id: I39765d666f84e73ea8ded3275a6bacaa1eecc0ee
Signed-off-by: Vyacheslav Barinov <v.barinov@samsung.com>
Name: gdb
-Version: 7.9
+Version: 7.9.1
Release: 0
License: GPL-3.0+
Summary: A GNU source-level debugger for C, C++, Java and other languages
Source1001: gdb.manifest
%define gdb_src gdb-%{version}
%define gdb_build build-%{_target_platform}
-
+Requires: python
BuildRequires: bison
BuildRequires: expat-devel
BuildRequires: flex
This package provides a program that allows you to run GDB on a different machine than the one which is running the program being debugged.
%prep
-%setup -q
+%setup -q
cp %{SOURCE1001} .
# Remove the info and other generated files added by the FSF release
%files
%defattr(-,root,root)
%manifest %{name}.manifest
-%license COPYING COPYING.LIB
+%license COPYING COPYING.LIB
%{_bindir}/*
%{_datadir}/gdb