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