summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshio くらとみ <toshio@fedoraproject.org>2006-02-16 17:52:45 +0000
committerToshio くらとみ <toshio@fedoraproject.org>2006-02-16 17:52:45 +0000
commit070f67a5fddb0a9beee4744d4664fe647c63f8af (patch)
treedf7b8a0f5672a0369f5a6f45ce6a7242c1bd084d
parentfeb2b304e6d6ad77ddce7865d98a8d7229d50292 (diff)
downloadpython-pexpect-070f67a5fddb0a9beee4744d4664fe647c63f8af.tar.gz
python-pexpect-070f67a5fddb0a9beee4744d4664fe647c63f8af.tar.xz
python-pexpect-070f67a5fddb0a9beee4744d4664fe647c63f8af.zip
- Bump and rebuild for FC5.
- Convert from python-abi to python(abi) requires.
-rw-r--r--pexpect.spec9
1 files 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 <toshio@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@tiki-lounge.com> - 2.0-1
- Update to 2.0.