From 3432d658b7aefde362ea108536014b41e667edb7 Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Wed, 7 May 2014 12:03:53 +0100 Subject: [PATCH] minor cleanups --- opus.spec | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/opus.spec b/opus.spec index dbf1a35..1af69de 100644 --- a/opus.spec +++ b/opus.spec @@ -30,7 +30,7 @@ Files for development with opus. cp %{SOURCE1} . %build -%configure --enable-custom-modes +%configure --enable-custom-modes --disable-static make %{?_smp_mflags} @@ -39,8 +39,7 @@ rm -rf %{buildroot} make install DESTDIR=%{buildroot} # Remove libtool archives and static libs -find %{buildroot} -name '*.la' -exec rm -f {} ';' -find %{buildroot} -name '*.a' -exec rm -f {} ';' +find %{buildroot} -type f -name "*.la" -delete %check make check