From be2649fcbe74ae3912764bbab5df4a7b7e7ec89c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 4 Mar 2006 14:38:45 +0000 Subject: [PATCH] - up to 2.0, doc not updated Changed files: python-pexpect.spec -> 1.5 --- python-pexpect.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/python-pexpect.spec b/python-pexpect.spec index 9f3b8c8..957ad89 100644 --- a/python-pexpect.spec +++ b/python-pexpect.spec @@ -2,19 +2,19 @@ Summary: Expect module for Python Summary(pl): Modu³ Pythona automatyzuj±cy zadania, wzorowany na Expect Name: python-%{module} -Version: 0.99999b +Version: 2.0 Release: 1 License: PSF Group: Development/Languages/Python -Source0: http://dl.sourceforge.net/pexpect/%{module}-%{version}.tgz -# Source0-md5: c5435bfd4a3705efdf898b46b344da09 +Source0: http://dl.sourceforge.net/pexpect/pexpect-%{version}.tgz +# Source0-md5: f1501c102cf8af01a49674e139d1c828 Source1: http://dl.sourceforge.net/pexpect/%{module}-doc.tgz # Source1-md5: 69bfc0056938f561875289651c8715ad -Source2: http://dl.sourceforge.net/pexpect/%{module}-examples.tgz -# Source2-md5: ee05cad1d7b6b4de0dc74bc16330b852 +Source2: http://dl.sourceforge.net/pexpect/pexpect-%{version}-examples.tgz +# Source2-md5: bd50df4f2b17e32d4405ab76b3fa4ecb URL: http://pexpect.soufceforge.net/ -BuildRequires: python-modules BuildRequires: python-devel >= 2.2 +BuildRequires: python-modules BuildRequires: rpmbuild(macros) >= 1.219 %pyrequires_eq python-modules BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -57,6 +57,6 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) -%doc README.txt doc/*.html +%doc README doc/*.html %{py_sitescriptdir}/*.py[co] %{_examplesdir}/%{name}-%{version} -- 2.44.0