]> git.pld-linux.org Git - packages/bluez.git/blob - bluez.spec
- updated to 4.100
[packages/bluez.git] / bluez.spec
1 Summary:        Bluetooth utilities
2 Summary(pl.UTF-8):      Narzędzia Bluetooth
3 Name:           bluez
4 Version:        4.100
5 Release:        1
6 License:        GPL v2+
7 Group:          Applications/System
8 #Source0Download: http://www.bluez.org/download.html
9 Source0:        http://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.bz2
10 # Source0-md5:  54809d476c52665ff64594b6828016b5
11 Source1:        %{name}.init
12 Source2:        %{name}.sysconfig
13 Source3:        dund.init
14 Source4:        pand.init
15 Source5:        rfcomm.init
16 Patch0:         %{name}-etc_dir.patch
17 Patch1:         %{name}-wacom-mode-2.patch
18 Patch2:         %{name}-systemd.patch
19 Patch3:         %{name}-audio_socket.patch
20 URL:            http://www.bluez.org/
21 BuildRequires:  alsa-lib-devel >= 1.0.10-1
22 BuildRequires:  autoconf >= 2.60
23 BuildRequires:  automake
24 BuildRequires:  bison
25 BuildRequires:  check-devel >= 0.9.6
26 BuildRequires:  dbus-devel >= 1.4
27 BuildRequires:  glib2-devel >= 1:2.28
28 BuildRequires:  gstreamer-devel >= 0.10.30
29 BuildRequires:  gstreamer-plugins-base-devel >= 0.10
30 BuildRequires:  libcap-ng-devel
31 BuildRequires:  libsndfile-devel
32 BuildRequires:  libtool
33 BuildRequires:  libusb-compat-devel
34 BuildRequires:  pkgconfig >= 1:0.9.0
35 BuildRequires:  readline-devel
36 BuildRequires:  rpmbuild(macros) >= 1.626
37 BuildRequires:  udev-devel
38 Requires(post,preun,postun):    systemd-units >= 38
39 Requires:       %{name}-libs = %{version}-%{release}
40 Requires:       dbus-libs >= 1.4
41 Requires:       glib2 >= 1:2.28
42 Requires:       hwdata >= 0.225
43 Requires:       rc-scripts
44 Requires:       systemd-units >= 38
45 Provides:       bluez-utils = %{version}-%{release}
46 Obsoletes:      bluez-hciemu
47 Obsoletes:      bluez-pan
48 Obsoletes:      bluez-sdp
49 Obsoletes:      bluez-systemd
50 Obsoletes:      bluez-utils
51 Obsoletes:      bluez-utils-init
52 Conflicts:      bluez-bluefw
53 ExcludeArch:    s390 s390x
54 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
55
56 # currently lib, not %{_lib} (see cups.spec)
57 %define         cupsdir         /usr/lib/cups/backend
58 %define         udevdir         /lib/udev
59
60 %description
61 Bluetooth utilities:
62  - bluetoothd
63  - dund
64  - hcitool
65  - hciattach
66  - hciconfig
67  - hciemu
68  - hidd
69  - l2ping
70  - pand
71  - start scripts (PLD)
72  - PCMCIA configuration files
73
74 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
75
76 %description -l pl.UTF-8
77 Narzędzia Bluetooth:
78  - bluetoothd
79  - dund
80  - hcitool
81  - hciattach
82  - hciconfig
83  - hciemu
84  - hidd
85  - l2ping
86  - pand
87  - skrypty startowe (PLD)
88  - pliki konfiguracji PCMCIA
89
90 Znaki towarowe BLUETOOTH są własnością Bluetooth SIG, Inc. z USA.
91
92 %package -n alsa-plugins-bluetooth
93 Summary:        ALSA plugins for Bluetooth audio devices
94 Summary(pl.UTF-8):      Wtyczki systemu ALSA dla urządzeń dźwiękowych Bluetooth
95 Group:          Libraries
96 # bluetoothd + audio service
97 Requires:       %{name} = %{version}-%{release}
98 Requires:       alsa-lib >= 1.0.10-1
99
100 %description -n alsa-plugins-bluetooth
101 ALSA plugins for Bluetooth audio devices.
102
103 %description -n alsa-plugins-bluetooth -l pl.UTF-8
104 Wtyczki systemu ALSA dla urządzeń dźwiękowych Bluetooth.
105
106 %package -n cups-backend-bluetooth
107 Summary:        Bluetooth backend for CUPS
108 Summary(pl.UTF-8):      Backend Bluetooth dla CUPS-a
109 Group:          Applications/Printing
110 Requires:       bluez-libs >= %{version}-%{release}
111 Requires:       cups
112
113 %description -n cups-backend-bluetooth
114 Bluetooth backend for CUPS.
115
116 %description -n cups-backend-bluetooth -l pl.UTF-8
117 Backend Bluetooth dla CUPS-a.
118
119 %package -n gstreamer-bluetooth
120 Summary:        Bluetooth support for gstreamer
121 Summary(pl.UTF-8):      Obsługa Bluetooth dla gstreamera
122 Group:          Libraries
123 Requires:       bluez-libs >= %{version}-%{release}
124 Requires:       gstreamer >= 0.10.30
125 Requires:       gstreamer-plugins-base >= 0.10
126
127 %description -n gstreamer-bluetooth
128 Bluetooth support for gstreamer.
129
130 %description -n gstreamer-bluetooth -l pl.UTF-8
131 Obsługa Bluetooth dla gstreamera.
132
133 %package libs
134 Summary:        Bluetooth libraries
135 Summary(pl.UTF-8):      Biblioteki Bluetooth
136 Group:          Libraries
137 Obsoletes:      bluez-sdp
138
139 %description libs
140 Libraries for use in Bluetooth applications.
141
142 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
143
144 %description libs -l pl.UTF-8
145 Biblioteki do używania w aplikacjach Bluetooth.
146
147 Znaki towarowe BLUETOOTH są własnością Bluetooth SIG, Inc. z USA.
148
149 %package libs-devel
150 Summary:        Header files for Bluetooth applications
151 Summary(pl.UTF-8):      Pliki nagłówkowe dla aplikacji Bluetooth
152 Group:          Development/Libraries
153 Requires:       %{name}-libs = %{version}-%{release}
154 Obsoletes:      bluez-sdp-devel
155
156 %description libs-devel
157 bluez-libs-devel contains header files for use in Bluetooth
158 applications.
159
160 %description libs-devel -l pl.UTF-8
161 Ten pakiet zawiera pliki nagłówkowe do używania w aplikacjach
162 Bluetooth.
163
164 %package libs-static
165 Summary:        Static Bluetooth libraries
166 Summary(pl.UTF-8):      Biblioteki statyczne Bluetooth
167 Group:          Development/Libraries
168 Requires:       %{name}-libs-devel = %{version}-%{release}
169 Obsoletes:      bluez-sdp-static
170
171 %description libs-static
172 bluez-libs-static contains development static libraries for use in
173 Bluetooth applications.
174
175 %description libs-static -l pl.UTF-8
176 Ten pakiet zawiera biblioteki statyczne, których można używać do
177 aplikacji Bluetooth.
178
179 %prep
180 %setup -q
181 %patch0 -p1
182 %patch1 -p1
183 %patch2 -p1
184 %patch3 -p1
185
186 %build
187 %{__libtoolize}
188 %{__aclocal}
189 %{__autoconf}
190 %{__autoheader}
191 %{__automake}
192 %configure \
193         --with-ouifile=%{_datadir}/hwdata/oui.txt \
194         --with-systemdunitdir=%{systemdunitdir} \
195         --disable-silent-rules \
196         --enable-shared \
197         --enable-static \
198         --enable-alsa \
199         --enable-audio \
200         --enable-bccmd \
201         --enable-capng \
202         --enable-cups \
203         --enable-dbusoob \
204         --enable-dfutool \
205         --enable-dund \
206         --enable-gatt \
207         --enable-gstreamer \
208         --enable-health \
209         --enable-hid2hci \
210         --enable-hidd \
211         --enable-input \
212         --enable-network \
213         --enable-pand \
214         --enable-pcmcia \
215         --enable-pnat \
216         --enable-serial \
217         --enable-thermometer \
218         --enable-tools \
219         --enable-usb \
220         --enable-wiimote
221
222 %{__make} \
223         cupsdir=%{cupsdir} \
224         rulesdir=%{udevdir}/rules.d \
225         udevdir=%{udevdir}
226
227 %install
228 rm -rf $RPM_BUILD_ROOT
229 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig} \
230         $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins
231
232 %{__make} install \
233         DESTDIR=$RPM_BUILD_ROOT \
234         cupsdir=%{cupsdir} \
235         rulesdir=%{udevdir}/rules.d \
236         udevdir=%{udevdir}
237
238 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
239 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
240 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/dund
241 install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/pand
242 install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/rfcomm
243
244 install audio/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
245 install input/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
246 install network/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
247 install serial/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
248
249 mv -fT $RPM_BUILD_ROOT{%{_datadir},%{_sysconfdir}}/alsa
250
251 %{__rm} $RPM_BUILD_ROOT%{_libdir}/{alsa-lib/*.{la,a},gstreamer*/libgstbluetooth.{la,a},libbluetooth.la}
252
253 %clean
254 rm -rf $RPM_BUILD_ROOT
255
256 %post
257 /sbin/chkconfig --add bluetooth
258 /sbin/chkconfig --add dund
259 /sbin/chkconfig --add pand
260 /sbin/chkconfig --add rfcomm
261 %service bluetooth restart
262 %service dund restart
263 %service pand restart
264 %service rfcomm restart
265 %systemd_post bluetooth.service
266
267 %preun
268 if [ "$1" = "0" ]; then
269         %service bluetooth stop
270         %service dund stop
271         %service pand stop
272         %service rfcomm stop
273         /sbin/chkconfig --del bluetooth
274         /sbin/chkconfig --del dund
275         /sbin/chkconfig --del pand
276         /sbin/chkconfig --del rfcomm
277 fi
278 %systemd_preun bluetooth.service
279
280 %postun
281 %systemd_reload
282
283 %triggerpostun -- bluez < 4.98-3
284 %systemd_trigger bluetooth.service
285
286 %post   libs -p /sbin/ldconfig
287 %postun libs -p /sbin/ldconfig
288
289 %files
290 %defattr(644,root,root,755)
291 %doc AUTHORS ChangeLog README
292 %attr(755,root,root) %{_bindir}/ciptool
293 %attr(755,root,root) %{_bindir}/dfutool
294 %attr(755,root,root) %{_bindir}/dund
295 %attr(755,root,root) %{_bindir}/gatttool
296 %attr(755,root,root) %{_bindir}/hcitool
297 %attr(755,root,root) %{_bindir}/hidd
298 %attr(755,root,root) %{_bindir}/l2ping
299 %attr(755,root,root) %{_bindir}/pand
300 %attr(755,root,root) %{_bindir}/rfcomm
301 %attr(755,root,root) %{_bindir}/sdptool
302 %attr(755,root,root) %{_sbindir}/bccmd
303 %attr(755,root,root) %{_sbindir}/bluetoothd
304 %attr(755,root,root) %{_sbindir}/hciattach
305 %attr(755,root,root) %{_sbindir}/hciconfig
306 %dir %{_libdir}/bluetooth
307 %dir %{_libdir}/bluetooth/plugins
308 %dir %{_sysconfdir}/bluetooth
309 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/*.conf
310 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
311 %attr(754,root,root) /etc/rc.d/init.d/dund
312 %attr(754,root,root) /etc/rc.d/init.d/pand
313 %attr(754,root,root) /etc/rc.d/init.d/rfcomm
314 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bluetooth
315 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/bluetooth.conf
316 %{systemdunitdir}/bluetooth.service
317 %{_datadir}/dbus-1/system-services/org.bluez.service
318 %attr(755,root,root) %{udevdir}/bluetooth_serial
319 %attr(755,root,root) %{udevdir}/hid2hci
320 %{udevdir}/rules.d/97-bluetooth-hid2hci.rules
321 %{udevdir}/rules.d/97-bluetooth-serial.rules
322 %{_mandir}/man1/ciptool.1*
323 %{_mandir}/man1/dfutool.1*
324 %{_mandir}/man1/dund.1*
325 %{_mandir}/man1/hcitool.1*
326 %{_mandir}/man1/hidd.1*
327 %{_mandir}/man1/pand.1*
328 %{_mandir}/man1/rfcomm.1*
329 %{_mandir}/man1/sdptool.1*
330 %{_mandir}/man8/bccmd.8*
331 %{_mandir}/man8/bluetoothd.8*
332 %{_mandir}/man8/hciattach.8*
333 %{_mandir}/man8/hciconfig.8*
334 %{_mandir}/man8/hid2hci.8*
335 %{_mandir}/man8/l2ping.8*
336
337 %files -n alsa-plugins-bluetooth
338 %defattr(644,root,root,755)
339 %{_sysconfdir}/alsa/bluetooth.conf
340 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_ctl_bluetooth.so*
341 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_bluetooth.so
342
343 %files -n cups-backend-bluetooth
344 %defattr(644,root,root,755)
345 %attr(755,root,root) %{_prefix}/lib/cups/backend/bluetooth
346
347 %files -n gstreamer-bluetooth
348 %defattr(644,root,root,755)
349 %attr(755,root,root) %{_libdir}/gstreamer*/libgstbluetooth.so
350
351 %files libs
352 %defattr(644,root,root,755)
353 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*.*
354 %attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.3
355
356 %files libs-devel
357 %defattr(644,root,root,755)
358 %attr(755,root,root) %{_libdir}/libbluetooth.so
359 %{_includedir}/bluetooth
360 %{_pkgconfigdir}/bluez.pc
361
362 %files libs-static
363 %defattr(644,root,root,755)
364 %{_libdir}/libbluetooth.a
This page took 0.060402 seconds and 4 git commands to generate.