Logoj0ke.net Open Build Service > Projects > home:netmax:tools > python-futures > Changes
Sign Up | Log In

Changes of Revision 10

[-] Changed python-futures.spec
 
1
@@ -33,6 +33,7 @@
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