[python-jabberbot] Fix copy-and-paste error

Fabian Affolter fab at fedoraproject.org
Fri Oct 8 18:41:44 UTC 2010


commit e8735d094c439a4486af9614b58b7aff1c218035
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Fri Oct 8 20:41:34 2010 +0200

    Fix copy-and-paste error

 python-jabberbot.spec |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/python-jabberbot.spec b/python-jabberbot.spec
index 5cacc96..065a24c 100644
--- a/python-jabberbot.spec
+++ b/python-jabberbot.spec
@@ -2,9 +2,9 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %endif
 
-%global srcname mailer
+%global srcname jabberbot
 
-Name:           python-jabberbot
+Name:           python-%{srcname}
 Version:        0.10
 Release:        1%{?dist}
 Summary:        A simple jabber (XMPP) bot framework


More information about the scm-commits mailing list