dbus-sharp-vl.spec 5.0 KB

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