[python-jabberbot] * Fri Oct 08 2010 Fabian Affolter <fabian at bernewireless.net> - 0.10-1 - Added scrname - Updated to n

Fabian Affolter fab at fedoraproject.org
Fri Oct 8 18:35:05 UTC 2010


commit 3b7e8d916af9784f33cc7f0fc11717a2437a46b1
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Fri Oct 8 20:35:03 2010 +0200

    * Fri Oct 08 2010 Fabian Affolter <fabian at bernewireless.net> - 0.10-1
    - Added scrname
    - Updated to new upstream version 0.10

 .gitignore            |    1 +
 python-jabberbot.spec |   16 ++++++++++++----
 sources               |    2 +-
 3 files changed, 14 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 36469d6..106bf5d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 jabberbot-0.9.tar.gz
+/jabberbot-0.10.tar.gz
diff --git a/python-jabberbot.spec b/python-jabberbot.spec
index 6b248d8..5cacc96 100644
--- a/python-jabberbot.spec
+++ b/python-jabberbot.spec
@@ -1,14 +1,18 @@
+%if ! (0%{?fedora} > 12 || 0%{?rhel} > 5)
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%endif
+
+%global srcname mailer
 
 Name:           python-jabberbot
-Version:        0.9
-Release:        2%{?dist}
+Version:        0.10
+Release:        1%{?dist}
 Summary:        A simple jabber (XMPP) bot framework
 
 Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://thpinfo.com/2007/python-jabberbot/
-Source0:        http://thpinfo.com/2007/python-jabberbot/jabberbot-%{version}.tar.gz
+Source0:        http://thpinfo.com/2007/python-jabberbot/%{srcname}-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -28,7 +32,7 @@ Python scripts.
 
 
 %prep
-%setup -q -n jabberbot-%{version}
+%setup -q -n %{srcname}-%{version}
 sed -i -e '/^#!\//, 1d' jabberbot.py
 
 
@@ -53,6 +57,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Fri Oct 08 2010 Fabian Affolter <fabian at bernewireless.net> - 0.10-1
+- Added scrname
+- Updated to new upstream version 0.10
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 
diff --git a/sources b/sources
index 479c837..ca1167e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2262df265f6ba387f1ace1bf417d0275  jabberbot-0.9.tar.gz
+23868f12b4c58d113cfb60a81ea7e8c0  jabberbot-0.10.tar.gz


More information about the scm-commits mailing list