obex-data-server-vl.spec 4.6 KB

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