obex-data-server-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. Name: obex-data-server
  2. Version: 0.4
  3. Release: 2%{?_dist_release}
  4. Summary: D-Bus service for Obex access
  5. Summary(ja): Obex アクセスのための D-Bus サービス
  6. Group: System Environment/Daemons
  7. License: GPLv2+
  8. URL: http://tadas.dailyda.com/blog
  9. Source0: http://tadas.dailyda.com/software/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. #----------------------------------------------------------------------------
  12. BuildRequires: dbus-glib-devel
  13. BuildRequires: bluez-libs-devel
  14. BuildRequires: openobex-devel
  15. BuildRequires: glib2-devel
  16. BuildRequires: libtool
  17. #----------------------------------------------------------------------------
  18. %description
  19. obex-data-server is a D-Bus service to allow sending and receiving files
  20. using the ObexFTP and Obex Push protocols, common on mobile phones and
  21. other Bluetooth-equipped devices.
  22. %description -l ja
  23. obex-data-server は ObexFTP や携帯電話などのBluetooth対応デバイスで
  24. 共通して用いられる Obex Push protocols を使用して送受信をできるよう
  25. にする D-Bus サービスです。
  26. #----------------------------------------------------------------------------
  27. %prep
  28. %setup -q
  29. %build
  30. %configure --enable-bip=gdk-pixbuf
  31. make %{?_smp_mflags}
  32. cat << EOF > README
  33. Bug tracking system is at:
  34. http://bugs.muiline.com/view_all_bug_page.php
  35. Web page is at:
  36. http://tadas.dailyda.com/blog/
  37. SVN tree:
  38. svn://svn.muiline.com/obex-data-server/trunk/
  39. SVN browsing:
  40. http://svn.muiline.com/cgi-bin/viewvc.cgi/obex-data-server/trunk/
  41. EOF
  42. #----------------------------------------------------------------------------
  43. %install
  44. rm -rf $RPM_BUILD_ROOT
  45. chmod a-x test/*.py
  46. make install DESTDIR=$RPM_BUILD_ROOT
  47. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
  48. %clean
  49. rm -rf $RPM_BUILD_ROOT
  50. #----------------------------------------------------------------------------
  51. %files
  52. %defattr(-,root,root,-)
  53. %doc README COPYING dbus-api.txt test/ods-dbus-test.c test/ods-server-test.py test/ods-session-test.py
  54. %{_bindir}/obex-data-server
  55. %{_sysconfdir}/obex-data-server/
  56. %{_datadir}/dbus-1/services/obex-data-server.service
  57. %{_mandir}/man1/obex-data-server.1.gz
  58. #----------------------------------------------------------------------------
  59. # Maintainers: babasaki@mindgear.org
  60. #
  61. #----------------------------------------------------------------------------
  62. %changelog
  63. * Thu Oct 23 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 0.4-2
  64. - rebuild with bluez-libs-devel-4.15
  65. * Fri Oct 22 2008 Seiichirou Babasaki 0.4-1
  66. - up to 0.4
  67. - added "# Maintainers: " comments.
  68. - changed UTF-8 encode at obex-data-server.vs.spec
  69. - Updated specfile
  70. - FedoraCore LOGS
  71. -- 0.3.99-2
  72. -- Update to rev 1998
  73. -- Use gdk-pixbuf instead of ImageMagick for BIP support
  74. -- 0.3.99-1
  75. -- Update to rev 1977
  76. -- 0.3.4-8
  77. -- Add ImageMagic BR
  78. --- 0.3.4-7
  79. -- Add missing patch
  80. -- 0.3.4-6
  81. -- Update to latest SVN trunk, with BlueZ 4 patch
  82. -- 0.3.4-5
  83. -- Another BlueZ 4.x patch update
  84. -- 0.3.4-4
  85. -- Update bluez 4.x patch for the latest D-Bus API
  86. -- 0.3.4-3
  87. -- Rebuild with BlueZ 4.x patch
  88. -- 0.3.4-2
  89. -- Rebuild
  90. -- 0.3.4-1
  91. -- Update to 0.3.4
  92. -- Fixes a problem accessing Nokia phones (#456541)
  93. * Fri Sep 26 2008 Seiichirou Babasaki 0.3.2-1
  94. - Updated specfile
  95. * Mon Jun 16 2008 Seiichirou Babasaki 0.3.1-2
  96. - Import obex-data-server - Packager: Babasaki
  97. - Updated specfile
  98. #----------------------------------------------------------------------------
  99. * Tue Apr 01 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3.1-1
  100. - Update to 0.3.1
  101. - Fixes a number of crashers
  102. * Thu Feb 21 2008 - Bastien Nocera <bnocera@redhat.com> - 0.3-1
  103. - Update to 0.3
  104. * Wed Feb 13 2008 - Bastien Nocera <bnocera@redhat.com> - 0.2-1
  105. - Update to 0.2
  106. - Remove system-wide service file
  107. * Thu Feb 07 2008 - Bastien Nocera <bnocera@redhat.com> - 0.1-1
  108. - Update to release 0.1
  109. - Up Epoch as version numbering sucks
  110. * Mon Feb 04 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-6.04022008
  111. - Update from SVN
  112. * Sun Jan 20 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-5.16012007
  113. - Fix rpmlint issues
  114. * Fri Jan 18 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-4.16012007
  115. - Add BR on libtool
  116. * Thu Jan 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-3.16012007
  117. - Remove exec bits on example apps
  118. * Wed Jan 16 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-2.16012007
  119. - Add COPYING, and add some data to the README
  120. * Wed Jan 16 2008 - Bastien Nocera <bnocera@redhat.com> - 0.01-1.16012007
  121. - First package