This commit is contained in:
parent
7481b31f23
commit
3a69187c94
3
pexpect-2.3.tar.bz2
Normal file
3
pexpect-2.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1cb6276ef9071c8f04277962daa59956bbc26d7a7df809afa988a4ab880760ff
|
||||||
|
size 105752
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54e04daa22310776b702ccd938f4679082edc54fe7ac9ac25a00ac01e7a042a7
|
|
||||||
size 116516
|
|
@ -1,6 +1,10 @@
|
|||||||
diff -uNr MANIFEST.in MANIFEST.in
|
---
|
||||||
--- MANIFEST.in 1969-12-31 19:00:00.000000000 -0500
|
MANIFEST.in | 15 +++++++++++++++
|
||||||
+++ MANIFEST.in 2007-01-17 17:17:01.000000000 -0500
|
setup.py | 28 +++++++++++++++++++++++++++-
|
||||||
|
2 files changed, 42 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
|
--- /dev/null
|
||||||
|
+++ b/MANIFEST.in
|
||||||
@@ -0,0 +1,15 @@
|
@@ -0,0 +1,15 @@
|
||||||
+include ANSI.py
|
+include ANSI.py
|
||||||
+include fdpexpect.py
|
+include fdpexpect.py
|
||||||
@ -17,11 +21,10 @@ diff -uNr MANIFEST.in MANIFEST.in
|
|||||||
+include setup.py
|
+include setup.py
|
||||||
+recursive-include doc *
|
+recursive-include doc *
|
||||||
+recursive-include examples *
|
+recursive-include examples *
|
||||||
diff -uNr setup.py setup.py
|
--- a/setup.py
|
||||||
--- setup.py 2006-05-31 23:16:08.000000000 -0400
|
+++ b/setup.py
|
||||||
+++ setup.py 2007-02-21 14:08:34.000000000 -0500
|
@@ -3,7 +3,27 @@ $Revision: 485 $
|
||||||
@@ -3,7 +3,27 @@
|
$Date: 2007-07-12 15:23:15 -0700 (Thu, 12 Jul 2007) $
|
||||||
$Date: 2006-05-30 18:00:23 -0700 (Tue, 30 May 2006) $
|
|
||||||
'''
|
'''
|
||||||
from distutils.core import setup
|
from distutils.core import setup
|
||||||
-setup (name='pexpect',
|
-setup (name='pexpect',
|
||||||
@ -46,10 +49,10 @@ diff -uNr setup.py setup.py
|
|||||||
+ return result
|
+ return result
|
||||||
+
|
+
|
||||||
+setup (name=NAME,
|
+setup (name=NAME,
|
||||||
version='2.1',
|
version='2.3',
|
||||||
py_modules=['pexpect', 'pxssh', 'fdpexpect'],
|
py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
|
||||||
description='Pexpect is a pure Python Expect. It allows easy control of other applications.',
|
description='Pexpect is a pure Python Expect. It allows easy control of other applications.',
|
||||||
@@ -12,6 +32,12 @@
|
@@ -12,6 +32,12 @@ setup (name='pexpect',
|
||||||
url='http://pexpect.sourceforge.net/',
|
url='http://pexpect.sourceforge.net/',
|
||||||
license='MIT license',
|
license='MIT license',
|
||||||
platforms='UNIX',
|
platforms='UNIX',
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 01 15:09:21 CEST 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
- update to 2.3 (no upstream changelog available)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jan 24 23:44:33 CET 2007 - timlee@suse.de
|
Wed Jan 24 23:44:33 CET 2007 - timlee@suse.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pexpect (Version 2.1)
|
# spec file for package python-pexpect (Version 2.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# This file and all modifications and additions to the pristine
|
||||||
# package are under the same license as the package itself.
|
# package are under the same license as the package itself.
|
||||||
#
|
#
|
||||||
@ -10,16 +10,17 @@
|
|||||||
|
|
||||||
# norootforbuild
|
# norootforbuild
|
||||||
|
|
||||||
|
|
||||||
Name: python-pexpect
|
Name: python-pexpect
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
License: X11/MIT
|
License: X11/MIT
|
||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
Autoreqprov: on
|
AutoReqProv: on
|
||||||
Version: 2.1
|
Version: 2.3
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: Pure Python Expect-like module.
|
Summary: Pure Python Expect-like module
|
||||||
URL: http://pexpect.sourceforge.net/
|
Url: http://pexpect.sourceforge.net/
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: pexpect-%{version}.tar.bz2
|
||||||
Patch: %{name}-%{version}.patch
|
Patch: %{name}-%{version}.patch
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#BuildArchitectures: noarch
|
#BuildArchitectures: noarch
|
||||||
@ -38,8 +39,8 @@ Authors:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||||
%setup
|
%setup -n pexpect-%{version}
|
||||||
%patch
|
%patch -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python ./setup.py build
|
python ./setup.py build
|
||||||
@ -58,5 +59,7 @@ python ./setup.py install -O2 --prefix="/usr" --root=$RPM_BUILD_ROOT --record=%{
|
|||||||
#%doc doc/
|
#%doc doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 24 2007 - timlee@suse.de
|
* Fri Aug 01 2008 bwalle@suse.de
|
||||||
|
- update to 2.3 (no upstream changelog available)
|
||||||
|
* Thu Jan 25 2007 timlee@suse.de
|
||||||
- initial submission to autobuild, version 2.1
|
- initial submission to autobuild, version 2.1
|
||||||
|
Loading…
Reference in New Issue
Block a user