[supybot-gribble] Remove python-sqlite2 dep as supybot -gribble can use the stdlib sqlite3 module

Toshio くらとみ toshio at fedoraproject.org
Thu Feb 9 00:14:58 UTC 2012


commit c7364ccc307b71a201dab35f72b7fb559902d3fa
Author: Toshio Kuratomi <toshio at fedoraproject.org>
Date:   Wed Feb 8 16:14:50 2012 -0800

    Remove python-sqlite2 dep as supybot -gribble can use the stdlib sqlite3 module

 supybot-gribble.spec |   10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)
---
diff --git a/supybot-gribble.spec b/supybot-gribble.spec
index 64a8859..662831a 100644
--- a/supybot-gribble.spec
+++ b/supybot-gribble.spec
@@ -1,7 +1,7 @@
 Summary:	Cross-platform support bot based on supybot
 Name:		supybot-gribble
 Version:	0.83.4.1
-Release:	11%{?dist}
+Release:	12%{?dist}
 License:	BSD and GPLv2 and Python
 Group:		Applications/Internet
 URL:		http://sourceforge.net/apps/mediawiki/gribble/	
@@ -13,8 +13,7 @@ Patch0:		feedparser.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root
 
 BuildArch:	noarch
-BuildRequires:	python-devel
-Requires:	python-sqlite2
+BuildRequires:	python2-devel
 Obsoletes: supybot =< 0.83.4.1-7%{dist}
 Provides: supybot = 0.83.4.1-8%{dist}
 
@@ -33,7 +32,7 @@ supybot plug-ins. Python-twisted is highly recommended.
 
 %install
 rm -rf %{buildroot}
-%{__python} setup.py install -O1 --skip-build --root="%{buildroot}" --prefix="%{_prefix}"
+%{__python} setup.py install --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/
@@ -72,6 +71,9 @@ rm  -rf %{buildroot}
 
 
 %changelog
+* Wed Feb  8 2012 Toshio Kuratomi <toshio at fedoraproject.org> - 0.83.4.1-12
+- Remove python-sqlite2 dep as supybot -gribble can use the stdlib sqlite3 module
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.83.4.1-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list