rpms/pexpect/EL-4 pexpect.spec,1.9,1.10

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


Author: robert

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

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-4/pexpect.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- pexpect.spec	7 Jan 2008 23:32:46 -0000	1.9
+++ pexpect.spec	7 Jan 2008 23:49:30 -0000	1.10
@@ -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