This commit is contained in:
parent
3a69187c94
commit
d768bc352a
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 19 23:35:40 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
- fix requires
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 01 15:09:21 CEST 2008 - bwalle@suse.de
|
Fri Aug 01 15:09:21 CEST 2008 - bwalle@suse.de
|
||||||
|
|
||||||
|
@ -2,9 +2,16 @@
|
|||||||
# spec file for package python-pexpect (Version 2.3)
|
# spec file for package python-pexpect (Version 2.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008 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.
|
|
||||||
#
|
#
|
||||||
|
# All modifications and additions to the file contributed by third parties
|
||||||
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
|
# upon. The license for this file, and modifications and additions to the
|
||||||
|
# file, is the same license as for the pristine package itself (unless the
|
||||||
|
# license for the pristine package is not an Open Source License, in which
|
||||||
|
# case the license is the MIT License). An "Open Source License" is a
|
||||||
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
@ -17,7 +24,7 @@ License: X11/MIT
|
|||||||
Group: Development/Libraries/Python
|
Group: Development/Libraries/Python
|
||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Version: 2.3
|
Version: 2.3
|
||||||
Release: 1
|
Release: 23
|
||||||
Summary: Pure Python Expect-like module
|
Summary: Pure Python Expect-like module
|
||||||
Url: http://pexpect.sourceforge.net/
|
Url: http://pexpect.sourceforge.net/
|
||||||
Source: pexpect-%{version}.tar.bz2
|
Source: pexpect-%{version}.tar.bz2
|
||||||
@ -25,7 +32,7 @@ Patch: %{name}-%{version}.patch
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
#BuildArchitectures: noarch
|
#BuildArchitectures: noarch
|
||||||
#ExclusiveArch: %ix86
|
#ExclusiveArch: %ix86
|
||||||
Requires: python
|
%py_requires
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pexpect is a pure Python module for spawning child applications;
|
Pexpect is a pure Python module for spawning child applications;
|
||||||
@ -59,6 +66,8 @@ python ./setup.py install -O2 --prefix="/usr" --root=$RPM_BUILD_ROOT --record=%{
|
|||||||
#%doc doc/
|
#%doc doc/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 20 2008 dmueller@suse.de
|
||||||
|
- fix requires
|
||||||
* Fri Aug 01 2008 bwalle@suse.de
|
* Fri Aug 01 2008 bwalle@suse.de
|
||||||
- update to 2.3 (no upstream changelog available)
|
- update to 2.3 (no upstream changelog available)
|
||||||
* Thu Jan 25 2007 timlee@suse.de
|
* Thu Jan 25 2007 timlee@suse.de
|
||||||
|
Loading…
Reference in New Issue
Block a user