From d9b7c3f4a6c69b36117a747550c17a1afc29bcfe Mon Sep 17 00:00:00 2001 From: Deji Akingunola Date: Jan 29 2010 17:02:02 +0000 Subject: Remove the *.a file from buildroot! --- diff --git a/atlas.spec b/atlas.spec index eab9c11..a430a5b 100644 --- a/atlas.spec +++ b/atlas.spec @@ -210,8 +210,10 @@ for type in %{types}; do mv %{buildroot}%{_includedir}/atlas %{buildroot}%{_includedir}/atlas-%{_arch}-${type} if [ "$type" = "base" ]; then cp -pr lib/*.so* %{buildroot}%{_libdir}/atlas/ + rm -f %{buildroot}%{_libdir}/atlas/*.a else cp -pr lib/*.so* %{buildroot}%{_libdir}/atlas-${type}/ + rm -f %{buildroot}%{_libdir}/atlas-${type}/*.a fi popd