summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshio くらとみ <toshio@fedoraproject.org>2005-09-03 04:20:56 +0000
committerToshio くらとみ <toshio@fedoraproject.org>2005-09-03 04:20:56 +0000
commite874fad655bf44c6239c9fc554a8e66e61d6c820 (patch)
treef59a556ca26e43a2d0f76c08c8905bf63b12f887
parentbeb6f0b5f17eaa25d270fc1a9d517749178a8c41 (diff)
downloadpython-pexpect-e874fad655bf44c6239c9fc554a8e66e61d6c820.tar.gz
python-pexpect-e874fad655bf44c6239c9fc554a8e66e61d6c820.tar.xz
python-pexpect-e874fad655bf44c6239c9fc554a8e66e61d6c820.zip
- Update to version 0.99999b.
- Add dist tag.
-rw-r--r--.cvsignore2
-rw-r--r--pexpect.spec20
-rw-r--r--sources2
3 files changed, 8 insertions, 16 deletions
diff --git a/.cvsignore b/.cvsignore
index f586f01..bfcbccc 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,3 +1,3 @@
-pexpect-0.999.tgz
+pexpect-0.99999b.tgz
pexpect-doc.tgz
pexpect-examples.tgz
diff --git a/pexpect.spec b/pexpect.spec
index 78cc05e..0edbdc7 100644
--- a/pexpect.spec
+++ b/pexpect.spec
@@ -4,8 +4,8 @@
Summary: Expect module for Python
Name: pexpect
-Version: 0.999
-Release: 3
+Version: 0.99999b
+Release: 1%{?dist}
License: PSFL
Group: Development/Languages
@@ -46,21 +46,9 @@ rm -rf $(find . -type d -name CVS)
# needed by the chess* examples.... Moving them to examples for now.
cp ANSI.py screen.py FSM.py examples
-#touch %{name}-ghost.files
-#for file in $(find $RPM_BUILD_ROOT -type f -name "*.py"); do
-#for suffix in c o; do
-#if [ ! -e "$file$suffix" ]; then
-#touch "$file$suffix"
-#echo "%ghost $file$suffix" | sed "s|$RPM_BUILD_ROOT||" \
-#>> %{name}-ghost.files
-#fi
-#done
-#done
-
%clean
rm -rf $RPM_BUILD_ROOT
-#%files -f %{name}-ghost.files
%files
%defattr(-,root,root,-)
%{python_sitelib}/pexpect.py
@@ -70,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
%doc README.txt doc examples
%changelog
+* Fri Sep 2 2005 Toshio Kuratomi <toshio@tiki-lounge.com> 0.99999b
+- Update to version 0.99999b.
+- Add dist tag.
+
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
- rebuilt
diff --git a/sources b/sources
index dd27afa..1516d83 100644
--- a/sources
+++ b/sources
@@ -1,3 +1,3 @@
-e426e5f54d323aaf392008c9eb35131d pexpect-0.999.tgz
+c5435bfd4a3705efdf898b46b344da09 pexpect-0.99999b.tgz
69bfc0056938f561875289651c8715ad pexpect-doc.tgz
ee05cad1d7b6b4de0dc74bc16330b852 pexpect-examples.tgz