15
0
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

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