| [3005] | 1 | %define dbus_version 0.90 |
|---|
| 2 | %define dbus_glib_version 0.70 |
|---|
| 3 | |
|---|
| 4 | Summary: C# bindings for D-Bus |
|---|
| 5 | Summary(ja): D-Bus の C# バインディング |
|---|
| 6 | Name: dbus-sharp |
|---|
| 7 | Version: 0.7.0 |
|---|
| [3440] | 8 | Release: 4%{?_dist_release} |
|---|
| [3005] | 9 | URL: http://www.freedesktop.org/software/dbus/ |
|---|
| 10 | Source0: https://github.com/downloads/mono/dbus-sharp/%{name}-%{version}.tar.gz |
|---|
| 11 | License: AFL or GPLv2 |
|---|
| 12 | Group: System Environment/Libraries |
|---|
| 13 | BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) |
|---|
| 14 | BuildRequires: dbus-devel >= %{dbus_version} |
|---|
| 15 | BuildRequires: dbus-glib-devel >= %{dbus_glib_version} |
|---|
| 16 | BuildRequires: autoconf |
|---|
| 17 | BuildRequires: automake, libtool |
|---|
| 18 | BuildRequires: mono-devel |
|---|
| [3440] | 19 | BuildArch: noarch |
|---|
| [3005] | 20 | |
|---|
| 21 | %description |
|---|
| 22 | dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus. |
|---|
| 23 | It's often referred to as "managed D-Bus" to avoid confusion with existing |
|---|
| 24 | bindings (which wrap libdbus). |
|---|
| 25 | |
|---|
| 26 | %description -l ja |
|---|
| 27 | dbus-sharp は、C# による D-Bus の実装である ndesk-dbus のフォーク(派生版)です。 |
|---|
| 28 | これは (libdbusのラッパーである) 既存のバインディングとの混乱を避けるために、 |
|---|
| 29 | "managed D-Bus"と呼ばれることがあります。 |
|---|
| 30 | |
|---|
| 31 | %package devel |
|---|
| 32 | Summary: Libraries and headers for %{name} |
|---|
| 33 | Summary(ja): %{name} 用の開発ライブラリおよびヘッダファイル |
|---|
| 34 | Group: Development/Libraries |
|---|
| 35 | Requires: %{name} = %{version}-%{release} |
|---|
| 36 | Requires: pkgconfig |
|---|
| 37 | |
|---|
| 38 | %description devel |
|---|
| 39 | This package includes the files needed for developing and compiling |
|---|
| 40 | applications which use the %{name} library. |
|---|
| 41 | |
|---|
| 42 | You should install the %{name}-devel package if you would like to |
|---|
| 43 | develop applications using %{name}. |
|---|
| 44 | |
|---|
| 45 | %description devel -l ja |
|---|
| 46 | このパッケージは %{name} ライブラリを使用するアプリケーションを開発 |
|---|
| 47 | するのに必要なライブラリやヘッダファイルを含んでいます。 |
|---|
| 48 | |
|---|
| 49 | %{name} を使用したアプリケーションを開発する場合は、このパッケージ |
|---|
| 50 | をインストールしてください。 |
|---|
| 51 | |
|---|
| 52 | |
|---|
| 53 | %prep |
|---|
| 54 | %setup -q |
|---|
| 55 | |
|---|
| 56 | %build |
|---|
| [3440] | 57 | %configure --libdir=%{_prefix}/lib |
|---|
| [3005] | 58 | |
|---|
| 59 | %install |
|---|
| 60 | %{__rm} -rf %{buildroot} |
|---|
| [3440] | 61 | %{__make} install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_datadir}/pkgconfig |
|---|
| [3005] | 62 | |
|---|
| 63 | %clean |
|---|
| 64 | %{__rm} -rf %{buildroot} |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | %files |
|---|
| 68 | %defattr(-,root,root) |
|---|
| 69 | %doc COPYING ChangeLog NEWS |
|---|
| [3440] | 70 | %{_prefix}/lib/mono/dbus-sharp-1.0 |
|---|
| 71 | %{_prefix}/lib/mono/gac/dbus-sharp |
|---|
| [3005] | 72 | |
|---|
| 73 | %files devel |
|---|
| 74 | %defattr(-,root,root) |
|---|
| [3440] | 75 | %{_datadir}/pkgconfig/dbus-sharp-1.0.pc |
|---|
| [3005] | 76 | |
|---|
| 77 | %changelog |
|---|
| [3440] | 78 | * Wed Apr 13 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-4 |
|---|
| 79 | - fixed dbus-sharp-1.0.pc path |
|---|
| 80 | |
|---|
| 81 | * Mon Apr 11 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3 |
|---|
| 82 | - fixed mono library path |
|---|
| 83 | - added BuildArch: noarch |
|---|
| 84 | |
|---|
| [3285] | 85 | * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2 |
|---|
| 86 | - rebuilt with mono-2.10.1 |
|---|
| 87 | |
|---|
| [3005] | 88 | * Mon Mar 14 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-1 |
|---|
| 89 | - initial build for Vine Linux based on fedora development |
|---|
| 90 | |
|---|
| 91 | * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17 |
|---|
| 92 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild |
|---|
| 93 | |
|---|
| 94 | * Tue Jan 11 2011 Dan Hor叩k <dan[at]danny.cz> - 0.63-16 |
|---|
| 95 | - updated the supported arch list |
|---|
| 96 | |
|---|
| 97 | * Tue Oct 26 2010 Christian Krause <chkr@fedoraproject.org> - 0.63-15 |
|---|
| 98 | - Rebuilt against Mono 2.8 |
|---|
| 99 | |
|---|
| 100 | * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.63-14 |
|---|
| 101 | - ExcludeArch sparc64 |
|---|
| 102 | |
|---|
| 103 | * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-13.1 |
|---|
| 104 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild |
|---|
| 105 | |
|---|
| 106 | * Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.63-12.1 |
|---|
| 107 | - mono is now available on s390x |
|---|
| 108 | |
|---|
| 109 | * Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.63-12 |
|---|
| 110 | - build arch ppc64. |
|---|
| 111 | |
|---|
| 112 | * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11 |
|---|
| 113 | - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild |
|---|
| 114 | |
|---|
| 115 | * Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-10 |
|---|
| 116 | - fix license tag |
|---|
| 117 | |
|---|
| 118 | * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.63-9 |
|---|
| 119 | - Autorebuild for GCC 4.3 |
|---|
| 120 | |
|---|
| 121 | * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-8 |
|---|
| 122 | - Add alpha to ExlusiveArch |
|---|
| 123 | |
|---|
| 124 | * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-7 |
|---|
| 125 | - Fix license field |
|---|
| 126 | - Add pkgconfig dependency to the -devel package |
|---|
| 127 | |
|---|
| 128 | * Wed Aug 30 2006 Alexander Larsson <alexl@redhat.com> - 0.63-6 |
|---|
| 129 | - Fix connection and message gc problem (#187452) |
|---|
| 130 | - Patch from Christian Krause |
|---|
| 131 | |
|---|
| 132 | * Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 0.63-5 |
|---|
| 133 | - Update for new mono multilib setup |
|---|
| 134 | - Don't buildrequire old gtk-sharp |
|---|
| 135 | |
|---|
| 136 | * Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-4 |
|---|
| 137 | - Remove from the s390 builds |
|---|
| 138 | |
|---|
| 139 | * Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.63-3 |
|---|
| 140 | - remove unnecessary obsolete |
|---|
| 141 | |
|---|
| 142 | * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-2 |
|---|
| 143 | - Spec file cleanups |
|---|
| 144 | |
|---|
| 145 | * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-1 |
|---|
| 146 | - Initial dbus-glib package |
|---|