ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/python.spec
(Generate patch)

Comparing COMP/CMSDIST/python.spec (file contents):
Revision 1.74 by lat, Sat Jul 9 11:24:13 2011 UTC vs.
Revision 1.75 by diego, Mon Aug 29 16:12:55 2011 UTC

# Line 149 | Line 149 | find %{i}/lib -type f -name "_tkinter.so
149   # Makes sure that executables start with /usr/bin/env perl and not with comments.
150   rm -f %i/share/doc/python/Demo/rpc/test
151  
152 + # No need for test files
153 + rm -rf %{i}/lib/python%{pythonv}/test
154 +
155 + # Remove .pyo files
156 + find %i -name '*.pyo' -exec rm {} \;
157 +
158   # Generate dependencies-setup.{sh,csh} so init.{sh,csh} picks full environment.
159   mkdir -p %i/etc/profile.d
160   : > %i/etc/profile.d/dependencies-setup.sh

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines