123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151 |
- %define dbus_version 0.90
- %define dbus_glib_version 0.70
- Summary: C# bindings for D-Bus
- Summary(ja): D-Bus の C# バインディング
- Name: dbus-sharp
- Version: 0.7.0
- Release: 6%{?_dist_release}
- URL: http://www.freedesktop.org/software/dbus/
- Source0: https://github.com/downloads/mono/dbus-sharp/%{name}-%{version}.tar.gz
- License: AFL or GPLv2
- Group: System Environment/Libraries
- BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
- BuildRequires: dbus-devel >= %{dbus_version}
- BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
- BuildRequires: autoconf
- BuildRequires: automake, libtool
- BuildRequires: mono-devel
- BuildArch: noarch
- %description
- dbus-sharp is a fork of ndesk-dbus, which is a C# implementation of D-Bus.
- It's often referred to as "managed D-Bus" to avoid confusion with existing
- bindings (which wrap libdbus).
- %description -l ja
- dbus-sharp は、C# による D-Bus の実装である ndesk-dbus のフォーク(派生版)です。
- これは (libdbusのラッパーである) 既存のバインディングとの混乱を避けるために、
- "managed D-Bus"と呼ばれることがあります。
- %package devel
- Summary: Libraries and headers for %{name}
- Summary(ja): %{name} 用の開発ライブラリおよびヘッダファイル
- Group: Development/Libraries
- Requires: %{name} = %{version}-%{release}
- Requires: pkgconfig
- %description devel
- This package includes the files needed for developing and compiling
- applications which use the %{name} library.
- You should install the %{name}-devel package if you would like to
- develop applications using %{name}.
- %description devel -l ja
- このパッケージは %{name} ライブラリを使用するアプリケーションを開発
- するのに必要なライブラリやヘッダファイルを含んでいます。
- %{name} を使用したアプリケーションを開発する場合は、このパッケージ
- をインストールしてください。
- %prep
- %setup -q
- %build
- %configure --libdir=%{_prefix}/lib
- %install
- %{__rm} -rf %{buildroot}
- %{__make} install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_datadir}/pkgconfig
- %clean
- %{__rm} -rf %{buildroot}
- %files
- %defattr(-,root,root)
- %doc COPYING ChangeLog NEWS
- %{_prefix}/lib/mono/dbus-sharp-1.0
- %{_prefix}/lib/mono/gac/dbus-sharp
- %files devel
- %defattr(-,root,root)
- %{_datadir}/pkgconfig/dbus-sharp-1.0.pc
- %changelog
- * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-6
- - rebuild with VineSeed environment
- * Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-5
- - rebuilt with mono-2.10.1-3
- * Wed Apr 13 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-4
- - fixed dbus-sharp-1.0.pc path
- * Mon Apr 11 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3
- - fixed mono library path
- - added BuildArch: noarch
- * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2
- - rebuilt with mono-2.10.1
- * Mon Mar 14 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-1
- - initial build for Vine Linux based on fedora development
- * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
- * Tue Jan 11 2011 Dan Hor叩k <dan[at]danny.cz> - 0.63-16
- - updated the supported arch list
- * Tue Oct 26 2010 Christian Krause <chkr@fedoraproject.org> - 0.63-15
- - Rebuilt against Mono 2.8
- * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.63-14
- - ExcludeArch sparc64
- * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-13.1
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
- * Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.63-12.1
- - mono is now available on s390x
- * Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.63-12
- - build arch ppc64.
- * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
- - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
- * Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-10
- - fix license tag
- * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.63-9
- - Autorebuild for GCC 4.3
- * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-8
- - Add alpha to ExlusiveArch
- * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-7
- - Fix license field
- - Add pkgconfig dependency to the -devel package
- * Wed Aug 30 2006 Alexander Larsson <alexl@redhat.com> - 0.63-6
- - Fix connection and message gc problem (#187452)
- - Patch from Christian Krause
- * Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 0.63-5
- - Update for new mono multilib setup
- - Don't buildrequire old gtk-sharp
- * Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-4
- - Remove from the s390 builds
- * Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.63-3
- - remove unnecessary obsolete
- * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-2
- - Spec file cleanups
- * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-1
- - Initial dbus-glib package
|