File monodevelop-debugger-gdb.spec of Package monodevelop-debugger-gdb
#
# spec file for package monodevelop-debugger-gdb
#
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: monodevelop-debugger-gdb
Version: 5.0.1
Release: 0
License: MIT
BuildArch: noarch
URL: http://www.monodevelop.com
Source: http://download.mono-project.com/sources/%{name}/%{name}-%{version}-0.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: pkgconfig(mono)
BuildRequires: pkgconfig(mono-addins)
BuildRequires: pkgconfig(monodevelop) >= %{version}
Requires: gdb
Summary: GDB for MonoDevelop
Group: Development/Tools/Debuggers
%description
GDB Debugger Addin for MonoDevelop.
%prep
%setup -q
%build
%{?env_options}
./configure --prefix=%{_prefix}
make
%install
%{?env_options}
make install DESTDIR=%{buildroot}
%files
%defattr(-, root, root)
%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.Debugger/MonoDevelop.Debugger.Gdb.dll*
%changelog