rpms/pexpect/devel .cvsignore, 1.3, 1.4 pexpect.spec, 1.7, 1.8 sources, 1.3, 1.4

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Sat Sep 3 04:20:59 UTC 2005


Author: toshio

Update of /cvs/extras/rpms/pexpect/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv11424

Modified Files:
	.cvsignore pexpect.spec sources 
Log Message:
- Update to version 0.99999b.
- Add dist tag. 



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/pexpect/devel/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	8 Nov 2004 05:12:26 -0000	1.3
+++ .cvsignore	3 Sep 2005 04:20:56 -0000	1.4
@@ -1,3 +1,3 @@
-pexpect-0.999.tgz
+pexpect-0.99999b.tgz
 pexpect-doc.tgz
 pexpect-examples.tgz


Index: pexpect.spec
===================================================================
RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pexpect.spec	6 Apr 2005 22:13:29 -0000	1.7
+++ pexpect.spec	3 Sep 2005 04:20:56 -0000	1.8
@@ -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 @@
 # 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 @@
 %doc README.txt doc examples
 
 %changelog
+* Fri Sep  2 2005 Toshio Kuratomi <toshio at 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
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/pexpect/devel/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	8 Nov 2004 05:12:26 -0000	1.3
+++ sources	3 Sep 2005 04:20:56 -0000	1.4
@@ -1,3 +1,3 @@
-e426e5f54d323aaf392008c9eb35131d  pexpect-0.999.tgz
+c5435bfd4a3705efdf898b46b344da09  pexpect-0.99999b.tgz
 69bfc0056938f561875289651c8715ad  pexpect-doc.tgz
 ee05cad1d7b6b4de0dc74bc16330b852  pexpect-examples.tgz




More information about the fedora-extras-commits mailing list