source: projects/specs/branches/6/o/obexd/obexd-vl.spec @ 2642

Revision 2642, 3.3 KB checked in by Takemikaduchi, 13 years ago (diff)

new upstream release

Line 
1Name:           obexd
2Version:        0.40
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
20BuildRequires:  libical-devel
21
22#----------------------------------------------------------------------------
23
24Vendor: Project Vine
25Distribution: Vine Linux
26Packager: daisuke, Takemikaduchi
27
28#----------------------------------------------------------------------------
29%description
30obexd contains obex-client, a D-Bus service to allow sending files
31using the Obex Push protocol, common on mobile phones and
32other Bluetooth-equipped devices.
33
34%description -l ja
35obexd に含まれる obex-client は、携帯電話などのBluetooth対応デバイスで
36共通して用いられる Obex Push protocols を使用して送信をできるよう
37にする D-Bus サービスです。
38
39※訳注:obex-data-server との違いは 送信 です。( --disable-server)
40
41#----------------------------------------------------------------------------
42%prep
43%setup -q
44
45%build
46%configure --disable-server
47
48make %{?_smp_mflags}
49
50chmod -x test/send-files
51
52#----------------------------------------------------------------------------
53%install
54rm -rf $RPM_BUILD_ROOT
55make install DESTDIR=$RPM_BUILD_ROOT
56
57%clean
58rm -rf $RPM_BUILD_ROOT
59
60#----------------------------------------------------------------------------
61%files
62%defattr(-,root,root,-)
63%doc README COPYING AUTHORS doc/client-api.txt test/send-files
64%{_libexecdir}/obex-client
65%{_datadir}/dbus-1/services/obex-client.service
66
67
68%changelog
69* Sat Feb 05 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.40-1
70- new upstream release
71
72* Sun Dec 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.38-1
73- new upstream release
74
75* Fri Dec 10 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.37-1
76- new upstream release
77
78* Tue Nov 16 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.36-1
79- new upstream release
80
81* Wed Nov 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.33-1
82- new upstream release
83
84* Mon Jul 19 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.29-1
85- new upstream release
86
87* Mon Jun 21 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.28-1
88- new upstream release
89- add BuildRequires: libical-devel
90
91* Sat May 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 0.23-1
92- new upstream release
93
94* Sun Jun 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 0.13-1
95- new upstream release
96- remove "# Maintainers", add Packager: tag
97
98* Fri Oct 24 2008 Seiichirou Babasaki 0.6-2
99- Import obex-data-server - Packager: Babasaki
100- added "# Maintainers: " comments.
101- changed UTF-8 encode at obexd.vs.spec
102- Updated specfile
103
104#----------------------------------------------------------------------------
105* Fri Oct 17 2008 - Bastien Nocera <bnocera@redhat.com> - 0.6-1
106- Update to 0.6
107
108* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-2
109- Fix problems mentioned in the review
110
111* Mon Oct 06 2008 - Bastien Nocera <bnocera@redhat.com> - 0.5-1
112- First package
113
Note: See TracBrowser for help on using the repository browser.