rpms/pexpect/devel pexpect.spec,1.13,1.14 needs.rebuild,1.1,NONE

Toshio Ernie Kuratomi (toshio) fedora-extras-commits at redhat.com
Fri Sep 1 20:14:01 UTC 2006


Author: toshio

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

Modified Files:
	pexpect.spec 
Removed Files:
	needs.rebuild 
Log Message:
- 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.



Index: pexpect.spec
===================================================================
RCS file: /cvs/extras/rpms/pexpect/devel/pexpect.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pexpect.spec	18 Jul 2006 05:44:55 -0000	1.13
+++ pexpect.spec	1 Sep 2006 20:14:01 -0000	1.14
@@ -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 @@
 
 %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 @@
 
 %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 at 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 at tiki-lounge.com> - 2.1-1
 - Update to 2.1.
 


--- needs.rebuild DELETED ---




More information about the fedora-extras-commits mailing list