Summary: Cross-platform support bot based on supybot Name: supybot-gribble Version: 0.83.4.1 Release: 5%{?dist} License: BSD and GPLv2 and Python Group: Applications/Internet URL: http://sourceforge.net/apps/mediawiki/gribble/ # The source was pulled from upstreams git scm. Use the following # commands to generate the tarball # git archive --format=tar --prefix=supybot-gribble-0.83.4.1/ --remote=git://gribble.git.sourceforge.net/gitroot/gribble/gribble 1e337bdfa9085133ddd54c82cffa69dfcaa13c9a > supybot-gribble-20110627.tar Source0: supybot-gribble-20110627.tar Patch0: feedparser.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildArch: noarch BuildRequires: python-devel Requires: python-sqlite2 Conflicts: supybot Obsoletes: supybot < 0.83.4.1-7 Provides: supybot = 0.83.4.1-8%{dist} %description gribble is an enhanced supybot, with many fixes and updates to the original supybot code base. Gribble brings many plug-ins to fedora by adding sqlite2 support to many of the supybot plug-ins. Python-twisted is highly recommended. %prep %setup -q -n %{name}-%{version} %patch0 -p1 %build %{__python} setup.py build %install rm -rf %{buildroot} %{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}" install -d -m 755 %{buildroot}%{_mandir}/man1/ install -m 644 docs/man/supybot.1 %{buildroot}%{_mandir}/man1/ install -m 644 docs/man/supybot-adduser.1 %{buildroot}%{_mandir}/man1/ install -m 644 docs/man/supybot-botchk.1 %{buildroot}%{_mandir}/man1/ install -m 644 docs/man/supybot-plugin-create.1 %{buildroot}%{_mandir}/man1/ install -m 644 docs/man/supybot-plugin-doc.1 %{buildroot}%{_mandir}/man1/ install -m 644 docs/man/supybot-test.1 %{buildroot}%{_mandir}/man1/ install -m 644 docs/man/supybot-wizard.1 %{buildroot}%{_mandir}/man1/ %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc ACKS ChangeLog LICENSE README RELNOTES %doc docs/{ADVANCED_PLUGIN_CONFIG,ADVANCED_PLUGIN_TESTING,CAPABILITIES} %doc docs/{CONFIGURATION,FAQ,GETTING_STARTED,PLUGIN_TUTORIAL,STYLE} %doc docs/{USING_UTILS,USING_WRAP} %{python_sitelib}/supybot %{python_sitelib}/supybot-0.83.4.1_gribble._2011_06_27T14_41_49_0400_-py2.*.egg-info %{_bindir}/supybot %{_bindir}/supybot-adduser %{_bindir}/supybot-botchk %{_bindir}/supybot-plugin-create %{_bindir}/supybot-plugin-doc %{_bindir}/supybot-test %{_bindir}/supybot-wizard %{_mandir}/man1/supybot.1* %{_mandir}/man1/supybot-adduser.1* %{_mandir}/man1/supybot-botchk.1* %{_mandir}/man1/supybot-plugin-create.1* %{_mandir}/man1/supybot-plugin-doc.1* %{_mandir}/man1/supybot-test.1* %{_mandir}/man1/supybot-wizard.1* %changelog * Thu Jun 30 2011 Dave Riches - 0.83.4.1-5 - fixed up obsoletes and provides * Mon Jun 27 2011 Dave Riches - 0.83.4.1-4 - rebuilt from latest upstream * Mon Jun 27 2011 Dave Riches - 0.83.4.1-3 - Fixed up provides, obsoletes and conflicts for build * Wed May 04 2011 Dave Riches - 0.83.4.1-2 - removed twisted dependency, updated package description * Mon Apr 04 2011 Dave Riches - 0.83.4.1-1 - Packaged for Fedora