[bluez] Remove a stray .la file

Kalev Lember kalev at fedoraproject.org
Fri Aug 16 11:15:29 UTC 2013


commit feffbccd5e68e4480fe245056b8167b04bbce8a5
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Fri Aug 16 11:05:50 2013 +0200

    Remove a stray .la file

 bluez.spec |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/bluez.spec b/bluez.spec
index f5a6f30..5f7dbc9 100644
--- a/bluez.spec
+++ b/bluez.spec
@@ -141,7 +141,7 @@ make %{?_smp_mflags} V=1
 make install DESTDIR=$RPM_BUILD_ROOT
 
 # Remove autocrap and libtool droppings
-rm $RPM_BUILD_ROOT/%{_libdir}/*.la
+find $RPM_BUILD_ROOT -name '*.la' -delete
 
 # Remove the cups backend from libdir, and install it in /usr/lib whatever the install
 if test -d ${RPM_BUILD_ROOT}/usr/lib64/cups ; then
@@ -230,6 +230,7 @@ mkdir -p $RPM_BUILD_ROOT/%{_libdir}/bluetooth/
 %changelog
 * Fri Aug 16 2013 Kalev Lember <kalevlember at gmail.com> - 5.8-2
 - Don't pull in -libs for the other subpackages
+- Remove a stray .la file
 
 * Sat Aug 10 2013 Kalev Lember <kalevlember at gmail.com> - 5.8-1
 - Update to 5.8


More information about the scm-commits mailing list