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