[python-jabberbot: 1/2] * Thu May 30 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.15-1 - Updated to new upstream versi

Fabian Affolter fab at fedoraproject.org
Thu May 30 12:10:19 UTC 2013


commit c6f613ef9ec872a77fb17ce7fa09885de6ca447a
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Thu May 30 14:09:00 2013 +0200

    * Thu May 30 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.15-1
    - Updated to new upstream version 0.15

 .gitignore            |    1 +
 python-jabberbot.spec |   16 ++++------------
 sources               |    2 +-
 3 files changed, 6 insertions(+), 13 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 437e9b1..4006003 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ jabberbot-0.9.tar.gz
 /jabberbot-0.10.tar.gz
 /jabberbot-0.13.tar.gz
 /jabberbot-0.14.tar.gz
+/jabberbot-0.15.tar.gz
diff --git a/python-jabberbot.spec b/python-jabberbot.spec
index b379896..01bb12f 100644
--- a/python-jabberbot.spec
+++ b/python-jabberbot.spec
@@ -5,7 +5,7 @@
 %global srcname jabberbot
 
 Name:           python-%{srcname}
-Version:        0.14
+Version:        0.15
 Release:        1%{?dist}
 Summary:        A simple jabber (XMPP) bot framework
 
@@ -13,7 +13,6 @@ Group:          Applications/Internet
 License:        GPLv3+
 URL:            http://thpinfo.com/2007/python-jabberbot/
 Source0:        http://thpinfo.com/2007/python-jabberbot/%{srcname}-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-devel
@@ -22,7 +21,6 @@ BuildRequires:  python-xmpp
 
 Requires:       python-xmpp
 
-
 %description
 This is python-jabberbot, a Jabber bot framework for Python that enables you
 to easily write simple Jabber bots. You can use your Jabber bots to provide
@@ -30,7 +28,6 @@ information about your running systems, to make your website interact with
 your visitors or notify you about updates or changes you monitor with your
 Python scripts. 
 
-
 %prep
 %setup -q -n %{srcname}-%{version}
 sed -i -e '/^#!\//, 1d' jabberbot.py
@@ -39,24 +36,19 @@ sed -i -e '/^#!\//, 1d' jabberbot.py
 %build
 %{__python} setup.py build
 
-
 %install
-rm -rf %{buildroot}
 %{__python} setup.py install -O1 --skip-build --root=%{buildroot}
 
-
-%clean
-rm -rf %{buildroot}
-
-
 %files 
-%defattr(-,root,root,-)
 %doc AUTHORS COPYING README examples/
 %{python_sitelib}/jabberbot*
 %{python_sitelib}/jabberbot*.egg-info
 
 
 %changelog
+* Thu May 30 2013 Fabian Affolter <mail at fabian-affolter.ch> - 0.15-1
+- Updated to new upstream version 0.15
+
 * Tue Jan 31 2012 Fabian Affolter <mail at fabian-affolter.ch> - 0.14-1
 - Updated to new upstream version 0.14
 
diff --git a/sources b/sources
index d146920..7a57071 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e812590da4fb7de6db91b1de9090b52c  jabberbot-0.14.tar.gz
+081be2f6d8c82740b9906bf5b8562e7d  jabberbot-0.15.tar.gz


More information about the scm-commits mailing list