rpms/python-mwlib/EL-5 mwlib-setuptools.patch, NONE, 1.1 python-mwlib.spec, 1.10, 1.11

Jasper Capel jasper at fedoraproject.org
Tue Mar 10 21:23:11 UTC 2009


Author: jasper

Update of /cvs/pkgs/rpms/python-mwlib/EL-5
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv9946

Modified Files:
	python-mwlib.spec 
Added Files:
	mwlib-setuptools.patch 
Log Message:
0.9.10-3


mwlib-setuptools.patch:

--- NEW FILE mwlib-setuptools.patch ---
commit a9524d04052e43a0c437ffc6002f4751158f554a
Author: Jasper Capel <capel at stone-it.com>
Date:   Tue Mar 3 14:31:21 2009 +0100

    Require lower setuptools version

diff --git a/ez_setup.py b/ez_setup.py
index 89cf056..cdbbb30 100755
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -14,7 +14,7 @@ the appropriate options to ``use_setuptools()``.
 This file can also be run as a script to install or upgrade setuptools.
 """
 import sys
-DEFAULT_VERSION = "0.6c8"
+DEFAULT_VERSION = "0.6c5"
 DEFAULT_URL     = "http://pypi.python.org/packages/%s/s/setuptools/" % sys.version[:3]

 md5_data = {


Index: python-mwlib.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-mwlib/EL-5/python-mwlib.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- python-mwlib.spec	26 Feb 2009 22:28:29 -0000	1.10
+++ python-mwlib.spec	10 Mar 2009 21:22:40 -0000	1.11
@@ -2,7 +2,7 @@
 
 Name:           python-mwlib
 Version:        0.9.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        MediaWiki conversion library for Python
 
 Group:          Development/Languages
@@ -11,11 +11,16 @@
 URL:            http://code.pediapress.com/
 Source0:        http://pypi.python.org/packages/source/m/mwlib/mwlib-%{version}.tar.gz
 Patch0:         mwlib.patch
+Patch1:         mwlib-setuptools.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  python-devel re2c python-docutils python-flup odfpy pyparsing python-simplejson python-setuptools
 Requires:       perl python-imaging python-flup pyparsing odfpy python-simplejson
+#if 0%{?rhel} < 6
+Requires:       tetex-latex
+#else
 Requires:       tex(latex)
+#endif
 
 
 %description
@@ -54,6 +59,9 @@
 
 
 %changelog
+* Tue Mar 10 2009 Jasper Capel <jasper at fedoraproject.org> - 0.9.10-3
+- Patched to build on EPEL-5
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.10-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list