File project.diff of Package python-pexpect
--- python-pexpect.changes.orig
+++ python-pexpect.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Tue Dec 10 16:52:38 UTC 2013 - p.drouand@gmail.com
+
+- Update to version 3.0
+ + No changelog available
+
+-------------------------------------------------------------------
Thu Oct 24 12:42:54 UTC 2013 - speilicke@suse.com
- Update to version 2.4:
--- python-pexpect.spec.orig
+++ python-pexpect.spec
@@ -18,7 +18,7 @@
Name: python-pexpect
BuildRequires: python-devel
-Version: 2.4
+Version: 3.0
Release: 0
Summary: Pure Python Expect-like module
License: MIT
@@ -43,17 +43,11 @@ controlling them; and responding to expe
python setup.py build
%install
-python setup.py install --prefix="/usr" --root=%{buildroot}
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%files
%defattr(-,root,root,-)
%doc doc examples
-%{python_sitelib}/ANSI.py*
-%{python_sitelib}/FSM.py*
-%{python_sitelib}/fdpexpect.py*
-%{python_sitelib}/pexpect-%{version}-py%{py_ver}.egg-info
-%{python_sitelib}/pexpect.py*
-%{python_sitelib}/pxssh.py*
-%{python_sitelib}/screen.py*
+%{python_sitelib}
%changelog