]> git.pld-linux.org Git - packages/bluez.git/blob - bluez.spec
- actually enable capng
[packages/bluez.git] / bluez.spec
1 Summary:        Bluetooth utilities
2 Summary(pl.UTF-8):      Narzędzia Bluetooth
3 Name:           bluez
4 Version:        4.69
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.gz
10 # Source0-md5:  986a08fb5c94ebd7d1a4d702e45ee34e
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}-oui.patch
18 Patch2:         %{name}-wacom-mode-2.patch
19 Patch3:         %{name}-try-utf8-harder.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:  dbus-devel >= 1.0
26 BuildRequires:  glib2-devel >= 1:2.14
27 BuildRequires:  gstreamer-devel >= 0.10
28 BuildRequires:  gstreamer-plugins-base-devel >= 0.10
29 BuildRequires:  libcap-ng-devel
30 BuildRequires:  libnl-devel
31 BuildRequires:  libsndfile-devel
32 BuildRequires:  libtool
33 BuildRequires:  libusb-compat-devel
34 BuildRequires:  pkgconfig >= 1:0.9.0
35 BuildRequires:  rpmbuild(macros) >= 1.268
36 BuildRequires:  udev-devel
37 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
38 Requires:       glib2 >= 1:2.14
39 Requires:       hwdata >= 0.225
40 Requires:       rc-scripts
41 Provides:       bluez-utils = %{epoch}:%{version}-%{release}
42 Obsoletes:      bluez-hciemu
43 Obsoletes:      bluez-pan
44 Obsoletes:      bluez-sdp
45 Obsoletes:      bluez-utils
46 Obsoletes:      bluez-utils-init
47 Conflicts:      bluez-bluefw
48 ExcludeArch:    s390 s390x
49 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
50
51 # currently lib, not %{_lib} (see cups.spec)
52 %define         cupsdir         /usr/lib/cups/backend
53 %define         udevdir         /lib/udev
54
55 %description
56 Bluetooth utilities:
57  - bluetoothd
58  - dund
59  - hcitool
60  - hciattach
61  - hciconfig
62  - hciemu
63  - hidd
64  - l2ping
65  - pand
66  - start scripts (PLD)
67  - PCMCIA configuration files
68
69 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
70
71 %description -l pl.UTF-8
72 Narzędzia Bluetooth:
73  - bluetoothd
74  - dund
75  - hcitool
76  - hciattach
77  - hciconfig
78  - hciemu
79  - hidd
80  - l2ping
81  - pand
82  - skrypty startowe (PLD)
83  - pliki konfiguracji PCMCIA
84
85 Znaki towarowe BLUETOOTH są własnością Bluetooth SIG, Inc. z USA.
86
87 %package -n alsa-plugins-bluetooth
88 Summary:        ALSA plugins for Bluetooth audio devices
89 Summary(pl.UTF-8):      Wtyczki systemu ALSA dla urządzeń dźwiękowych Bluetooth
90 Group:          Libraries
91 # bluetoothd + audio service
92 Requires:       %{name} = %{epoch}:%{version}-%{release}
93 Requires:       alsa-lib >= 1.0.10-1
94
95 %description -n alsa-plugins-bluetooth
96 ALSA plugins for Bluetooth audio devices.
97
98 %description -n alsa-plugins-bluetooth -l pl.UTF-8
99 Wtyczki systemu ALSA dla urządzeń dźwiękowych Bluetooth.
100
101 %package -n cups-backend-bluetooth
102 Summary:        Bluetooth backend for CUPS
103 Summary(pl.UTF-8):      Backend Bluetooth dla CUPS-a
104 Group:          Applications/Printing
105 Requires:       bluez-libs >= %{epoch}:%{version}-%{release}
106 Requires:       cups
107
108 %description -n cups-backend-bluetooth
109 Bluetooth backend for CUPS.
110
111 %description -n cups-backend-bluetooth -l pl.UTF-8
112 Backend Bluetooth dla CUPS-a.
113
114 %package -n gstreamer-bluetooth
115 Summary:        Bluetooth support for gstreamer
116 Summary(pl.UTF-8):      Obsługa Bluetooth dla gstreamera
117 Group:          Libraries
118 Requires:       bluez-libs >= %{epoch}:%{version}-%{release}
119 Requires:       gstreamer >= 0.10
120 Requires:       gstreamer-plugins-base >= 0.10
121
122 %description -n gstreamer-bluetooth
123 Bluetooth support for gstreamer.
124
125 %description -n gstreamer-bluetooth -l pl.UTF-8
126 Obsługa Bluetooth dla gstreamera.
127
128 %package libs
129 Summary:        Bluetooth libraries
130 Summary(pl.UTF-8):      Biblioteki Bluetooth
131 Group:          Development/Libraries
132 Obsoletes:      bluez-sdp
133
134 %description libs
135 Libraries for use in Bluetooth applications.
136
137 The BLUETOOTH trademarks are owned by Bluetooth SIG, Inc., U.S.A.
138
139 %description libs -l pl.UTF-8
140 Biblioteki do używania w aplikacjach Bluetooth.
141
142 Znaki towarowe BLUETOOTH są własnością Bluetooth SIG, Inc. z USA.
143
144 %package libs-devel
145 Summary:        Header files for Bluetooth applications
146 Summary(pl.UTF-8):      Pliki nagłówkowe dla aplikacji Bluetooth
147 Group:          Development/Libraries
148 Requires:       %{name}-libs = %{epoch}:%{version}-%{release}
149 Obsoletes:      bluez-sdp-devel
150
151 %description libs-devel
152 bluez-libs-devel contains header files for use in Bluetooth
153 applications.
154
155 %description libs-devel -l pl.UTF-8
156 Ten pakiet zawiera pliki nagłówkowe do używania w aplikacjach
157 Bluetooth.
158
159 %package libs-static
160 Summary:        Static Bluetooth libraries
161 Summary(pl.UTF-8):      Biblioteki statyczne Bluetooth
162 Group:          Development/Libraries
163 Requires:       %{name}-libs-devel = %{epoch}:%{version}-%{release}
164 Obsoletes:      bluez-sdp-static
165
166 %description libs-static
167 bluez-libs-static contains development static libraries for use in
168 Bluetooth applications.
169
170 %description libs-static -l pl.UTF-8
171 Ten pakiet zawiera biblioteki statyczne, których można używać do
172 aplikacji Bluetooth.
173
174 %prep
175 %setup -q
176 %patch0 -p1
177 %patch1 -p1
178 %patch2 -p1
179 %patch3 -p1
180
181 %build
182 %{__libtoolize}
183 %{__aclocal}
184 %{__autoconf}
185 %{__autoheader}
186 %{__automake}
187 %configure \
188         --disable-silent-rules \
189         --enable-shared \
190         --enable-static \
191         --enable-alsa \
192         --enable-audio \
193         --enable-bccmd \
194         --enable-capng \
195         --enable-configfiles \
196         --enable-cups \
197         --enable-dfutool \
198         --enable-dund \
199         --enable-gstreamer \
200         --enable-hid2hci \
201         --enable-hidd \
202         --enable-input \
203         --enable-netlink \
204         --enable-network \
205         --enable-pand \
206         --enable-pcmcia \
207         --enable-serial \
208         --enable-tools \
209         --enable-usb \
210         --enable-udevrules
211
212 %{__make} \
213         cupsdir=%{cupsdir} \
214         rulesdir=%{udevdir}/rules.d \
215         udevdir=%{udevdir}
216
217 %install
218 rm -rf $RPM_BUILD_ROOT
219 install -d $RPM_BUILD_ROOT/etc/{rc.d/init.d,sysconfig}
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 install %{SOURCE3} $RPM_BUILD_ROOT/etc/rc.d/init.d/dund
230 install %{SOURCE4} $RPM_BUILD_ROOT/etc/rc.d/init.d/pand
231 install %{SOURCE5} $RPM_BUILD_ROOT/etc/rc.d/init.d/rfcomm
232
233 install audio/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
234 install input/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
235 install network/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
236 install serial/*.conf $RPM_BUILD_ROOT%{_sysconfdir}/bluetooth
237
238 rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.{,l}a
239 rm -f $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins/*.{,l}a
240 rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer*/libgstbluetooth.{,l}a
241
242 %clean
243 rm -rf $RPM_BUILD_ROOT
244
245 %post
246 /sbin/chkconfig --add bluetooth
247 /sbin/chkconfig --add dund
248 /sbin/chkconfig --add pand
249 /sbin/chkconfig --add rfcomm
250 %service bluetooth restart
251 %service dund restart
252 %service pand restart
253 %service rfcomm restart
254
255 %preun
256 if [ "$1" = "0" ]; then
257         %service bluetooth stop
258         %service dund stop
259         %service pand stop
260         %service rfcomm stop
261         /sbin/chkconfig --del bluetooth
262         /sbin/chkconfig --del dund
263         /sbin/chkconfig --del pand
264         /sbin/chkconfig --del rfcomm
265 fi
266
267 %post   libs -p /sbin/ldconfig
268 %postun libs -p /sbin/ldconfig
269
270 %files
271 %defattr(644,root,root,755)
272 %doc AUTHORS ChangeLog README
273 %attr(755,root,root) %{_bindir}/*
274 %attr(755,root,root) %{_sbindir}/*
275 %dir %{_libdir}/bluetooth
276 %dir %{_libdir}/bluetooth/plugins
277 %attr(755,root,root) %{_libdir}/bluetooth/plugins/*.so
278 %dir %{_sysconfdir}/bluetooth
279 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/bluetooth/*.conf
280 %attr(754,root,root) /etc/rc.d/init.d/bluetooth
281 %attr(754,root,root) /etc/rc.d/init.d/dund
282 %attr(754,root,root) /etc/rc.d/init.d/pand
283 %attr(754,root,root) /etc/rc.d/init.d/rfcomm
284 %attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) /etc/sysconfig/bluetooth
285 %config(noreplace) %verify(not md5 mtime size) /etc/dbus-1/system.d/bluetooth.conf
286 %attr(755,root,root) %{udevdir}/bluetooth_serial
287 %config(noreplace) %verify(not md5 mtime size) %{udevdir}/rules.d/97-bluetooth.rules
288 %config(noreplace) %verify(not md5 mtime size) %{udevdir}/rules.d/97-bluetooth-hid2hci.rules
289 %config(noreplace) %verify(not md5 mtime size) %{udevdir}/rules.d/97-bluetooth-serial.rules
290 %{_mandir}/man[18]/*
291
292 %files -n alsa-plugins-bluetooth
293 %defattr(644,root,root,755)
294 %dir %{_sysconfdir}/alsa
295 %{_sysconfdir}/alsa/bluetooth.conf
296 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_ctl_bluetooth.so
297 %attr(755,root,root) %{_libdir}/alsa-lib/libasound_module_pcm_bluetooth.so
298
299 %files -n cups-backend-bluetooth
300 %defattr(644,root,root,755)
301 %attr(755,root,root) %{_prefix}/lib/cups/backend/bluetooth
302
303 %files -n gstreamer-bluetooth
304 %defattr(644,root,root,755)
305 %attr(755,root,root) %{_libdir}/gstreamer*/libgstbluetooth.so
306
307 %files libs
308 %defattr(644,root,root,755)
309 %attr(755,root,root) %{_libdir}/libbluetooth.so.*.*.*
310 %attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.[0-9]
311
312 %files libs-devel
313 %defattr(644,root,root,755)
314 %attr(755,root,root) %{_libdir}/libbluetooth.so
315 %{_libdir}/libbluetooth.la
316 %{_includedir}/bluetooth
317 %{_pkgconfigdir}/bluez.pc
318
319 %files libs-static
320 %defattr(644,root,root,755)
321 %{_libdir}/libbluetooth.a
This page took 0.065167 seconds and 4 git commands to generate.