dbus-sharp-vl.spec 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  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: 2%{?_dist_release}
  8. License: MIT
  9. Group: System Environment/Libraries
  10. URL: http://mono.github.io/dbus-sharp/
  11. Source0: https://github.com/mono/%{name}/archive/v%{version}.tar.gz
  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. ./autogen.sh
  48. %configure --libdir=%{_prefix}/lib
  49. %install
  50. %{__rm} -rf %{buildroot}
  51. %{__make} install DESTDIR=$RPM_BUILD_ROOT pkgconfigdir=%{_datadir}/pkgconfig
  52. %clean
  53. %{__rm} -rf %{buildroot}
  54. %files
  55. %defattr(-,root,root)
  56. %doc COPYING ChangeLog NEWS
  57. %{_prefix}/lib/mono/dbus-sharp-2.0
  58. %{_prefix}/lib/mono/gac/dbus-sharp
  59. %files devel
  60. %defattr(-,root,root)
  61. %{_datadir}/pkgconfig/dbus-sharp-2.0.pc
  62. %changelog
  63. * Sat Mar 28 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.8.1-2
  64. - rebuilt with mono 3.12.1
  65. - fixed License to MIT
  66. * Mon Nov 3 2014 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 0.8.1-1
  67. - updated to 0.8.1
  68. * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-6
  69. - rebuild with VineSeed environment
  70. * Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-5
  71. - rebuilt with mono-2.10.1-3
  72. * Wed Apr 13 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-4
  73. - fixed dbus-sharp-1.0.pc path
  74. * Mon Apr 11 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3
  75. - fixed mono library path
  76. - added BuildArch: noarch
  77. * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2
  78. - rebuilt with mono-2.10.1
  79. * Mon Mar 14 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-1
  80. - initial build for Vine Linux based on fedora development
  81. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
  82. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  83. * Tue Jan 11 2011 Dan Hor叩k <dan[at]danny.cz> - 0.63-16
  84. - updated the supported arch list
  85. * Tue Oct 26 2010 Christian Krause <chkr@fedoraproject.org> - 0.63-15
  86. - Rebuilt against Mono 2.8
  87. * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.63-14
  88. - ExcludeArch sparc64
  89. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-13.1
  90. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  91. * Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.63-12.1
  92. - mono is now available on s390x
  93. * Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.63-12
  94. - build arch ppc64.
  95. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
  96. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  97. * Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-10
  98. - fix license tag
  99. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.63-9
  100. - Autorebuild for GCC 4.3
  101. * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-8
  102. - Add alpha to ExlusiveArch
  103. * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-7
  104. - Fix license field
  105. - Add pkgconfig dependency to the -devel package
  106. * Wed Aug 30 2006 Alexander Larsson <alexl@redhat.com> - 0.63-6
  107. - Fix connection and message gc problem (#187452)
  108. - Patch from Christian Krause
  109. * Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 0.63-5
  110. - Update for new mono multilib setup
  111. - Don't buildrequire old gtk-sharp
  112. * Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-4
  113. - Remove from the s390 builds
  114. * Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.63-3
  115. - remove unnecessary obsolete
  116. * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-2
  117. - Spec file cleanups
  118. * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-1
  119. - Initial dbus-glib package