[spe] Unbundle pychecker.

Jon Ciesla limb at fedoraproject.org
Wed Feb 27 22:19:10 UTC 2013


commit e1a8ed21139baa20c54db6caca1351807da16cc6
Author: Jon Ciesla <limburgher at gmail.com>
Date:   Wed Feb 27 16:15:50 2013 -0600

    Unbundle pychecker.

 spe.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/spe.spec b/spe.spec
index deb09f9..a9aa0c0 100644
--- a/spe.spec
+++ b/spe.spec
@@ -1,7 +1,7 @@
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
 Name:		spe
 Version:	0.8.4.h
-Release:	11%{?dist}
+Release:	12%{?dist}
 Summary:	Python IDE with UML,PyChecker,Debugger,GUI design,Blender & more
 Group:		Development/Tools
 License:	GPLv2+
@@ -20,6 +20,7 @@ Requires:	wxPython >= 2.8
 Requires:	python
 Requires:	python-imaging
 Requires:	tkinter
+Requires:	pychecker
 
 %description
 Spe is a Python IDE with auto-indentation, auto completion, call tips, syntax
@@ -38,6 +39,7 @@ and Kiki (regular expression console). Spe is extensible with wxGlade.
 rm -rf ./_spe/plugins/winpdb
 rm -rf ./_spe/plugins/wxGlade
 rm -rf ./_spe/plugins/XRCed
+rm -rf ./_spe/plugins/pychecker
 
 find . \( -name "*.wxg" -or -name "*.bat" \) -delete
 
@@ -89,6 +91,9 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Wed Feb 27 2013 Jon Ciesla <limburgher at gmail.com> - 0.8.4.h-12
+- Unbundle pychecker to fix 912880.
+
 * Tue Jan 29 2013 Toshio Kuratomi <toshio at fedoraproject.org> 0.8.4.h-11
 - Add a patch so spe works with python-pillow
 


More information about the scm-commits mailing list