rpms/python26/EL-5 python26.spec,1.1,1.2

dmalcolm dmalcolm at fedoraproject.org
Tue May 4 19:47:46 UTC 2010


Author: dmalcolm

Update of /cvs/pkgs/rpms/python26/EL-5
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv27226

Modified Files:
	python26.spec 
Log Message:
don't delete wsgiref.egg-info (rhbz:588426)



Index: python26.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python26/EL-5/python26.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- python26.spec	9 Apr 2010 15:06:01 -0000	1.1
+++ python26.spec	4 May 2010 19:47:46 -0000	1.2
@@ -99,7 +99,7 @@
 Summary: An interpreted, interactive, object-oriented programming language
 Name: %{python}
 Version: 2.6.5
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: Python
 Group: Development/Languages
 Provides: python-abi = %{pybasever}
@@ -799,9 +799,6 @@ chmod a-x \
   %{buildroot}%{pylibdir}/Demo/scripts/newslist.doc \
   %{buildroot}%{pylibdir}/Demo/md5test/foo
 
-# Get rid of egg-info files (core python modules are installed through rpms)
-rm %{buildroot}%{pylibdir}/*.egg-info
-
 # Ensure that the curses module was linked against libncursesw.so, rather than
 # libncurses.so (bug 539917)
 ldd %{buildroot}/%{dynload_dir}/_curses*.so \
@@ -1061,6 +1058,7 @@ rm -fr %{buildroot}
 %{site_packages}/README
 %{pylibdir}/*.py*
 %{pylibdir}/*.doc
+%{pylibdir}/wsgiref.egg-info
 %dir %{pylibdir}/bsddb
 %{pylibdir}/bsddb/*.py*
 %{pylibdir}/compiler
@@ -1177,6 +1175,9 @@ rm -fr %{buildroot}
 # payload file would be unpackaged)
 
 %changelog
+* Tue May  4 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.5-4
+- don't delete wsgiref.egg-info (rhbz:588426)
+
 * Tue Apr  6 2010 David Malcolm <dmalcolm at redhat.com> - 2.6.5-3
 - drop the use of _isa as RHEL5's rpmbuild doesn't support it
 - fix permissions on various data files and scripts



More information about the scm-commits mailing list