| 1 | %define mono_dir %{_prefix}/lib/mono |
|---|
| 2 | Summary: Mono Debugger |
|---|
| 3 | Summary(ja): Mono デバッガ |
|---|
| 4 | Name: mono-debugger |
|---|
| 5 | Version: 2.10 |
|---|
| 6 | Release: 4%{?_dist_release} |
|---|
| 7 | |
|---|
| 8 | Group: Development/Debuggers |
|---|
| 9 | License: MIT/X11 (include GPL files) |
|---|
| 10 | URL: http://www.mono-project.com/Debugger |
|---|
| 11 | |
|---|
| 12 | Source0: %{name}-%{version}.tar.bz2 |
|---|
| 13 | |
|---|
| 14 | ExclusiveArch: %ix86 x86_64 |
|---|
| 15 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 16 | BuildRequires: mono-devel mono-nunit mono-web |
|---|
| 17 | BuildRequires: pkgconfig |
|---|
| 18 | BuildRequires: ncurses-devel |
|---|
| 19 | Requires: mono-core >= %{version} |
|---|
| 20 | Provides: mono-debugger-devel = %{version}-%{release} |
|---|
| 21 | |
|---|
| 22 | Vendor: Project Vine |
|---|
| 23 | Distribution: Vine Linux |
|---|
| 24 | |
|---|
| 25 | %description |
|---|
| 26 | A debugger is an important tool for development. The Mono Debugger |
|---|
| 27 | (MDB) can debug both managed and unmanaged applications. It provides a |
|---|
| 28 | reusable library that can be used to add debugger functionality to |
|---|
| 29 | different front-ends. The debugger package includes a console debugger |
|---|
| 30 | named "mdb", and MonoDevelop (http://www.monodevelop.com) provides a |
|---|
| 31 | GUI interface to the debugger. |
|---|
| 32 | |
|---|
| 33 | %description -l ja |
|---|
| 34 | デバッガは開発にかかせないツールです。Mono デバッガはマネージ、非マネージアプリ |
|---|
| 35 | ケーションのどちらでもデバッグできます。Mono デバッガは二つの異なるフロントエン |
|---|
| 36 | ドに再利用可能なライブラリを提供します。このパッケージは mdb というコンソールデ |
|---|
| 37 | バッガを含んでいます。また MonoDevelop (http://www.monodevelop.com) の GUI から |
|---|
| 38 | このデバッガを利用することもできます。 |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | %prep |
|---|
| 42 | %setup -q -n mono-debugger-%{version} |
|---|
| 43 | |
|---|
| 44 | %build |
|---|
| 45 | %configure |
|---|
| 46 | make |
|---|
| 47 | |
|---|
| 48 | |
|---|
| 49 | %install |
|---|
| 50 | make DESTDIR="$RPM_BUILD_ROOT" install |
|---|
| 51 | |
|---|
| 52 | # Remove unnecessary devel files |
|---|
| 53 | rm -f $RPM_BUILD_ROOT%_libdir/libmonodebuggerreadline.*a |
|---|
| 54 | rm -f $RPM_BUILD_ROOT%_libdir/libmonodebuggerserver.*a |
|---|
| 55 | |
|---|
| 56 | |
|---|
| 57 | %clean |
|---|
| 58 | rm -rf ${RPM_BUILD_ROOT} |
|---|
| 59 | |
|---|
| 60 | %post -p /sbin/ldconfig |
|---|
| 61 | |
|---|
| 62 | %postun -p /sbin/ldconfig |
|---|
| 63 | |
|---|
| 64 | %files |
|---|
| 65 | %defattr(-, root, root) |
|---|
| 66 | %doc AUTHORS COPYING ChangeLog NEWS README |
|---|
| 67 | %{_bindir}/mdb |
|---|
| 68 | %{_bindir}/mdb-symbolreader |
|---|
| 69 | %{_libdir}/*.so* |
|---|
| 70 | %{mono_dir}/2.0/* |
|---|
| 71 | %{mono_dir}/gac/Mono.Debugger |
|---|
| 72 | %{mono_dir}/gac/Mono.Debugger.Frontend |
|---|
| 73 | %{mono_dir}/gac/Mono.Debugger.SymbolWriter |
|---|
| 74 | %{mono_dir}/mono-debugger |
|---|
| 75 | %{_libdir}/pkgconfig/mono-debugger.pc |
|---|
| 76 | %{_libdir}/pkgconfig/mono-debugger-frontend.pc |
|---|
| 77 | |
|---|
| 78 | %changelog |
|---|
| 79 | * Thu Mar 26 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 2.10-4 |
|---|
| 80 | - rebuilt with mono 3.12 |
|---|
| 81 | |
|---|
| 82 | * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.10-3 |
|---|
| 83 | - rebuild with VineSeed environment |
|---|
| 84 | |
|---|
| 85 | * Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 2.10-2 |
|---|
| 86 | - rebuilt with mono-2.10.1-3 |
|---|
| 87 | |
|---|
| 88 | * Sun Apr 03 2011 <owa@bg.wakwak.com> 2.10-1 |
|---|
| 89 | - updated mono-debugger to 2.10 |
|---|
| 90 | |
|---|
| 91 | * Sun Nov 21 2010 <owa@bg.wakwak.com> 2.8.1-1 |
|---|
| 92 | - updated mono-debugger to 2.8.1 |
|---|
| 93 | |
|---|
| 94 | * Fri Oct 08 2010 <owa@bg.wakwak.com> 2.8-1 |
|---|
| 95 | - updated mono-debugger to 2.8 |
|---|
| 96 | |
|---|
| 97 | * Wed Sep 22 2010 IWAI, Masaharu <iwai@alib.jp> 2.6.3-2 |
|---|
| 98 | - build with rpm-4.8.1-1 for pkg-config file |
|---|
| 99 | |
|---|
| 100 | * Thu Apr 08 2010 <owa@bg.wakwak.com> 2.6.3-1 |
|---|
| 101 | - updated mono-debugger to 2.6.3 |
|---|
| 102 | |
|---|
| 103 | * Sun Dec 27 2009 <owa@bg.wakwak.com> 2.6-1 |
|---|
| 104 | - updated mono-debugger to 2.6 |
|---|
| 105 | |
|---|
| 106 | * Tue Dec 15 2009 <owa@bg.wakwak.com> 2.4.3-1 |
|---|
| 107 | - new upstream release |
|---|
| 108 | |
|---|
| 109 | * Wed Jul 08 2009 <owa@bg.wakwak.com> 2.4.2.1-1 |
|---|
| 110 | - new packaged for VineLinux |
|---|
| 111 | |
|---|