[gromacs/el5] Remove spurious files.

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


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

    Remove spurious files.

 gromacs.spec |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/gromacs.spec b/gromacs.spec
index 3e90ede..d9c4809 100644
--- a/gromacs.spec
+++ b/gromacs.spec
@@ -357,6 +357,9 @@ 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 -p /sbin/ldconfig


More information about the scm-commits mailing list