| 1 | Name: obexd |
|---|
| 2 | Version: 0.45 |
|---|
| 3 | Release: 1%{?_dist_release} |
|---|
| 4 | Summary: D-Bus service for Obex Client access |
|---|
| 5 | Summary(ja): Obex クライアントアクセスのための D-Bus サービス |
|---|
| 6 | |
|---|
| 7 | Group: System Environment/Daemons |
|---|
| 8 | License: GPLv2+ |
|---|
| 9 | Source0: http://www.kernel.org/pub/linux/bluetooth/obexd-%{version}.tar.gz |
|---|
| 10 | Url: http://www.bluez.org/ |
|---|
| 11 | |
|---|
| 12 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 13 | |
|---|
| 14 | #---------------------------------------------------------------------------- |
|---|
| 15 | |
|---|
| 16 | BuildRequires: glib2-devel |
|---|
| 17 | BuildRequires: dbus-devel |
|---|
| 18 | BuildRequires: bluez-libs-devel >= 4.64 |
|---|
| 19 | BuildRequires: openobex-devel |
|---|
| 20 | BuildRequires: libical-devel |
|---|
| 21 | BuildRequires: readline-devel |
|---|
| 22 | |
|---|
| 23 | #---------------------------------------------------------------------------- |
|---|
| 24 | |
|---|
| 25 | Vendor: Project Vine |
|---|
| 26 | Distribution: Vine Linux |
|---|
| 27 | Packager: daisuke, Takemikaduchi |
|---|
| 28 | |
|---|
| 29 | #---------------------------------------------------------------------------- |
|---|
| 30 | %description |
|---|
| 31 | obexd contains obex-client, a D-Bus service to allow sending files |
|---|
| 32 | using the Obex Push protocol, common on mobile phones and |
|---|
| 33 | other Bluetooth-equipped devices. |
|---|
| 34 | |
|---|
| 35 | %description -l ja |
|---|
| 36 | obexd に含まれる obex-client は、携帯電話などのBluetooth対応デバイスで |
|---|
| 37 | 共通して用いられる Obex Push protocols を使用して送信をできるよう |
|---|
| 38 | にする D-Bus サービスです。 |
|---|
| 39 | |
|---|
| 40 | ※訳注:obex-data-server との違いは 送信 です。( --disable-server) |
|---|
| 41 | |
|---|
| 42 | #---------------------------------------------------------------------------- |
|---|
| 43 | %prep |
|---|
| 44 | %setup -q |
|---|
| 45 | |
|---|
| 46 | %build |
|---|
| 47 | %configure --disable-server |
|---|
| 48 | |
|---|
| 49 | make %{?_smp_mflags} |
|---|
| 50 | |
|---|
| 51 | chmod -x test/send-files |
|---|
| 52 | |
|---|
| 53 | #---------------------------------------------------------------------------- |
|---|
| 54 | %install |
|---|
| 55 | rm -rf $RPM_BUILD_ROOT |
|---|
| 56 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 57 | |
|---|
| 58 | %clean |
|---|
| 59 | rm -rf $RPM_BUILD_ROOT |
|---|
| 60 | |
|---|
| 61 | #---------------------------------------------------------------------------- |
|---|
| 62 | %files |
|---|
| 63 | %defattr(-,root,root,-) |
|---|
| 64 | %doc README COPYING AUTHORS doc/client-api.txt test/send-files |
|---|
| 65 | %{_libexecdir}/obex-client |
|---|
| 66 | %{_datadir}/dbus-1/services/obex-client.service |
|---|
| 67 | |
|---|
| 68 | |
|---|
| 69 | %changelog |
|---|
| 70 | * Sun Mar 11 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.45-1 |
|---|
| 71 | - new upstream release |
|---|
| 72 | |
|---|
| 73 | * Fri Feb 24 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.44-1 |
|---|
| 74 | - new upstream release |
|---|
| 75 | - add BuildRequires: readline-devel |
|---|
| 76 | |
|---|
| 77 | * Sun Dec 25 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.43-1 |
|---|
| 78 | - new upstream release |
|---|
| 79 | |
|---|
| 80 | * Sun Aug 28 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.42-1 |
|---|
| 81 | - new upstream release |
|---|
| 82 | |
|---|
| 83 | * Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.40-1 |
|---|
| 84 | - new upstream release |
|---|
| 85 | |
|---|
| 86 | * Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.38-1 |
|---|
| 87 | - new upstream release |
|---|
| 88 | |
|---|
| 89 | * Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.37-1 |
|---|
| 90 | - new upstream release |
|---|
| 91 | |
|---|
| 92 | * Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.36-1 |
|---|
| 93 | - new upstream release |
|---|
| 94 | |
|---|
| 95 | * Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.33-1 |
|---|
| 96 | - new upstream release |
|---|
| 97 | |
|---|
| 98 | * Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.29-1 |
|---|
| 99 | - new upstream release |
|---|
| 100 | |
|---|
| 101 | * Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28-1 |
|---|
| 102 | - new upstream release |
|---|
| 103 | - add BuildRequires: libical-devel |
|---|
| 104 | |
|---|
| 105 | * Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23-1 |
|---|
| 106 | - new upstream release |
|---|
| 107 | |
|---|
| 108 | * Sun Jun 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1 |
|---|
| 109 | - new upstream release |
|---|
| 110 | - remove "# Maintainers", add Packager: tag |
|---|
| 111 | |
|---|
| 112 | * Fri Oct 24 2008 Seiichirou Babasaki 0.6-2 |
|---|
| 113 | - Import obex-data-server - Packager: Babasaki |
|---|
| 114 | - added "# Maintainers: " comments. |
|---|
| 115 | - changed UTF-8 encode at obexd.vs.spec |
|---|
| 116 | - Updated specfile |
|---|
| 117 | |
|---|
| 118 | #---------------------------------------------------------------------------- |
|---|
| 119 | * Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6-1 |
|---|
| 120 | - Update to 0.6 |
|---|
| 121 | |
|---|
| 122 | * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-2 |
|---|
| 123 | - Fix problems mentioned in the review |
|---|
| 124 | |
|---|
| 125 | * Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-1 |
|---|
| 126 | - First package |
|---|
| 127 | |
|---|