rpms/python-twisted-web/devel python-twisted-web.spec,1.3,1.4

Jesse Keating (jkeating) fedora-extras-commits at redhat.com
Fri Mar 7 17:19:39 UTC 2008


Author: jkeating

Update of /cvs/pkgs/rpms/python-twisted-web/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6776

Modified Files:
	python-twisted-web.spec 
Log Message:
* Fri Mar 07 2008 Jesse Keating <jkeating at redhat.com> - 0.7.0-3
- Handle egg issue, drop the pyver stuff.



Index: python-twisted-web.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-twisted-web/devel/python-twisted-web.spec,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- python-twisted-web.spec	20 Feb 2008 05:11:33 -0000	1.3
+++ python-twisted-web.spec	7 Mar 2008 17:19:05 -0000	1.4
@@ -1,12 +1,11 @@
 %{?!python:%define python python}
-%{?!pybasever:%{expand:%%define pybasever %(%{__python} -c "import sys ; print sys.version[:3]")}}
 %{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 %define origname TwistedWeb
 
 Name:           %{python}-twisted-web
 Version:        0.7.0
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Twisted web server, programmable in Python
 
 Group:          Development/Libraries
@@ -18,11 +17,6 @@
 BuildRequires:  %{python}-twisted-core >= 2.5.0
 BuildRequires:  %{python}-devel
 
-# for FC3 and earlier
-%if "%{pybasever}" < "2.4"
-Requires:       python(abi) = %{pybasever}
-%endif
-
 Requires:       %{python}-twisted-core >= 2.5.0
 Requires:       SOAPpy
 
@@ -65,7 +59,14 @@
 
 %{python_sitearch}/twisted/plugins/twisted_web.py*
 
+%if 0%{?fedora} >= 9
+  %{python_sitearch}/Twisted_Web-%{version}-py2.5.egg-info
+%endif
+
 %changelog
+* Fri Mar 07 2008 Jesse Keating <jkeating at redhat.com> - 0.7.0-3
+- Handle egg issue, drop the pyver stuff.
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.7.0-2
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list