[spambayes] check if it builds otherwise to see if its worth spend the time

thomasj thomasj at fedoraproject.org
Thu Nov 25 15:37:29 UTC 2010


commit 13e5ff4363eb3015c8592f66e2ad7a4db211efb1
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Thu Nov 25 16:37:33 2010 +0100

    check if it builds otherwise to see if its worth spend the time

 spambayes.spec |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/spambayes.spec b/spambayes.spec
index ee7ed60..ff425eb 100644
--- a/spambayes.spec
+++ b/spambayes.spec
@@ -42,13 +42,13 @@ system then uses these clues to examine new messages.
 chmod -x *.txt
 
 # remove shell bangs
-pushd %{name}
-for file in $(find . -type f -name "*.py"); do
-  cp $file $file.orig
-  grep -v -e "^\#\!" $file.orig > $file
-  rm -f $file.orig
-done
-popd
+#pushd %{name}
+#for file in $(find . -type f -name "*.py"); do
+#  cp $file $file.orig
+#  grep -v -e "^\#\!" $file.orig > $file
+#  rm -f $file.orig
+#done
+#popd
 
 
 %build


More information about the scm-commits mailing list