File monodevelop-debugger-mdb.spec of Package monodevelop-debugger-mdb
#
# spec file for package monodevelop-debugger-mdb (Version 2.0)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: monodevelop-debugger-mdb
Version: 2.0
Release: 3
License: GPL v2 only
AutoReqProv: on
BuildArch: noarch
ExclusiveArch: %ix86 x86_64 noarch
Url: http://www.monodevelop.com
Source: %{name}-%{version}.tar.bz2
Patch0: mono-2.4.2.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: mono-debugger mono-devel monodevelop = %{version}
Requires: mono-debugger >= 2.0
Summary: Monodevelop GDB Debugger Addin
Group: Development/Languages/Mono
%description
GDB Debugger support for MonoDevelop.
%files
%defattr(-, root, root)
%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.Debugger/DebuggerClient.dll*
%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.Debugger/DebuggerServer.exe*
%{_datadir}/pkgconfig/mono.debugging.backend.mdb.pc
%prep
%setup -q
%patch0
%build
./configure --prefix=%{_prefix}
make
%install
make install DESTDIR=%{buildroot}
mkdir -p %{buildroot}%{_datadir}/pkgconfig
mv %{buildroot}%{_prefix}/lib/pkgconfig/*.pc %{buildroot}%{_datadir}/pkgconfig/
%clean
rm -rf %{buildroot}
%changelog