diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-09-08 10:14:00 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-09-08 10:14:00 +0200 |
commit | b35c528a399b5b329e14425ffaab9704b78980e4 (patch) | |
tree | 3bcc0471580858d8092271fb116ee8f2d68a21b1 | |
parent | 87a994c14ce8c9430ba7f240c151473aea366f29 (diff) |
supybot: update to 0.83.4.1 for el5
-rw-r--r-- | supybot.spec | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/supybot.spec b/supybot.spec index 1d582ea..c11f464 100644 --- a/supybot.spec +++ b/supybot.spec @@ -3,7 +3,7 @@ Name: supybot Version: 0.83.4.1 -Release: 9%{?dist} +Release: 1%{?dist} Summary: Cross-platform IRC bot written in Python Group: Applications/Internet @@ -20,7 +20,11 @@ Patch1: Supybot-0.83.4.1-karma-plugin.patch BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) BuildArch: noarch +%if 0%{?fedora} >= 8 || 0%{?rhel} >= 6 BuildRequires: python-setuptools-devel +%else +BuildRequires: python-setuptools +%endif Requires: python-twisted-core Requires: python-twisted-names Requires: python-dateutil @@ -99,6 +103,9 @@ CFLAGS="%{optflags}" %{__python} -c 'import setuptools; execfile("setup.py")' bu %changelog +* Sat Sep 8 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.4.1-1 +- EL-5 rebuild for remi repo + * Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.83.4.1-9 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild |