rpms/python-sphinx/EL-5 python-sphinx-no-ez_setup.patch, NONE, 1.1 python-sphinx.spec, 1.6, 1.7

Toshio くらとみ toshio at fedoraproject.org
Sun Mar 15 06:35:36 UTC 2009


Author: toshio

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

Modified Files:
	python-sphinx.spec 
Added Files:
	python-sphinx-no-ez_setup.patch 
Log Message:

* Sat Mar 14 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.1-2
- Patch to remove extraneous setuptools version dep from build.


python-sphinx-no-ez_setup.patch:

--- NEW FILE python-sphinx-no-ez_setup.patch ---
Index: Sphinx-0.5.1/setup.py
===================================================================
--- Sphinx-0.5.1.orig/setup.py
+++ Sphinx-0.5.1/setup.py
@@ -1,7 +1,4 @@
 # -*- coding: utf-8 -*-
-import ez_setup
-ez_setup.use_setuptools()
-
 import os
 import sys
 from setuptools import setup, find_packages


Index: python-sphinx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sphinx/EL-5/python-sphinx.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- python-sphinx.spec	13 Mar 2009 02:15:41 -0000	1.6
+++ python-sphinx.spec	15 Mar 2009 06:35:06 -0000	1.7
@@ -5,13 +5,16 @@
 
 Name:           python-sphinx
 Version:        0.5.1
-Release:        1%{?dist}
-Summary:        Python documentation generator
+Release:        2%{?dist}
+Summary:        Python documentation generator:wq
+
 
 Group:          Development/Tools
 License:        BSD
 URL:            http://sphinx.pocoo.org/
 Source0:        http://pypi.python.org/packages/source/S/%{upstream_name}/%{upstream_name}-%{version}.tar.gz
+# Remove need for a spcific version of seutptools
+Patch0: python-sphinx-no-ez_setup.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -68,7 +71,7 @@
 
 %prep
 %setup -q -n %{upstream_name}-%{version}
-
+%patch0 -p1
 
 %build
 %{__python} setup.py build
@@ -107,6 +110,9 @@
 
 
 %changelog
+* Sat Mar 14 2009 Toshio Kuratomi <toshio at fedoraproject.org> - 0.5.1-2
+- Patch to remove extraneous setuptools version dep from build.
+
 * Fri Jan  2 2009 Michel Salim <salimma at fedoraproject.org> - 0.5.1-1
 - Update to 0.5.1
 




More information about the fedora-extras-commits mailing list