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.
This commit is contained in:
Matthias Saou 2005-03-05 21:10:23 +00:00
parent 6ea79abd31
commit 265bf3dcc7

View File

@ -14,14 +14,14 @@ Source1: http://download.sourceforge.net/pexpect/pexpect-doc.tgz
Source2: http://download.sourceforge.net/pexpect/pexpect-examples.tgz Source2: http://download.sourceforge.net/pexpect/pexpect-examples.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-abi = %{pyver} Requires: python-abi = %{pyver}
BuildRequires: python-devel >= 0:2.2 BuildRequires: python-devel >= 2.2
%description %description
Pexpect is a pure Python module for spawning child applications; controlling Pexpect is a pure Python module for spawning child applications; controlling
them; and responding to expected patterns in their output. Pexpect works like 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 Don Libes' Expect. Pexpect allows your script to spawn a child application and
control it as if a human were typing commands. control it as if a human were typing commands.
Pexpect can be used for automating interactive applications such as ssh, ftp, 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 passwd, telnet, etc. It can be used to a automate setup scripts for
duplicating software package installations on different servers. It can be duplicating software package installations on different servers. It can be
@ -72,7 +72,7 @@ rm -rf $RPM_BUILD_ROOT
* Thu Feb 03 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 0.999-2 * Thu Feb 03 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 0.999-2
- Use python_sitelib macro to resolve build issues on x86_64. - Use python_sitelib macro to resolve build issues on x86_64.
- %%ghost *.pyo - %%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 to suplement pexpect eventually but they are currently much less robust and
not installed to by default. But they are needed by some examples. not installed to by default. But they are needed by some examples.
- Use __python macro in build/install for consistency. - Use __python macro in build/install for consistency.