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

Revision 915, 2.6 KB checked in by Takemikaduchi, 14 years ago (diff)

new upstream release and add Requires

Line 
1Name:           obexd
2Version:        0.23
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.64
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* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23-1
69- new upstream release
70
71* Sun Jun 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1
72- new upstream release
73- remove "# Maintainers", add Packager: tag
74
75* Fri Oct 24 2008 Seiichirou Babasaki 0.6-2
76- Import obex-data-server - Packager: Babasaki
77- added "# Maintainers: " comments.
78- changed UTF-8 encode at obexd.vs.spec
79- Updated specfile
80
81#----------------------------------------------------------------------------
82* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6-1
83- Update to 0.6
84
85* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-2
86- Fix problems mentioned in the review
87
88* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-1
89- First package
90
Note: See TracBrowser for help on using the repository browser.