Changes of Revision 10
[-] | Changed | python-futures.spec |
1
2 find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > %{_builddir}/pythonfutures/%{name}.filelist 3 find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonfutures/%{name}.filelist 4 find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonfutures/%{name}.filelist 5 +find . -type f -name \*.pyo -exec rm {} \; 6 %endif 7 8 %clean 9 |