dbus-sharp-vl.spec 4.8 KB

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