source: projects/specs/trunk/o/obexd/obexd-vl.spec @ 521

Revision 521, 2.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Name:           obexd
2Version:        0.13
3Release:        1%{?_dist_release}
4Summary:        D-Bus service for Obex Client access
5Summary(ja):    Obex クライアントアクセスのための D-Bus サービス
6
7Group:          System Environment/Daemons
8License:        GPLv2+
9Source0:        http://www.kernel.org/pub/linux/bluetooth/obexd-%{version}.tar.gz
10Url:            http://www.bluez.org/
11
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14#----------------------------------------------------------------------------
15
16BuildRequires:  glib2-devel
17BuildRequires:  dbus-devel
18BuildRequires:  bluez-libs-devel >= 4.0
19BuildRequires:  openobex-devel
20
21#----------------------------------------------------------------------------
22
23Vendor: Project Vine
24Distribution: Vine Linux
25Packager: babasaki, daisuke
26
27#----------------------------------------------------------------------------
28%description
29obexd contains obex-client, a D-Bus service to allow sending files
30using the Obex Push protocol, common on mobile phones and
31other Bluetooth-equipped devices.
32
33%description -l ja
34obexd に含まれる obex-client は、携帯電話などのBluetooth対応デバイスで
35共通して用いられる Obex Push protocols を使用して送信をできるよう
36にする D-Bus サービスです。
37
38※訳注:obex-data-server との違いは 送信 です。( --disable-server)
39
40#----------------------------------------------------------------------------
41%prep
42%setup -q
43
44%build
45%configure --disable-server
46
47make %{?_smp_mflags}
48
49chmod -x test/send-files
50
51#----------------------------------------------------------------------------
52%install
53rm -rf $RPM_BUILD_ROOT
54make install DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
59#----------------------------------------------------------------------------
60%files
61%defattr(-,root,root,-)
62%doc README COPYING AUTHORS doc/client-api.txt test/send-files
63%{_libexecdir}/obex-client
64%{_datadir}/dbus-1/services/obex-client.service
65
66
67%changelog
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
72* Fri Oct 24 2008 Seiichirou Babasaki 0.6-2
73- Import obex-data-server - Packager: Babasaki
74- added "# Maintainers: " comments.
75- changed UTF-8 encode at obexd.vs.spec
76- Updated specfile
77
78#----------------------------------------------------------------------------
79* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6-1
80- Update to 0.6
81
82* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-2
83- Fix problems mentioned in the review
84
85* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-1
86- First package
87
Note: See TracBrowser for help on using the repository browser.