rpms/python-sqlobject/devel python-sqlobject.spec,1.15,1.16

Toshio くらとみ (toshio) fedora-extras-commits at redhat.com
Thu Feb 21 21:41:56 UTC 2008


Author: toshio

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

Modified Files:
	python-sqlobject.spec 
Log Message:
* Thu Feb 21 2008 Toshio Kuratomi <tkuratom at redhat.com> 0.9.3-2
- Stop deleting the ez_setup directory so we can build setuptools eggs as
  upstream intends.



Index: python-sqlobject.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-sqlobject/devel/python-sqlobject.spec,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- python-sqlobject.spec	13 Feb 2008 19:16:19 -0000	1.15
+++ python-sqlobject.spec	21 Feb 2008 21:41:19 -0000	1.16
@@ -2,7 +2,7 @@
 
 Name:           python-sqlobject
 Version:        0.9.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        SQLObject -Object-Relational Manager, aka database wrapper  
 
 Group:          Development/Libraries
@@ -14,6 +14,7 @@
 BuildArch:      noarch
 
 BuildRequires:  python-devel
+BuildRequires:  python-setuptools-devel
 Requires:       python-sqlite2, python-formencode >= 0.2.2
 
 
@@ -27,7 +28,6 @@
 
 %prep
 %setup -q -n SQLObject-%{version}
-rm -rf ez_setup
 
 %build
 %{__python} setup.py build
@@ -50,6 +50,10 @@
 %{_bindir}/*
 
 %changelog
+* Thu Feb 21 2008 Toshio Kuratomi <tkuratom at redhat.com> 0.9.3-2
+- Stop deleting the ez_setup directory so we can build setuptools eggs as
+  upstream intends.
+
 * Wed Feb 13 2008 Toshio Kuratomi <tkuratom at redhat.com> 0.9.3-1
 - Update to 0.9.3
 - Pick up egginfo on rawhide.




More information about the fedora-extras-commits mailing list