rpms/pexpect/F-8 pexpect.spec,1.20,1.21

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


Author: robert

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

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


Index: pexpect.spec
===================================================================
RCS file: /cvs/pkgs/rpms/pexpect/F-8/pexpect.spec,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- pexpect.spec	7 Jan 2008 23:33:17 -0000	1.20
+++ pexpect.spec	7 Jan 2008 23:49:50 -0000	1.21
@@ -36,10 +36,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