obexd-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. Name: obexd
  2. Version: 0.23
  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. #----------------------------------------------------------------------------
  17. Vendor: Project Vine
  18. Distribution: Vine Linux
  19. Packager: babasaki, daisuke
  20. #----------------------------------------------------------------------------
  21. %description
  22. obexd contains obex-client, a D-Bus service to allow sending files
  23. using the Obex Push protocol, common on mobile phones and
  24. other Bluetooth-equipped devices.
  25. %description -l ja
  26. obexd に含まれる obex-client は、携帯電話などのBluetooth対応デバイスで
  27. 共通して用いられる Obex Push protocols を使用して送信をできるよう
  28. にする D-Bus サービスです。
  29. ※訳注:obex-data-server との違いは 送信 です。( --disable-server)
  30. #----------------------------------------------------------------------------
  31. %prep
  32. %setup -q
  33. %build
  34. %configure --disable-server
  35. make %{?_smp_mflags}
  36. chmod -x test/send-files
  37. #----------------------------------------------------------------------------
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. make install DESTDIR=$RPM_BUILD_ROOT
  41. %clean
  42. rm -rf $RPM_BUILD_ROOT
  43. #----------------------------------------------------------------------------
  44. %files
  45. %defattr(-,root,root,-)
  46. %doc README COPYING AUTHORS doc/client-api.txt test/send-files
  47. %{_libexecdir}/obex-client
  48. %{_datadir}/dbus-1/services/obex-client.service
  49. %changelog
  50. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23-1
  51. - new upstream release
  52. * Sun Jun 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1
  53. - new upstream release
  54. - remove "# Maintainers", add Packager: tag
  55. * Fri Oct 24 2008 Seiichirou Babasaki 0.6-2
  56. - Import obex-data-server - Packager: Babasaki
  57. - added "# Maintainers: " comments.
  58. - changed UTF-8 encode at obexd.vs.spec
  59. - Updated specfile
  60. #----------------------------------------------------------------------------
  61. * Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6-1
  62. - Update to 0.6
  63. * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-2
  64. - Fix problems mentioned in the review
  65. * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-1
  66. - First package