Blob Blame History Raw
Name:           supybot-fedmsg
Version:        0.0.6
Release:        2%{?dist}
Summary:        Plugin for supybot that enables meetbot with fedmsg output.

Group:          Applications/Internet
License:        LGPLv2+
URL:            http://github.com/ralphbean/supybot-fedmsg
Source0:        http://pypi.python.org/packages/source/s/supybot-fedmsg/supybot-fedmsg-%{version}.tar.gz

Requires:       fedmsg
Requires:       supybot-meetbot

BuildArch:      noarch

%description
A Supybot plugin for sending messages across the Fedora Infrastructure message
bus.  This plugin modifies other installed plugins during runtime, instrumenting
them to send messages on certain events.

Currently supported target plugins are:

 - meetbot

%prep
%setup -q

%build

%install
install -dm 755 %{buildroot}/%{python_sitelib}/supybot/plugins/Fedmsg
install -pm 644 supybot-fedmsg/*.py %{buildroot}/%{python_sitelib}/supybot/plugins/Fedmsg/.

%files
%doc README.rst LICENSE
%{python_sitelib}/supybot/plugins/Fedmsg

%changelog
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.0.6-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

* Wed Sep 19 2012 Ralph Bean <rbean@redhat.com> - 0.0.6-1
- Smarter initialization of fedmsg resources yet still.

* Wed Sep 19 2012 Ralph Bean <rbean@redhat.com> - 0.0.5-1
- Smarter initialization of fedmsg resources.

* Thu Aug 23 2012 Ralph Bean <rbean@redhat.com> - 0.0.4-4
- More descriptive summary and description as per package review note.

* Wed Aug 22 2012 Ralph Bean <rbean@redhat.com> - 0.0.4-3
- Removed unnecessary dep on supybot.  supybot-meetbot pulls it in.

* Wed Aug 22 2012 Ralph Bean <rbean@redhat.com> - 0.0.4-2
- Remove redefinition of %%{python_sitelib}.  It is always defined in
  fedora and even RHEL 6.

* Tue Aug 21 2012 Ralph Bean <rbean@redhat.com> - 0.0.4-1
- Upstream release with more consistent fedmsg topics.

* Tue Aug 21 2012 Ralph Bean <rbean@redhat.com> - 0.0.3-1
- Major bugfixes all around.

* Mon Aug 20 2012 Ralph Bean <rbean@redhat.com> - 0.0.2-1
- Include LICENSE

* Mon Aug 20 2012 Ralph Bean <rbean@redhat.com> - 0.0.1-1
- Initial packaging.  Heavily copied from supybot-fedora.