[spambayes] try to build with patch

thomasj thomasj at fedoraproject.org
Sun Sep 12 08:58:26 UTC 2010


commit cf487400596bb84314ce0c2ebc46a18ce90d1353
Author: Thomas Janssen <thomasj at fedoraproject.org>
Date:   Sun Sep 12 10:58:17 2010 +0200

    try to build with patch

 spambayes.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/spambayes.spec b/spambayes.spec
index ee7ed60..dd8c758 100644
--- a/spambayes.spec
+++ b/spambayes.spec
@@ -10,7 +10,7 @@ Group:          Development/Languages
 License:        Python
 URL:            http://spambayes.sourceforge.net
 Source0:        http://downloads.sourceforge.net/%{name}/%{name}-%{version}%{pre}.tar.gz
-#Patch0:         %{name}-1.0.4-py25.patch
+Patch0:         %{name}-1.0.4-py25.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -36,7 +36,7 @@ system then uses these clues to examine new messages.
 
 %prep
 %setup -q -n %{name}-%{version}%{pre}
-#%patch0 -p0 -b .py25~
+%patch0 -p0 -b .py25~
 
 # Fix rpmlint warnings
 chmod -x *.txt


More information about the scm-commits mailing list