rpms/pexpect/devel pexpect.spec,1.10,1.11

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Thu Feb 16 17:52:45 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/pexpect/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv8008

Modified Files:
	pexpect.spec 
Log Message:
* Thu Feb 16 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 2.0-2
- Bump and rebuild for FC5.
- Convert from python-abi to python(abi) requires.



Index: pexpect.spec
===================================================================
RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- pexpect.spec	27 Nov 2005 16:38:10 -0000	1.10
+++ pexpect.spec	16 Feb 2006 17:52:45 -0000	1.11
@@ -1,11 +1,10 @@
 %define pyver %(python -c 'import sys ; print sys.version[:3]')
 %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
 
 Summary: Expect module for Python
 Name: pexpect
 Version: 2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 
 License: PSF
 Group: Development/Languages
@@ -15,7 +14,7 @@
 Source2: http://dl.sf.net/pexpect/pexpect-%{version}-examples.tgz
 Source10: LICENSE
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: python-abi = %{pyver}
+Requires: python(abi) = %{pyver}
 BuildRequires: python
 BuildArch: noarch
 
@@ -62,6 +61,10 @@
 %doc README doc examples LICENSE
 
 %changelog
+* Thu Feb 16 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 2.0-2
+- Bump and rebuild for FC5.
+- Convert from python-abi to python(abi) requires.
+
 * Thu Nov 17 2005 Toshio Kuratomi <toshio at tiki-lounge.com> - 2.0-1
 - Update to 2.0.
 




More information about the scm-commits mailing list