ndesk-dbus-vl.spec 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. %define mono_dir %{_prefix}/lib/mono
  2. %define pkgconfigdir %{_datadir}/pkgconfig
  3. Summary: C# implementation of D-Bus
  4. Summary(ja): D-BUs の C# による実装
  5. Name: ndesk-dbus
  6. Version: 0.6.0
  7. Release: 11%{?_dist_release}
  8. Source0: %{name}-%{version}.tar.gz
  9. License: MIT
  10. Group: System Environment/Libraries
  11. URL: http://www.ndesk.org/DBusSharp
  12. Requires: mono-core
  13. BuildRequires: mono-core, mono-devel
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  15. Packager: kazutaka
  16. %description
  17. ndesk-dbus is a C# implementation of D-Bus. It's often referred to as
  18. "managed D-Bus" to avoid confusion with existing bindings (which wrap
  19. libdbus).
  20. %description -l ja
  21. ndesk-dbus は C# による D-Bus の実装です。 これは(libdbusのラッパーで
  22. ある)既存のバインディングとの混乱を避けるために、"managed D-Bus"と呼
  23. ばれることがあります。
  24. %prep
  25. %setup -q
  26. %build
  27. %configure --libdir=%{_prefix}/lib
  28. %{__make}
  29. %install
  30. %{__rm} -rf ${RPM_BUILD_ROOT}
  31. make install DESTDIR=${RPM_BUILD_ROOT} pkgconfigdir=%{pkgconfigdir}
  32. %clean
  33. %{__rm} -rf ${RPM_BUILD_ROOT}
  34. %files
  35. %defattr(-,root,root)
  36. %doc AUTHORS COPYING ChangeLog NEWS README examples
  37. %{mono_dir}/gac/NDesk.DBus/*
  38. %{mono_dir}/ndesk-dbus-1.0/NDesk.DBus.dll
  39. %{pkgconfigdir}/ndesk-dbus-1.0.pc
  40. %changelog
  41. * Sun Dec 29 2013 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.6.0-11
  42. - rebuild with VineSeed environment
  43. * Mon Apr 25 2011 Shu KONNO <owa@bg.wakwak.com> 0.6.0-10
  44. - rebuilt with mono-2.10.1-3
  45. * Sun Apr 03 2011 Shu KONNO <owa@bg.wakwak.com> 0.6.0-9
  46. - rebuilt with mono-2.10.1
  47. * Fri Oct 08 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.0-8
  48. - rebuilt with mono-2.8
  49. * Wed Oct 06 2010 Shu KONNO <owa@bg.wakwak.com> 0.6.0-7
  50. - rebuilt with rpm-4.8.1 for pkg-config
  51. * Fri Jul 10 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-6
  52. - rebuild with latest rpm to update mono-dependencies
  53. * Sat Jul 04 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-5
  54. - add Requires: mono-core
  55. * Mon Nov 03 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-4
  56. - added macro %%mono_dir, %%pkgconfigdir
  57. - added --libdir=%%{_prefix}/lib at %%configure
  58. * Thu Oct 09 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-3
  59. - rebuild with mono-2.0
  60. - update BuildRequires: mono -> mono-core
  61. - spec in UTF-8
  62. * Tue Jul 08 2008 Shu KONNO <owa@bg.wakwak.com> 0.6.0-2
  63. - fixed libdir in ndesk-dbus-1.0.pc.in
  64. * Sun Apr 20 2008 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 0.6.0-1
  65. - initial build for Vine Linux