summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshio くらとみ <toshio@fedoraproject.org>2005-11-27 16:38:10 +0000
committerToshio くらとみ <toshio@fedoraproject.org>2005-11-27 16:38:10 +0000
commitfeb2b304e6d6ad77ddce7865d98a8d7229d50292 (patch)
tree375446eb7deedbf7a72fa38a3b7dc346c4986b8a
parent1f25622d7ae18b7f6a7fe0d68861960dc3f5f26e (diff)
downloadpython-pexpect-feb2b304e6d6ad77ddce7865d98a8d7229d50292.tar.gz
python-pexpect-feb2b304e6d6ad77ddce7865d98a8d7229d50292.tar.xz
python-pexpect-feb2b304e6d6ad77ddce7865d98a8d7229d50292.zip
- Update to 2.0.
-rw-r--r--.cvsignore4
-rw-r--r--pexpect.spec21
-rw-r--r--sources4
3 files changed, 16 insertions, 13 deletions
diff --git a/.cvsignore b/.cvsignore
index bfcbccc..d110ef8 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,3 @@
-pexpect-0.99999b.tgz
+pexpect-2.0.tgz
pexpect-doc.tgz
-pexpect-examples.tgz
+pexpect-2.0-examples.tgz
diff --git a/pexpect.spec b/pexpect.spec
index 59f93d3..574056e 100644
--- a/pexpect.spec
+++ b/pexpect.spec
@@ -4,15 +4,15 @@
Summary: Expect module for Python
Name: pexpect
-Version: 0.99999b
-Release: 2%{?dist}
+Version: 2.0
+Release: 1%{?dist}
License: PSF
Group: Development/Languages
-URL: http://pexpect.sourceforge.net
-Source: http://download.sourceforge.net/pexpect/%{name}-%{version}.tgz
-Source1: http://download.sourceforge.net/pexpect/pexpect-doc.tgz
-Source2: http://download.sourceforge.net/pexpect/pexpect-examples.tgz
+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
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
Requires: python-abi = %{pyver}
@@ -47,8 +47,8 @@ cp %{SOURCE10} .
# These are apparently works in progress and thus not installed. But they are
# needed by the chess* examples.... Moving them to examples for now.
-chmod a-x ANSI.py screen.py FSM.py
-cp ANSI.py screen.py FSM.py examples
+cp -p screen.py ANSI.py FSM.py pxssh.py examples
+find examples -type f -exec chmod a-x \{\} \;
%clean
rm -rf $RPM_BUILD_ROOT
@@ -59,9 +59,12 @@ rm -rf $RPM_BUILD_ROOT
%{python_sitelib}/pexpect.pyc
%ghost %{python_sitelib}/pexpect.pyo
-%doc README.txt doc examples LICENSE
+%doc README doc examples LICENSE
%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
- Add LICENSE File.
- Make noarch.
diff --git a/sources b/sources
index 1516d83..13d22aa 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-c5435bfd4a3705efdf898b46b344da09 pexpect-0.99999b.tgz
+f1501c102cf8af01a49674e139d1c828 pexpect-2.0.tgz
69bfc0056938f561875289651c8715ad pexpect-doc.tgz
-ee05cad1d7b6b4de0dc74bc16330b852 pexpect-examples.tgz
+bd50df4f2b17e32d4405ab76b3fa4ecb pexpect-2.0-examples.tgz