packages: bluez/bluez.spec - use __rm macro for buildroot cleanup - track b...
qboosh
qboosh at pld-linux.org
Wed Oct 13 08:37:13 CEST 2010
Author: qboosh Date: Wed Oct 13 06:37:13 2010 GMT
Module: packages Tag: HEAD
---- Log message:
- use __rm macro for buildroot cleanup
- track binaries and soname
---- Files affected:
packages/bluez:
bluez.spec (1.52 -> 1.53)
---- Diffs:
================================================================
Index: packages/bluez/bluez.spec
diff -u packages/bluez/bluez.spec:1.52 packages/bluez/bluez.spec:1.53
--- packages/bluez/bluez.spec:1.52 Tue Oct 12 23:08:15 2010
+++ packages/bluez/bluez.spec Wed Oct 13 08:37:07 2010
@@ -237,9 +237,9 @@
mv -fT $RPM_BUILD_ROOT{%{_datadir},%{_sysconfdir}}/alsa
-rm -f $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.{,l}a
-rm -f $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins/*.{,l}a
-rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer*/libgstbluetooth.{,l}a
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/alsa-lib/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/bluetooth/plugins/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gstreamer*/libgstbluetooth.{la,a}
%clean
rm -rf $RPM_BUILD_ROOT
@@ -272,8 +272,20 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS ChangeLog README
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_sbindir}/*
+%attr(755,root,root) %{_bindir}/ciptool
+%attr(755,root,root) %{_bindir}/dfutool
+%attr(755,root,root) %{_bindir}/dund
+%attr(755,root,root) %{_bindir}/hcitool
+%attr(755,root,root) %{_bindir}/hidd
+%attr(755,root,root) %{_bindir}/l2ping
+%attr(755,root,root) %{_bindir}/pand
+%attr(755,root,root) %{_bindir}/rfcomm
+%attr(755,root,root) %{_bindir}/sdptool
+%attr(755,root,root) %{_sbindir}/bccmd
+%attr(755,root,root) %{_sbindir}/bluetoothd
+%attr(755,root,root) %{_sbindir}/hciattach
+%attr(755,root,root) %{_sbindir}/hciconfig
+%attr(755,root,root) %{_sbindir}/hid2hci
%dir %{_libdir}/bluetooth
%dir %{_libdir}/bluetooth/plugins
%attr(755,root,root) %{_libdir}/bluetooth/plugins/*.so
@@ -289,7 +301,20 @@
%config(noreplace) %verify(not md5 mtime size) %{udevdir}/rules.d/97-bluetooth.rules
%config(noreplace) %verify(not md5 mtime size) %{udevdir}/rules.d/97-bluetooth-hid2hci.rules
%config(noreplace) %verify(not md5 mtime size) %{udevdir}/rules.d/97-bluetooth-serial.rules
-%{_mandir}/man[18]/*
+%{_mandir}/man1/ciptool.1*
+%{_mandir}/man1/dfutool.1*
+%{_mandir}/man1/dund.1*
+%{_mandir}/man1/hcitool.1*
+%{_mandir}/man1/hidd.1*
+%{_mandir}/man1/pand.1*
+%{_mandir}/man1/rfcomm.1*
+%{_mandir}/man1/sdptool.1*
+%{_mandir}/man8/bccmd.8*
+%{_mandir}/man8/bluetoothd.8*
+%{_mandir}/man8/hciattach.8*
+%{_mandir}/man8/hciconfig.8*
+%{_mandir}/man8/hid2hci.8*
+%{_mandir}/man8/l2ping.8*
%files -n alsa-plugins-bluetooth
%defattr(644,root,root,755)
@@ -309,7 +334,7 @@
%files libs
%defattr(644,root,root,755)
%attr(755,root,root) %{_libdir}/libbluetooth.so.*.*.*
-%attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.[0-9]
+%attr(755,root,root) %ghost %{_libdir}/libbluetooth.so.3
%files libs-devel
%defattr(644,root,root,755)
@@ -328,6 +353,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.53 2010/10/13 06:37:07 qboosh
+- use __rm macro for buildroot cleanup
+- track binaries and soname
+
Revision 1.52 2010/10/12 21:08:15 arvenil
- up to 4.75
- drop *-oui.patch, no more needed, use --with-ouifile instead
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bluez/bluez.spec?r1=1.52&r2=1.53&f=u
More information about the pld-cvs-commit
mailing list