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

Revision 5879, 3.7 KB checked in by Takemikaduchi, 12 years ago (diff)

ImageMagick?-6.7.5.10

Line 
1Name:           obexd
2Version:        0.45
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
21BuildRequires:  readline-devel
22
23#----------------------------------------------------------------------------
24
25Vendor: Project Vine
26Distribution: Vine Linux
27Packager: daisuke, Takemikaduchi
28
29#----------------------------------------------------------------------------
30%description
31obexd contains obex-client, a D-Bus service to allow sending files
32using the Obex Push protocol, common on mobile phones and
33other Bluetooth-equipped devices.
34
35%description -l ja
36obexd に含まれる 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
49make %{?_smp_mflags}
50
51chmod -x test/send-files
52
53#----------------------------------------------------------------------------
54%install
55rm -rf $RPM_BUILD_ROOT
56make install DESTDIR=$RPM_BUILD_ROOT
57
58%clean
59rm -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
Note: See TracBrowser for help on using the repository browser.