OBS User unknown 2008-08-02 04:16:59 +00:00 committed by Git OBS Bridge
parent 7481b31f23
commit 3a69187c94
5 changed files with 38 additions and 27 deletions

3
pexpect-2.3.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1cb6276ef9071c8f04277962daa59956bbc26d7a7df809afa988a4ab880760ff
size 105752

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:54e04daa22310776b702ccd938f4679082edc54fe7ac9ac25a00ac01e7a042a7
size 116516

View File

@ -1,6 +1,10 @@
diff -uNr MANIFEST.in MANIFEST.in
--- MANIFEST.in 1969-12-31 19:00:00.000000000 -0500
+++ MANIFEST.in 2007-01-17 17:17:01.000000000 -0500
---
MANIFEST.in | 15 +++++++++++++++
setup.py | 28 +++++++++++++++++++++++++++-
2 files changed, 42 insertions(+), 1 deletion(-)
--- /dev/null
+++ b/MANIFEST.in
@@ -0,0 +1,15 @@
+include ANSI.py
+include fdpexpect.py
@ -17,11 +21,10 @@ diff -uNr MANIFEST.in MANIFEST.in
+include setup.py
+recursive-include doc *
+recursive-include examples *
diff -uNr setup.py setup.py
--- setup.py 2006-05-31 23:16:08.000000000 -0400
+++ setup.py 2007-02-21 14:08:34.000000000 -0500
@@ -3,7 +3,27 @@
$Date: 2006-05-30 18:00:23 -0700 (Tue, 30 May 2006) $
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,27 @@ $Revision: 485 $
$Date: 2007-07-12 15:23:15 -0700 (Thu, 12 Jul 2007) $
'''
from distutils.core import setup
-setup (name='pexpect',
@ -46,10 +49,10 @@ diff -uNr setup.py setup.py
+ return result
+
+setup (name=NAME,
version='2.1',
py_modules=['pexpect', 'pxssh', 'fdpexpect'],
version='2.3',
py_modules=['pexpect', 'pxssh', 'fdpexpect', 'FSM', 'screen', 'ANSI'],
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/',
license='MIT license',
platforms='UNIX',
@ -58,7 +61,7 @@ diff -uNr setup.py setup.py
+ cmdclass = {
+ 'bdist_rpm': bdist_rpm
+ }
+
+
)
# classifiers = [

View File

@ -1,5 +1,10 @@
-------------------------------------------------------------------
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
- initial submission to autobuild, version 2.1
- initial submission to autobuild, version 2.1

View File

@ -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
# package are under the same license as the package itself.
#
@ -10,16 +10,17 @@
# norootforbuild
Name: python-pexpect
BuildRequires: python-devel
License: X11/MIT
Group: Development/Libraries/Python
Autoreqprov: on
Version: 2.1
AutoReqProv: on
Version: 2.3
Release: 1
Summary: Pure Python Expect-like module.
URL: http://pexpect.sourceforge.net/
Source: %{name}-%{version}.tar.gz
Summary: Pure Python Expect-like module
Url: http://pexpect.sourceforge.net/
Source: pexpect-%{version}.tar.bz2
Patch: %{name}-%{version}.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
#BuildArchitectures: noarch
@ -36,10 +37,10 @@ Authors:
--------
Noah Spurrier
%prep
%prep
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
%setup
%patch
%setup -n pexpect-%{version}
%patch -p1
%build
python ./setup.py build
@ -58,5 +59,7 @@ python ./setup.py install -O2 --prefix="/usr" --root=$RPM_BUILD_ROOT --record=%{
#%doc doc/
%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