- Update to version 0.99999b.
- Add dist tag.
This commit is contained in:
parent
beb6f0b5f1
commit
e874fad655
@ -1,3 +1,3 @@
|
|||||||
pexpect-0.999.tgz
|
pexpect-0.99999b.tgz
|
||||||
pexpect-doc.tgz
|
pexpect-doc.tgz
|
||||||
pexpect-examples.tgz
|
pexpect-examples.tgz
|
||||||
|
20
pexpect.spec
20
pexpect.spec
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
Summary: Expect module for Python
|
Summary: Expect module for Python
|
||||||
Name: pexpect
|
Name: pexpect
|
||||||
Version: 0.999
|
Version: 0.99999b
|
||||||
Release: 3
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: PSFL
|
License: PSFL
|
||||||
Group: Development/Languages
|
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.
|
# needed by the chess* examples.... Moving them to examples for now.
|
||||||
cp ANSI.py screen.py FSM.py examples
|
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
|
%clean
|
||||||
rm -rf $RPM_BUILD_ROOT
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
#%files -f %{name}-ghost.files
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%{python_sitelib}/pexpect.py
|
%{python_sitelib}/pexpect.py
|
||||||
@ -70,6 +58,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%doc README.txt doc examples
|
%doc README.txt doc examples
|
||||||
|
|
||||||
%changelog
|
%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>
|
* Fri Apr 7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,3 +1,3 @@
|
|||||||
e426e5f54d323aaf392008c9eb35131d pexpect-0.999.tgz
|
c5435bfd4a3705efdf898b46b344da09 pexpect-0.99999b.tgz
|
||||||
69bfc0056938f561875289651c8715ad pexpect-doc.tgz
|
69bfc0056938f561875289651c8715ad pexpect-doc.tgz
|
||||||
ee05cad1d7b6b4de0dc74bc16330b852 pexpect-examples.tgz
|
ee05cad1d7b6b4de0dc74bc16330b852 pexpect-examples.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user