rpms/python-twisted-runner/devel python-twisted-runner.spec, 1.2, 1.3

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


Author: jkeating

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

Modified Files:
	python-twisted-runner.spec 
Log Message:
* Fri Mar 07 2008 Jesse Keating <jkeating at redhat.com> - 0.2.0-6
- Fix the egg issue, drop the pyver stuff.



Index: python-twisted-runner.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-twisted-runner/devel/python-twisted-runner.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- python-twisted-runner.spec	20 Feb 2008 05:10:38 -0000	1.2
+++ python-twisted-runner.spec	7 Mar 2008 17:16:36 -0000	1.3
@@ -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 TwistedRunner
 
 Name:           %{python}-twisted-runner
 Version:        0.2.0
-Release:        5%{?dist}
+Release:        6%{?dist}
 Summary:        Twisted Runner process management library and inetd replacement
 
 Group:          Development/Libraries
@@ -18,11 +17,6 @@
 BuildRequires:  python-devel
 BuildRequires:  %{python}-twisted-core >= 2.4.0
 
-# for FC3 and earlier
-%if "%{pybasever}" < "2.4"
-Requires:       python(abi) = %{pybasever}
-%endif
-
 Requires:       %{python}-twisted-core
 
 %description
@@ -51,7 +45,14 @@
 
 %{python_sitearch}/twisted/runner/
 
+%if 0%{?fedora} >= 9
+  %{python_sitearch}/Twisted_Runner-%{version}-py2.5.egg-info
+%endif
+
 %changelog
+* Fri Mar 07 2008 Jesse Keating <jkeating at redhat.com> - 0.2.0-6
+- Fix the egg issue, drop the pyver stuff.
+
 * Wed Feb 20 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 0.2.0-5
 - Autorebuild for GCC 4.3
 




More information about the fedora-extras-commits mailing list