obexd-vl.spec 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. Name: obexd
  2. Version: 0.40
  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: daisuke, Takemikaduchi
  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. * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.40-1
  52. - new upstream release
  53. * Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.38-1
  54. - new upstream release
  55. * Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.37-1
  56. - new upstream release
  57. * Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.36-1
  58. - new upstream release
  59. * Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.33-1
  60. - new upstream release
  61. * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.29-1
  62. - new upstream release
  63. * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28-1
  64. - new upstream release
  65. - add BuildRequires: libical-devel
  66. * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23-1
  67. - new upstream release
  68. * Sun Jun 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1
  69. - new upstream release
  70. - remove "# Maintainers", add Packager: tag
  71. * Fri Oct 24 2008 Seiichirou Babasaki 0.6-2
  72. - Import obex-data-server - Packager: Babasaki
  73. - added "# Maintainers: " comments.
  74. - changed UTF-8 encode at obexd.vs.spec
  75. - Updated specfile
  76. #----------------------------------------------------------------------------
  77. * Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6-1
  78. - Update to 0.6
  79. * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-2
  80. - Fix problems mentioned in the review
  81. * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-1
  82. - First package