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