rpms/pexpect/devel pexpect.spec,1.5,1.6

Matthias Saou (thias) fedora-extras-commits at redhat.com
Sat Mar 5 21:10:25 UTC 2005


Author: thias

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

Modified Files:
	pexpect.spec 
Log Message:
Further mass cleanup. One or more apply :
- Remove (hopefully) all zero epoch remains.
- Remove trailing spaces and tabs.
- Keep consistency between tabs and spaces.
- Clean up summary.



Index: pexpect.spec
===================================================================
RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pexpect.spec	10 Feb 2005 20:19:03 -0000	1.5
+++ pexpect.spec	5 Mar 2005 21:10:23 -0000	1.6
@@ -14,14 +14,14 @@
 Source2: http://download.sourceforge.net/pexpect/pexpect-examples.tgz
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
 Requires: python-abi = %{pyver}
-BuildRequires: python-devel >= 0:2.2
+BuildRequires: python-devel >= 2.2
 
 %description
 Pexpect is a pure Python module for spawning child applications; controlling
 them; and responding to expected patterns in their output. Pexpect works like
 Don Libes' Expect. Pexpect allows your script to spawn a child application and
 control it as if a human were typing commands.
- 
+
 Pexpect can be used for automating interactive applications such as ssh, ftp,
 passwd, telnet, etc. It can be used to a automate setup scripts for
 duplicating software package installations on different servers. It can be
@@ -72,7 +72,7 @@
 * Thu Feb 03 2005 Toshio Kuratomi <toshio at tiki-lounge.com> 0.999-2
 - Use python_sitelib macro to resolve build issues on x86_64.
 - %%ghost *.pyo
-- Install ANSI.py, screen.py, and FSM.py into the examples.  These are intended 
+- Install ANSI.py, screen.py, and FSM.py into the examples.  These are intended
   to suplement pexpect eventually but they are currently much less robust and
   not installed to by default.  But they are needed by some examples.
 - Use __python macro in build/install for consistency.




More information about the scm-commits mailing list