[python-pexpect: 13/35] - Bump and rebuild for FC5. - Convert from python-abi to python(abi) requires.

Andrew McNabb amcnabb at fedoraproject.org
Wed Nov 21 14:24:52 UTC 2012


commit 070f67a5fddb0a9beee4744d4664fe647c63f8af
Author: Toshio くらとみ <toshio at fedoraproject.org>
Date:   Thu Feb 16 17:52:45 2006 +0000

    - Bump and rebuild for FC5.
    - Convert from python-abi to python(abi) requires.

 pexpect.spec |    9 ++++++---
 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 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