obexd-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107
  1. Name: obexd
  2. Version: 0.37
  3. Release: 1%{?_dist_release}
  4. Summary: D-Bus service for Obex Client access
  5. Summary(ja): Obex クライアントアクセスのための D-Bus サービス
  6. Group: System Environment/Daemons
  7. License: GPLv2+
  8. Source0: http://www.kernel.org/pub/linux/bluetooth/obexd-%{version}.tar.gz
  9. Url: http://www.bluez.org/
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. #----------------------------------------------------------------------------
  12. BuildRequires: glib2-devel
  13. BuildRequires: dbus-devel
  14. BuildRequires: bluez-libs-devel >= 4.64
  15. BuildRequires: openobex-devel
  16. BuildRequires: libical-devel
  17. #----------------------------------------------------------------------------
  18. Vendor: Project Vine
  19. Distribution: Vine Linux
  20. Packager: babasaki, daisuke
  21. #----------------------------------------------------------------------------
  22. %description
  23. obexd contains obex-client, a D-Bus service to allow sending files
  24. using the Obex Push protocol, common on mobile phones and
  25. other Bluetooth-equipped devices.
  26. %description -l ja
  27. obexd に含まれる obex-client は、携帯電話などのBluetooth対応デバイスで
  28. 共通して用いられる Obex Push protocols を使用して送信をできるよう
  29. にする D-Bus サービスです。
  30. ※訳注:obex-data-server との違いは 送信 です。( --disable-server)
  31. #----------------------------------------------------------------------------
  32. %prep
  33. %setup -q
  34. %build
  35. %configure --disable-server
  36. make %{?_smp_mflags}
  37. chmod -x test/send-files
  38. #----------------------------------------------------------------------------
  39. %install
  40. rm -rf $RPM_BUILD_ROOT
  41. make install DESTDIR=$RPM_BUILD_ROOT
  42. %clean
  43. rm -rf $RPM_BUILD_ROOT
  44. #----------------------------------------------------------------------------
  45. %files
  46. %defattr(-,root,root,-)
  47. %doc README COPYING AUTHORS doc/client-api.txt test/send-files
  48. %{_libexecdir}/obex-client
  49. %{_datadir}/dbus-1/services/obex-client.service
  50. %changelog
  51. * Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.37-1
  52. - new upstream release
  53. * Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.36-1
  54. - new upstream release
  55. * Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.33-1
  56. - new upstream release
  57. * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.29-1
  58. - new upstream release
  59. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28-1
  60. - new upstream release
  61. - add BuildRequires: libical-devel
  62. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23-1
  63. - new upstream release
  64. * Sun Jun 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1
  65. - new upstream release
  66. - remove "# Maintainers", add Packager: tag
  67. * Fri Oct 24 2008 Seiichirou Babasaki 0.6-2
  68. - Import obex-data-server - Packager: Babasaki
  69. - added "# Maintainers: " comments.
  70. - changed UTF-8 encode at obexd.vs.spec
  71. - Updated specfile
  72. #----------------------------------------------------------------------------
  73. * Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6-1
  74. - Update to 0.6
  75. * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-2
  76. - Fix problems mentioned in the review
  77. * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-1
  78. - First package