[python-jabberbot/f13/master] * 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:53:07 UTC 2010


commit 47f10c84ddeb96d8e6a1d76a1f8850c1bd4db422
Author: Fabian Affolter <fab at fedoraproject.org>
Date:   Fri Oct 8 20:53:09 2010 +0200

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

 python-jabberbot.spec |   19 +++++++++++++++----
 sources               |    2 +-
 2 files changed, 16 insertions(+), 5 deletions(-)
---
diff --git a/python-jabberbot.spec b/python-jabberbot.spec
index 65d377e..065a24c 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
 
-Name:           python-jabberbot
-Version:        0.9
+%global srcname jabberbot
+
+Name:           python-%{srcname}
+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,13 @@ 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
+
 * Mon Dec 28 2009 Fabian Affolter <fabian at bernewireless.net> - 0.9-1
 - Added COPYING
 - Updated to new upstream version 0.9
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