dbus-sharp-vl.spec 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  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: 6%{?_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. * Sat Dec 28 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.7.0-6
  62. - rebuild with VineSeed environment
  63. * Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-5
  64. - rebuilt with mono-2.10.1-3
  65. * Wed Apr 13 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-4
  66. - fixed dbus-sharp-1.0.pc path
  67. * Mon Apr 11 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-3
  68. - fixed mono library path
  69. - added BuildArch: noarch
  70. * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.7.0-2
  71. - rebuilt with mono-2.10.1
  72. * Mon Mar 14 2011 Kazutaka HARADA <kazutaka@vinelinux.org> 0.7.0-1
  73. - initial build for Vine Linux based on fedora development
  74. * Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-17
  75. - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
  76. * Tue Jan 11 2011 Dan Hor叩k <dan[at]danny.cz> - 0.63-16
  77. - updated the supported arch list
  78. * Tue Oct 26 2010 Christian Krause <chkr@fedoraproject.org> - 0.63-15
  79. - Rebuilt against Mono 2.8
  80. * Mon Oct 26 2009 Dennis Gilmore <dennis@ausil.us> - 0.63-14
  81. - ExcludeArch sparc64
  82. * Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-13.1
  83. - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
  84. * Wed Jun 17 2009 Karsten Hopp <karsten@redhat.com> 0.63-12.1
  85. - mono is now available on s390x
  86. * Mon May 25 2009 Xavier Lamien <laxathom@fedoraproject.org> - 0.63-12
  87. - build arch ppc64.
  88. * Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.63-11
  89. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  90. * Wed Jul 16 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.63-10
  91. - fix license tag
  92. * Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 0.63-9
  93. - Autorebuild for GCC 4.3
  94. * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-8
  95. - Add alpha to ExlusiveArch
  96. * Tue Oct 2 2007 Matthias Clasen <mclasen@redhat.com> - 0.63-7
  97. - Fix license field
  98. - Add pkgconfig dependency to the -devel package
  99. * Wed Aug 30 2006 Alexander Larsson <alexl@redhat.com> - 0.63-6
  100. - Fix connection and message gc problem (#187452)
  101. - Patch from Christian Krause
  102. * Fri Aug 18 2006 Alexander Larsson <alexl@redhat.com> - 0.63-5
  103. - Update for new mono multilib setup
  104. - Don't buildrequire old gtk-sharp
  105. * Thu Jul 20 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-4
  106. - Remove from the s390 builds
  107. * Thu Jul 20 2006 Warren Togami <wtogami@redhat.com> - 0.63-3
  108. - remove unnecessary obsolete
  109. * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-2
  110. - Spec file cleanups
  111. * Wed Jul 19 2006 John (J5) Palmieri <johnp@redhat.com> - 0.63-1
  112. - Initial dbus-glib package