From 070f67a5fddb0a9beee4744d4664fe647c63f8af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Toshio=20=E3=81=8F=E3=82=89=E3=81=A8=E3=81=BF?= Date: Thu, 16 Feb 2006 17:52:45 +0000 Subject: [PATCH] - Bump and rebuild for FC5. - Convert from python-abi to python(abi) requires. --- pexpect.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/pexpect.spec b/pexpect.spec index 574056e..0ef5cca 100644 --- a/pexpect.spec +++ b/pexpect.spec @@ -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 @@ Source1: http://dl.sf.net/pexpect/pexpect-doc.tgz 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 @@ rm -rf $RPM_BUILD_ROOT %doc README doc examples LICENSE %changelog +* Thu Feb 16 2006 Toshio Kuratomi - 2.0-2 +- Bump and rebuild for FC5. +- Convert from python-abi to python(abi) requires. + * Thu Nov 17 2005 Toshio Kuratomi - 2.0-1 - Update to 2.0.