rpms/python-vobject/devel no-ez-setup.patch, NONE, 1.1 python-vobject.spec, 1.11, 1.12

James Bowes (jbowes) fedora-extras-commits at redhat.com
Fri Mar 14 00:43:40 UTC 2008


Author: jbowes

Update of /cvs/pkgs/rpms/python-vobject/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27271

Modified Files:
	python-vobject.spec 
Added Files:
	no-ez-setup.patch 
Log Message:
Remove use of ez_setup

no-ez-setup.patch:

--- NEW FILE no-ez-setup.patch ---
diff -up vobject-0.6.0/setup.py.old vobject-0.6.0/setup.py
--- vobject-0.6.0/setup.py.old	2008-03-13 20:37:56.000000000 -0400
+++ vobject-0.6.0/setup.py	2008-03-13 20:38:29.000000000 -0400
@@ -12,8 +12,8 @@ For older changes, see http://vobject.sk
 
 """
 
-from ez_setup import use_setuptools
-use_setuptools()
+# from ez_setup import use_setuptools
+# use_setuptools()
 
 from setuptools import setup, find_packages
 


Index: python-vobject.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-vobject/devel/python-vobject.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- python-vobject.spec	13 Mar 2008 23:57:16 -0000	1.11
+++ python-vobject.spec	14 Mar 2008 00:43:06 -0000	1.12
@@ -2,7 +2,7 @@
 
 Name:           python-vobject 
 Version:        0.6.0 
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        A python library for manipulating vCard and vCalendar files
 
 Group:          Development/Languages
@@ -16,6 +16,8 @@
 BuildRequires:  python-setuptools
 Requires:       python-dateutil
 
+Patch1:         no-ez-setup.patch
+
 %description
 VObject is intended to be a full featured python library for parsing and
 generating vCard and vCalendar files.
@@ -23,6 +25,7 @@
 
 %prep
 %setup -q -n vobject-%{version}
+%patch1 -p1
 
 
 %build
@@ -48,6 +51,9 @@
 
 
 %changelog
+* Thu Mar 13 2008 James Bowes <jbowes at redhat.com> - 0.6.0-2
+- Remove use of ez_setup; we already have setuptools.
+
 * Thu Mar 13 2008 James Bowes <jbowes at redhat.com> - 0.6.0-1
 - Update to 0.6.0
 




More information about the fedora-extras-commits mailing list