rpms/supybot/F-10 .cvsignore, 1.2, 1.3 sources, 1.2, 1.3 supybot.spec, 1.4, 1.5

Ricky Zhou (周家杰) ricky at fedoraproject.org
Tue May 19 02:03:22 UTC 2009


Author: ricky

Update of /cvs/pkgs/rpms/supybot/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv24973

Modified Files:
	.cvsignore sources supybot.spec 
Log Message:
* Mon May 18 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.83.4-1
- Upstream released new version.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/supybot/F-10/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- .cvsignore	24 May 2008 19:39:30 -0000	1.2
+++ .cvsignore	19 May 2009 02:02:52 -0000	1.3
@@ -1 +1 @@
-Supybot-0.83.3.tar.bz2
+Supybot-0.83.4.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/supybot/F-10/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -r1.2 -r1.3
--- sources	24 May 2008 19:39:30 -0000	1.2
+++ sources	19 May 2009 02:02:52 -0000	1.3
@@ -1 +1 @@
-72f8f28f1d847b9070be1bc5f8b002a4  Supybot-0.83.3.tar.bz2
+e003a8f940a749bd6a6546418b8f0942  Supybot-0.83.4.tar.bz2


Index: supybot.spec
===================================================================
RCS file: /cvs/pkgs/rpms/supybot/F-10/supybot.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- supybot.spec	14 Apr 2009 17:03:37 -0000	1.4
+++ supybot.spec	19 May 2009 02:02:52 -0000	1.5
@@ -2,18 +2,16 @@
 %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 
 Name:           supybot
-Version:        0.83.3
-Release:        8%{?dist}
+Version:        0.83.4
+Release:        1%{?dist}
 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
+# Supybot-0.83.4/plugins/Math/local/convertcore.py which is GPLv2
 License:        BSD and GPLv2
 URL:            http://supybot.com
 Source0:        http://downloads.sourceforge.net/supybot/%{origname}-%{version}.tar.bz2
-# Disable the Google plugin
-Patch0:         %{name}-%{version}-plugins.patch
 BuildRoot:      %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
 
 BuildArch:      noarch
@@ -23,6 +21,7 @@ Requires:       python-twisted-names
 Requires:       python-dateutil
 Requires:       python-feedparser
 Requires:       python-dictclient
+Requires:       python-simplejson
 Provides:       Supybot = %{version}-%{release}
 
 %description
@@ -34,7 +33,6 @@ to commands, as well as more than 50 bui
 
 %prep
 %setup -q -n %{origname}-%{version}
-%patch0 -b .plugins
 
 
 %build
@@ -55,11 +53,12 @@ CFLAGS="%{optflags}" %{__python} -c 'imp
 %{__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
-%{__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,
+# python-dictclient, and python-simplejson
+%{__rm} -rf %{buildroot}%{python_sitelib}/supybot/plugins/RSS/local
+%{__rm} -rf %{buildroot}%{python_sitelib}/supybot/plugins/Time/local
+%{__rm} -rf %{buildroot}%{python_sitelib}/supybot/plugins/Dict/local
+%{__rm} -rf %{buildroot}%{python_sitelib}/supybot/plugins/Google/local
 
 
 %clean
@@ -70,7 +69,8 @@ CFLAGS="%{optflags}" %{__python} -c 'imp
 %defattr(-,root,root,-)
 %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}
+%doc docs/{CONFIGURATION,FAQ,GETTING_STARTED,PLUGIN_TUTORIAL,STYLE}
+%doc docs/{USING_UTILS,USING_WRAP}
 %{python_sitelib}/*egg-info
 %{python_sitelib}/supybot
 %{_bindir}/supybot
@@ -91,6 +91,9 @@ CFLAGS="%{optflags}" %{__python} -c 'imp
 
 
 %changelog
+* Mon May 18 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.83.4-1
+- Upstream released new version.
+
 * Tue Apr 14 2009 Ricky Zhou <ricky at fedoraproject.org> - 0.83.3-8
 - Change define to global.
 - Remove old >= 8 conditional.




More information about the scm-commits mailing list