Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 304773 Details for
Bug 436568
Review Request: supybot - Cross-platform IRC bot written in Python
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch to add macro for origname (case) and fix line length of some items
supybot-origname-line_length.patch (text/plain), 2.92 KB, created by
Douglas E. Warner
on 2008-05-07 15:34:39 UTC
(
hide
)
Description:
Patch to add macro for origname (case) and fix line length of some items
Filename:
MIME Type:
Creator:
Douglas E. Warner
Created:
2008-05-07 15:34:39 UTC
Size:
2.92 KB
patch
obsolete
>--- supybot.spec.1 2008-05-07 10:07:52.000000000 -0400 >+++ supybot.spec 2008-05-07 11:27:32.000000000 -0400 >@@ -1,3 +1,4 @@ >+%define origname Supybot > %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} > > Name: supybot >@@ -6,10 +7,11 @@ > Summary: Cross-platform IRC bot written in Python > > Group: Applications/Internet >-# The entire source code is BSD except for plugins/Math/convertcore.py, which is GPLv2 >+# The entire source code is BSD except for >+# plugins/Math/convertcore.py which is GPLv2 > License: BSD and GPLv2 > URL: http://supybot.com >-Source0: http://downloads.sourceforge.net/supybot/Supybot-%{version}.tar.bz2 >+Source0: http://downloads.sourceforge.net/supybot/%{origname}-%{version}.tar.bz2 > Patch0: %{name}-%{version}-plugins.patch > BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX) > >@@ -29,7 +31,7 @@ > 400 actual commands. > > %prep >-%setup -q -n Supybot-%{version} >+%setup -q -n %{origname}-%{version} > %patch0 -b .plugins > > >@@ -39,7 +41,8 @@ > > %install > %{__rm} -rf %{buildroot} >-%{__python} -c 'import setuptools; execfile("setup.py")' install --skip-build --root %{buildroot} >+%{__python} -c 'import setuptools; execfile("setup.py")' install \ >+ --skip-build --root %{buildroot} > > %{__install} -d -m 755 %{buildroot}%{_mandir}/man1/ > %{__install} -m 644 docs/man/supybot.1 %{buildroot}%{_mandir}/man1/ >@@ -50,10 +53,12 @@ > %{__install} -m 644 docs/man/supybot-test.1 %{buildroot}%{_mandir}/man1/ > %{__install} -m 644 docs/man/supybot-wizard.1 %{buildroot}%{_mandir}/man1/ > >-# These are provided in python-feedparser, python-dateutil, and python-dictclient (under review) >-%{__rm} -rf %{buildroot}%{python_sitelib}/supybot/plugins/RSS/feedparser.py* >-%{__rm} -rf %{buildroot}%{python_sitelib}/supybot/plugins/Time/dateutil/ >-%{__rm} -rf %{buildroot}%{python_sitelib}/supybot/plugins/Dict/dictclient.py* >+# These are provided in python-feedparser, python-dateutil, and >+# python-dictclient >+%{__rm} -rf %{buildroot}%{python_sitelib}/%{name}/plugins/RSS/feedparser.py* >+%{__rm} -rf %{buildroot}%{python_sitelib}/%{name}/plugins/Time/dateutil >+%{__rm} -rf %{buildroot}%{python_sitelib}/%{name}/plugins/Dict/dictclient.py* >+ > > %clean > %{__rm} -rf %{buildroot} >@@ -61,10 +66,12 @@ > > %files > %defattr(-,root,root,-) >-%doc ACKS ChangeLog LICENSE README RELNOTES docs/{ADVANCED_PLUGIN_CONFIG,ADVANCED_PLUGIN_TESTING,CAPABILITIES,GETTING_STARTED,PLUGIN_TUTORIAL,STYLE,USING_UTILS,USING_WRAP} >+%doc ACKS ChangeLog LICENSE README RELNOTES >+%doc docs/{ADVANCED_PLUGIN_CONFIG,ADVANCED_PLUGIN_TESTING,CAPABILITIES} >+%doc docs/{GETTING_STARTED,PLUGIN_TUTORIAL,STYLE,USING_UTILS,USING_WRAP} > %{python_sitelib}/*egg-info >-%{python_sitelib}/supybot/ >-%{_bindir}/supybot >+%{python_sitelib}/%{name} >+%{_bindir}/%{name} > %{_bindir}/supybot-adduser > %{_bindir}/supybot-botchk > %{_bindir}/supybot-plugin-create
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 436568
: 304773