- Update to 2.0.
This commit is contained in:
parent
1f25622d7a
commit
feb2b304e6
@ -1,3 +1,3 @@
|
|||||||
pexpect-0.99999b.tgz
|
pexpect-2.0.tgz
|
||||||
pexpect-doc.tgz
|
pexpect-doc.tgz
|
||||||
pexpect-examples.tgz
|
pexpect-2.0-examples.tgz
|
||||||
|
21
pexpect.spec
21
pexpect.spec
@ -4,15 +4,15 @@
|
|||||||
|
|
||||||
Summary: Expect module for Python
|
Summary: Expect module for Python
|
||||||
Name: pexpect
|
Name: pexpect
|
||||||
Version: 0.99999b
|
Version: 2.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: PSF
|
License: PSF
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://pexpect.sourceforge.net
|
URL: http://pexpect.sf.net
|
||||||
Source: http://download.sourceforge.net/pexpect/%{name}-%{version}.tgz
|
Source: http://dl.sf.net/pexpect/%{name}-%{version}.tgz
|
||||||
Source1: http://download.sourceforge.net/pexpect/pexpect-doc.tgz
|
Source1: http://dl.sf.net/pexpect/pexpect-doc.tgz
|
||||||
Source2: http://download.sourceforge.net/pexpect/pexpect-examples.tgz
|
Source2: http://dl.sf.net/pexpect/pexpect-%{version}-examples.tgz
|
||||||
Source10: LICENSE
|
Source10: LICENSE
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
Requires: python-abi = %{pyver}
|
Requires: python-abi = %{pyver}
|
||||||
@ -47,8 +47,8 @@ cp %{SOURCE10} .
|
|||||||
|
|
||||||
# These are apparently works in progress and thus not installed. But they are
|
# These are apparently works in progress and thus not installed. But they are
|
||||||
# needed by the chess* examples.... Moving them to examples for now.
|
# needed by the chess* examples.... Moving them to examples for now.
|
||||||
chmod a-x ANSI.py screen.py FSM.py
|
cp -p screen.py ANSI.py FSM.py pxssh.py examples
|
||||||
cp ANSI.py screen.py FSM.py examples
|
find examples -type f -exec chmod a-x \{\} \;
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
@ -59,9 +59,12 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{python_sitelib}/pexpect.pyc
|
%{python_sitelib}/pexpect.pyc
|
||||||
%ghost %{python_sitelib}/pexpect.pyo
|
%ghost %{python_sitelib}/pexpect.pyo
|
||||||
|
|
||||||
%doc README.txt doc examples LICENSE
|
%doc README doc examples LICENSE
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 17 2005 Toshio Kuratomi <toshio@tiki-lounge.com> - 2.0-1
|
||||||
|
- Update to 2.0.
|
||||||
|
|
||||||
* Sat Sep 3 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 0.99999b-2
|
* Sat Sep 3 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 0.99999b-2
|
||||||
- Add LICENSE File.
|
- Add LICENSE File.
|
||||||
- Make noarch.
|
- Make noarch.
|
||||||
|
4
sources
4
sources
@ -1,3 +1,3 @@
|
|||||||
c5435bfd4a3705efdf898b46b344da09 pexpect-0.99999b.tgz
|
f1501c102cf8af01a49674e139d1c828 pexpect-2.0.tgz
|
||||||
69bfc0056938f561875289651c8715ad pexpect-doc.tgz
|
69bfc0056938f561875289651c8715ad pexpect-doc.tgz
|
||||||
ee05cad1d7b6b4de0dc74bc16330b852 pexpect-examples.tgz
|
bd50df4f2b17e32d4405ab76b3fa4ecb pexpect-2.0-examples.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user