rpms/pexpect/FC-4 .cvsignore, 1.4, 1.5 pexpect.spec, 1.8, 1.9 sources, 1.4, 1.5

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Tue Jul 18 06:02:03 UTC 2006


Author: toshio

Update of /cvs/extras/rpms/pexpect/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3901

Modified Files:
	.cvsignore pexpect.spec sources 
Log Message:
- Update to 2.1.



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pexpect/FC-4/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	27 Nov 2005 09:37:30 -0000	1.4
+++ .cvsignore	18 Jul 2006 06:02:03 -0000	1.5
@@ -1,3 +1 @@
-pexpect-2.0.tgz
-pexpect-doc.tgz
-pexpect-2.0-examples.tgz
+pexpect-2.1.tar.gz


Index: pexpect.spec
===================================================================
RCS file: /cvs/extras/rpms/pexpect/FC-4/pexpect.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- pexpect.spec	27 Nov 2005 09:37:30 -0000	1.8
+++ pexpect.spec	18 Jul 2006 06:02:03 -0000	1.9
@@ -1,21 +1,16 @@
 %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
+Version: 2.1
 Release: 1%{?dist}
 
-License: PSF
+License: MIT
 Group: Development/Languages
 URL: http://pexpect.sf.net
-Source: http://dl.sf.net/pexpect/%{name}-%{version}.tgz
-Source1: http://dl.sf.net/pexpect/pexpect-doc.tgz
-Source2: http://dl.sf.net/pexpect/pexpect-%{version}-examples.tgz
-Source10: LICENSE
+Source: http://dl.sf.net/pexpect/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
-Requires: python-abi = %{pyver}
 BuildRequires: python
 BuildArch: noarch
 
@@ -35,19 +30,18 @@
 standard Python pty module.
 
 %prep
-%setup -q -a1 -a2
-rm -rf $(find . -type d -name CVS)
-cp %{SOURCE10} .
+%setup -q
 
 %build
 %{__python} setup.py build
 
 %install
+rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
 # These are apparently works in progress and thus not installed.  But they are
 # needed by the chess* examples.... Moving them to examples for now.
-cp -p screen.py ANSI.py FSM.py pxssh.py examples
+cp -p screen.py ANSI.py FSM.py examples
 find examples -type f -exec chmod a-x \{\} \;
 
 %clean
@@ -55,13 +49,20 @@
 
 %files
 %defattr(-,root,root,-)
-%{python_sitelib}/pexpect.py
-%{python_sitelib}/pexpect.pyc
-%ghost %{python_sitelib}/pexpect.pyo
+%{python_sitelib}/*.py
+%{python_sitelib}/*.pyc
+%ghost %{python_sitelib}/*.pyo
 
 %doc README doc examples LICENSE
 
 %changelog
+* Mon Jul 17 2006 Toshio Kuratomi <toshio at tiki-lounge.com> - 2.1-1
+- Update to 2.1.
+
+* 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.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pexpect/FC-4/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	27 Nov 2005 09:37:30 -0000	1.4
+++ sources	18 Jul 2006 06:02:03 -0000	1.5
@@ -1,3 +1 @@
-f1501c102cf8af01a49674e139d1c828  pexpect-2.0.tgz
-69bfc0056938f561875289651c8715ad  pexpect-doc.tgz
-bd50df4f2b17e32d4405ab76b3fa4ecb  pexpect-2.0-examples.tgz
+fd3d67ac085332f074cd665424dcd631  pexpect-2.1.tar.gz




More information about the fedora-extras-commits mailing list