From: Richard W.M. Jones <"Richard W.M. Jones "> Date: Wed, 10 Sep 2008 15:14:05 +0000 (+0100) Subject: Remove static libraries. X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=7fbd37ea13a5f6f4cc1f2e9fcc66b83bc358e5fc;p=fedora-mingw.git Remove static libraries. --- diff --git a/example/mingw-example.spec b/example/mingw-example.spec index b09941d..7492ba3 100644 --- a/example/mingw-example.spec +++ b/example/mingw-example.spec @@ -36,6 +36,9 @@ make rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install +# Remove static libraries but DON'T remove *.dll.a files. +rm $RPM_BUILD_ROOT%{mingw_libdir}/libfoo.a + %clean rm -rf $RPM_BUILD_ROOT