minor cleanups

This commit is contained in:
Peter Robinson 2014-05-07 12:03:53 +01:00
parent feef6164c1
commit 3432d658b7

View File

@ -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