]> git.pld-linux.org Git - packages/bluez.git/blob - bluez.spec
up to 5.56
[packages/bluez.git] / bluez.spec
1 # TODO:
2 # - verify/update bluetooth init script
3 # - separate obex?
4 #
5 # Conditional build:
6 %bcond_without  deprecated      # deprecated tools (ciptool,hciattach,hciconfig,hcidump,hcitool,rfcomm,sdptool)
7 #
8 Summary:        Bluetooth utilities
9 Summary(pl.UTF-8):      Narzędzia Bluetooth
10 Name:           bluez
11 Version:        5.56
12 Release:        1
13 License:        GPL v2+
14 Group:          Applications/System
15 Source0:        https://www.kernel.org/pub/linux/bluetooth/%{name}-%{version}.tar.xz
16 # Source0-md5:  e6c51b2aefa7c56ff072819a78611fa5
17 Source1:        %{name}.init
18 Source2:        %{name}.sysconfig
19 # Scripts for automatically btattach-ing serial ports connected to Broadcom HCIs
20 # as found on some Atom based x86 hardware
21 Source3:        69-btattach-bcm.rules
22 Source4:        btattach-bcm@.service
23 Source5:        btattach-bcm-service.sh
24 Patch0:         0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch
25 URL:            http://www.bluez.org/
26 BuildRequires:  alsa-lib-devel >= 1.0
27 BuildRequires:  autoconf >= 2.60
28 BuildRequires:  automake
29 BuildRequires:  check-devel >= 0.9.6
30 BuildRequires:  cups-devel
31 BuildRequires:  dbus-devel >= 1.6
32 BuildRequires:  ell-devel >= 0.37
33 BuildRequires:  glib2-devel >= 1:2.28
34 BuildRequires:  json-c-devel >= 0.13
35 BuildRequires:  libical-devel
36 BuildRequires:  libtool
37 BuildRequires:  pkgconfig >= 1:0.9.0
38 BuildRequires:  readline-devel
39 BuildRequires:  rpmbuild(macros) >= 1.682
40 BuildRequires:  systemd-devel
41 BuildRequires:  tar >= 1:1.22
42 BuildRequires:  udev-devel >= 1:172
43 BuildRequires:  xz
44 Requires(post,preun,postun):    systemd-units >= 38
45 Requires:       %{name}-libs = %{version}-%{release}
46 Requires:       dbus-libs >= 1.6
47 Requires:       ell >= 0.37
48 Requires:       glib2 >= 1:2.28
49 Requires:       hwdata >= 0.225
50 Requires:       json-c >= 0.13
51 Requires:       rc-scripts
52 Requires:       systemd-units >= 38
53 Requires:       udev >= 1:172
54 Provides:       bluez-hcidump = %{version}
55 Provides:       bluez-utils = %{version}-%{release}
56 Provides:       obexd = %{version}
57 Provides:       dbus(org.openobex.client)
58 Provides:       obex-data-server = %{version}
59 # moved somewhere or dropped?
60 #Obsoletes:     alsa-plugins-bluetooth
61 Obsoletes:      bluez-hcidump
62 Obsoletes:      bluez-hciemu
63 Obsoletes:      bluez-pan
64 Obsoletes:      bluez-sdp
65 Obsoletes:      bluez-systemd
66 Obsoletes:      bluez-utils
67 Obsoletes:      bluez-utils-init
68 Obsoletes:      obexd
69 Obsoletes:      obex-data-server
70 # moved somewhere or dropped?
71 #Obsoletes:     gstreamer-bluetooth < 4.101-3
72 #Obsoletes:     gstreamer0.10-bluetooth < 5
73 Conflicts:      bluez-bluefw
74 ExcludeArch:    s390 s390x
75 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
76
77 # currently lib, not %{_lib} (see cups.spec)
78 %define         cupsdir         /usr/lib/cups/backend
79 %define         udevdir         /lib/udev
80
81 %description
82 Bluetooth utilities:
83  - bluetoothd
84  - hciattach
85  - hciconfig
86  - hcidump
87  - hcitool
88  - l2ping
89  - start scripts (PLD)
90
91 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
92
93 %description -l pl.UTF-8
94 Narzędzia Bluetooth:
95  - bluetoothd
96  - hciattach
97  - hciconfig
98  - hcidump
99  - hcitool
100  - l2ping
101  - skrypty startowe (PLD)
102
103 Znaki towarowe BLUETOOTH są własnością Bluetooth SIG, Inc. z USA.
104
105 %package -n cups-backend-bluetooth
106 Summary:        Bluetooth backend for CUPS
107 Summary(pl.UTF-8):      Backend Bluetooth dla CUPS-a
108 Group:          Applications/Printing
109 Requires:       %{name}-libs = %{version}-%{release}
110 Requires:       cups
111
112 %description -n cups-backend-bluetooth
113 Bluetooth backend for CUPS.
114
115 %description -n cups-backend-bluetooth -l pl.UTF-8
116 Backend Bluetooth dla CUPS-a.
117
118 %package -n zsh-completion-bluez
119 Summary:        Zsh completion for bluez commands
120 Summary(pl.UTF-8):      Dopełnianie parametrów w zsh dla poleceń z pakietu bluez
121 Group:          Applications/Shells
122 Requires:       %{name} = %{version}-%{release}
123 Requires:       zsh
124
125 %description -n zsh-completion-bluez
126 Zsh completion for bluez commands (bluezctl utility).
127
128 %description -n zsh-completion-bluez -l pl.UTF-8
129 Dopełnianie parametrów w zsh dla poleceń z pakietu bluez (narzędzia
130 bluezctl).
131
132 %package libs
133 Summary:        Bluetooth libraries
134 Summary(pl.UTF-8):      Biblioteki Bluetooth
135 Group:          Libraries
136 Obsoletes:      bluez-sdp
137
138 %description libs
139 Libraries for use in Bluetooth applications.
140
141 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
142
143 %description libs -l pl.UTF-8
144 Biblioteki do używania w aplikacjach Bluetooth.
145
146 Znaki towarowe BLUETOOTH są własnością Bluetooth SIG, Inc. z USA.
147
148 %package libs-devel
149 Summary:        Header files for Bluetooth applications
150 Summary(pl.UTF-8):      Pliki nagłówkowe dla aplikacji Bluetooth
151 Group:          Development/Libraries
152 Requires:       %{name}-libs = %{version}-%{release}
153 Obsoletes:      bluez-sdp-devel
154
155 %description libs-devel
156 bluez-libs-devel contains header files for use in Bluetooth
157 applications.
158
159 %description libs-devel -l pl.UTF-8
160 Ten pakiet zawiera pliki nagłówkowe do używania w aplikacjach
161 Bluetooth.
162
163 %package libs-static
164 Summary:        Static Bluetooth libraries
165 Summary(pl.UTF-8):      Biblioteki statyczne Bluetooth
166 Group:          Development/Libraries
167 Requires:       %{name}-libs-devel = %{version}-%{release}
168 Obsoletes:      bluez-sdp-static
169
170 %description libs-static
171 bluez-libs-static contains development static libraries for use in
172 Bluetooth applications.
173
174 %description libs-static -l pl.UTF-8
175 Ten pakiet zawiera biblioteki statyczne, których można używać do
176 aplikacji Bluetooth.
177
178 %prep
179 %setup -q
180 %patch0 -p1
181
182 # external ell is broken if ell/ell.h is in place due to deps generation and Makefile.am rules
183 %{__rm} -r ell
184
185 %build
186 %{__libtoolize}
187 %{__aclocal}
188 %{__autoconf}
189 %{__autoheader}
190 %{__automake}
191 %configure \
192         --disable-silent-rules \
193         --enable-btpclient \
194         %{?with_deprecated:--enable-deprecated} \
195         --enable-experimental \
196         --enable-external-ell \
197         --enable-health \
198         --enable-hid2hci \
199         --enable-library \
200         --enable-tools \
201         --enable-cups \
202         --enable-testing \
203         --enable-mesh \
204         --enable-midi \
205         --enable-nfc \
206         --enable-sap \
207         --enable-sixaxis \
208         --enable-static \
209         --with-udevdir=%{udevdir} \
210         --with-systemdsystemunitdir=%{systemdunitdir} \
211         --with-systemduserunitdir=%{systemduserunitdir}
212
213 %{__make} \
214         cupsdir=%{cupsdir}
215
216 %install
217 rm -rf $RPM_BUILD_ROOT
218 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig} \
219         $RPM_BUILD_ROOT{%{_libdir}/{bluetooth,obex}/plugins,%{_sysconfdir}/bluetooth}
220
221 %{__make} install \
222         DESTDIR=$RPM_BUILD_ROOT \
223         cupsdir=%{cupsdir} \
224         rulesdir=%{udevdir}/rules.d \
225         udevdir=%{udevdir}
226
227 install %{SOURCE1} $RPM_BUILD_ROOT/etc/rc.d/init.d/bluetooth
228 install %{SOURCE2} $RPM_BUILD_ROOT/etc/sysconfig/bluetooth
229
230 install profiles/input/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
231 install profiles/network/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
232
233 #serial port connected Broadcom HCIs scripts
234 install %{SOURCE3} $RPM_BUILD_ROOT%{udevdir}/rules.d
235 install %{SOURCE4} $RPM_BUILD_ROOT%{systemdunitdir}
236 install %{SOURCE5} $RPM_BUILD_ROOT%{_libexecdir}/bluetooth
237
238 # Install the HCI emulator, useful for testing
239 install emulator/btvirt $RPM_BUILD_ROOT%{_libexecdir}/bluetooth
240
241 %{__rm} $RPM_BUILD_ROOT%{_libdir}/libbluetooth.la
242 %{__rm} $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins/*.{la,a}
243
244 %clean
245 rm -rf $RPM_BUILD_ROOT
246
247 %post
248 /sbin/chkconfig --add bluetooth
249 %service bluetooth restart
250 %systemd_post bluetooth.service
251
252 %preun
253 if [ "$1" = "0" ]; then
254         %service bluetooth stop
255         /sbin/chkconfig --del bluetooth
256 fi
257 %systemd_preun bluetooth.service
258
259 %postun
260 %systemd_reload
261
262 %triggerpostun -- bluez < 4.98-3
263 %systemd_trigger bluetooth.service
264
265 %triggerpostun -- bluez < 5.13-1
266 %service rfcomm stop
267 /sbin/chkconfig --del rfcomm
268
269 %post   libs -p /sbin/ldconfig
270 %postun libs -p /sbin/ldconfig
271
272 %files
273 %defattr(644,root,root,755)
274 %doc AUTHORS ChangeLog README
275 %attr(755,root,root) %{_bindir}/bluemoon
276 %attr(755,root,root) %{_bindir}/bluetoothctl
277 %attr(755,root,root) %{_bindir}/btattach
278 %attr(755,root,root) %{_bindir}/btmon
279 %attr(755,root,root) %{_bindir}/hex2hcd
280 %attr(755,root,root) %{_bindir}/l2ping
281 %attr(755,root,root) %{_bindir}/l2test
282 %attr(755,root,root) %{_bindir}/mesh-cfgclient
283 %attr(755,root,root) %{_bindir}/meshctl
284 %attr(755,root,root) %{_bindir}/mpris-proxy
285 %attr(755,root,root) %{_bindir}/rctest
286 %if %{with deprecated}
287 %attr(755,root,root) %{_bindir}/ciptool
288 %attr(755,root,root) %{_bindir}/hciattach
289 %attr(755,root,root) %{_bindir}/hciconfig
290 %attr(755,root,root) %{_bindir}/hcidump
291 %attr(755,root,root) %{_bindir}/hcitool
292 %attr(755,root,root) %{_bindir}/rfcomm
293 %attr(755,root,root) %{_bindir}/sdptool
294 %endif
295 %if "%{_libexecdir}" != "%{_libdir}"
296 %dir %{_libexecdir}/bluetooth
297 %endif
298 %attr(755,root,root) %{_libexecdir}/bluetooth/bluetooth-meshd
299 %attr(755,root,root) %{_libexecdir}/bluetooth/bluetoothd
300 %attr(755,root,root) %{_libexecdir}/bluetooth/btattach-bcm-service.sh
301 %attr(755,root,root) %{_libexecdir}/bluetooth/btvirt
302 %attr(755,root,root) %{_libexecdir}/bluetooth/obexd
303 %dir %{_libdir}/bluetooth
304 %dir %{_libdir}/bluetooth/plugins
305 %attr(755,root,root) %{_libdir}/bluetooth/plugins/sixaxis.so
306 %dir %{_libdir}/obex
307 %dir %{_libdir}/obex/plugins
308 %dir %{_sysconfdir}/bluetooth
309 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/input.conf
310 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/network.conf
311 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
312 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bluetooth
313 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/bluetooth.conf
314 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/bluetooth-mesh.conf
315 %{systemdunitdir}/bluetooth.service
316 %{systemdunitdir}/bluetooth-mesh.service
317 %{systemdunitdir}/btattach-bcm@.service
318 %{systemduserunitdir}/obex.service
319 %{_datadir}/dbus-1/services/org.bluez.obex.service
320 %{_datadir}/dbus-1/system-services/org.bluez.service
321 %{_datadir}/dbus-1/system-services/org.bluez.mesh.service
322 %attr(755,root,root) %{udevdir}/hid2hci
323 %{udevdir}/rules.d/69-btattach-bcm.rules
324 %{udevdir}/rules.d/97-hid2hci.rules
325 %{_mandir}/man1/btattach.1*
326 %{_mandir}/man1/hid2hci.1*
327 %{_mandir}/man1/l2ping.1*
328 %{_mandir}/man1/rctest.1*
329 %if %{with deprecated}
330 %{_mandir}/man1/ciptool.1*
331 %{_mandir}/man1/hciattach.1*
332 %{_mandir}/man1/hciconfig.1*
333 %{_mandir}/man1/hcidump.1*
334 %{_mandir}/man1/hcitool.1*
335 %{_mandir}/man1/rfcomm.1*
336 %{_mandir}/man1/sdptool.1*
337 %endif
338 %{_mandir}/man8/bluetoothd.8*
339
340 %files -n cups-backend-bluetooth
341 %defattr(644,root,root,755)
342 %attr(755,root,root) %{_prefix}/lib/cups/backend/bluetooth
343
344 %files -n zsh-completion-bluez
345 %defattr(644,root,root,755)
346 %{zsh_compdir}/_bluetoothctl
347
348 %files libs
349 %defattr(644,root,root,755)
350 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*.*
351 %attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.3
352
353 %files libs-devel
354 %defattr(644,root,root,755)
355 %attr(755,root,root) %{_libdir}/libbluetooth.so
356 %{_includedir}/bluetooth
357 %{_pkgconfigdir}/bluez.pc
358
359 %files libs-static
360 %defattr(644,root,root,755)
361 %{_libdir}/libbluetooth.a
This page took 0.066558 seconds and 3 git commands to generate.