[gromacs/el6] Remove spurious files.

Susi Lehtola jussilehtola at fedoraproject.org
Fri Apr 19 11:07:45 UTC 2013


commit f78e77f482f2844f6c17909b5b1f7937d4641270
Author: Jussi Lehtola <jussilehtola at fedoraproject.org>
Date:   Fri Apr 19 14:07:42 2013 +0300

    Remove spurious files.

 gromacs.spec |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
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
 


More information about the scm-commits mailing list