File monodevelop-debugger-mdb.spec of Package monodevelop-debugger-mdb
#
# spec file for package monodevelop-debugger-mdb (Version 2.4)
#
# Copyright (c) 2010 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.4
Release: 1
License: MIT/X11
AutoReqProv: on
BuildArch: noarch
ExclusiveArch: %ix86 x86_64 noarch
Url: http://www.monodevelop.com
Source: %{name}-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: mono-debugger mono-devel monodevelop >= %{version}
Requires: mono-debugger >= 2.0
Summary: MonoDevelop Debugger
Group: Development/Tools
%description
Mono Debugger Addin for MonoDevelop.
%files
%defattr(-, root, root)
%{_prefix}/lib/monodevelop/AddIns/MonoDevelop.Debugger/AspNetDebuggerClient.dll*
%{_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
%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