From f78e77f482f2844f6c17909b5b1f7937d4641270 Mon Sep 17 00:00:00 2001 From: Jussi Lehtola Date: Apr 19 2013 11:07:42 +0000 Subject: Remove spurious files. --- diff --git a/gromacs.spec b/gromacs.spec index e09cc95..b399d1c 100644 --- a/gromacs.spec +++ b/gromacs.spec @@ -401,6 +401,10 @@ find %{buildroot} -name *.la -exec rm -rf {} \; # Get rid of executable stacks find %{buildroot} -name *.so.* -exec execstack -c {} \; +# Remove spurious files +find %{buildroot} -name .cvsignore* -exec rm -rf {} \; + + # Post install for libs. MPI packages don't need this. %post libs -p /sbin/ldconfig