rpms/pexpect/EL-5 pexpect.spec,1.18,1.19

Robert Scheck (robert) fedora-extras-commits at redhat.com
Mon Jan 7 23:50:11 UTC 2008


Author: robert

Update of /cvs/pkgs/rpms/pexpect/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv1524/EL-5

Modified Files:
	pexpect.spec 
Log Message:
Forgotten things and corrected some permissions to silence rpmlint


Index: pexpect.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pexpect/EL-5/pexpect.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- pexpect.spec	7 Jan 2008 23:32:57 -0000	1.18
+++ pexpect.spec	7 Jan 2008 23:49:35 -0000	1.19
@@ -39,10 +39,9 @@
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install -O1 --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.
-cp -p screen.py ANSI.py FSM.py examples
+# Correct some permissions
 find examples -type f -exec chmod a-x \{\} \;
+chmod 755 $RPM_BUILD_ROOT%{python_sitelib}/FSM.py
 
 %clean
 rm -rf $RPM_BUILD_ROOT




More information about the fedora-extras-commits mailing list