obex-data-server-vl.spec 4.8 KB

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