summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToshio くらとみ <toshio@fedoraproject.org>2006-09-01 20:14:01 +0000
committerToshio くらとみ <toshio@fedoraproject.org>2006-09-01 20:14:01 +0000
commit8b29e4ba165d052b92de4de85972098d6dcff9dc (patch)
tree4b735f6c1dca2a0c01c2f8bab2541ad0f9d0d675
parent7867f0828b6b47c57ffabe2f74f9e7a4186dc749 (diff)
downloadpython-pexpect-8b29e4ba165d052b92de4de85972098d6dcff9dc.tar.gz
python-pexpect-8b29e4ba165d052b92de4de85972098d6dcff9dc.tar.xz
python-pexpect-8b29e4ba165d052b92de4de85972098d6dcff9dc.zip
- Remove pyver define as it's not needed with the automatic python(abi).
- Stop ghosting .pyos. - Let automatic python compilation take care of creating pyos. - Rebuild for FC6.
-rw-r--r--needs.rebuild1
-rw-r--r--pexpect.spec16
2 files changed, 9 insertions, 8 deletions
diff --git a/needs.rebuild b/needs.rebuild
deleted file mode 100644
index 815fd29..0000000
--- a/needs.rebuild
+++ /dev/null
@@ -1 +0,0 @@
-http://fedoraproject.org/wiki/Extras/Schedule/FC6MassRebuild
diff --git a/pexpect.spec b/pexpect.spec
index 1cd9b86..fa2a882 100644
--- a/pexpect.spec
+++ b/pexpect.spec
@@ -1,10 +1,9 @@
-%define pyver %(python -c 'import sys ; print sys.version[:3]')
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
Summary: Expect module for Python
Name: pexpect
Version: 2.1
-Release: 1%{?dist}
+Release: 2%{?dist}
License: MIT
Group: Development/Languages
@@ -37,7 +36,7 @@ standard Python pty module.
%install
rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
# These are apparently works in progress and thus not installed. But they are
# needed by the chess* examples.... Moving them to examples for now.
@@ -49,13 +48,16 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
-%{python_sitelib}/*.py
-%{python_sitelib}/*.pyc
-%ghost %{python_sitelib}/*.pyo
-
%doc README doc examples LICENSE
+%{python_sitelib}/*
%changelog
+* Fri Sep 01 2006 Toshio Kuratomi <toshio@tiki-lounge.com> - 2.1-2
+- Remove pyver define as it's not needed with the automatic python(abi).
+- Stop ghosting .pyos.
+- Let automatic python compilation take care of creating pyos.
+- Rebuild for FC6.
+
* Mon Jul 17 2006 Toshio Kuratomi <toshio@tiki-lounge.com> - 2.1-1
- Update to 2.1.