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

Changes of Revision 11

[-] Changed python-futures.spec
x
 
1
@@ -30,10 +30,10 @@
2
  --root=%{buildroot} \
3
  --prefix=%{_prefix}
4
 cd $RPM_BUILD_ROOT
5
+%py_byte_compile  %{__python} %{buildroot}%{python_sitelib}
6
 find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > %{_builddir}/pythonfutures/%{name}.filelist
7
 find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonfutures/%{name}.filelist
8
 find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonfutures/%{name}.filelist
9
-find . -type f -name \*.pyo -exec rm {} \;
10
 %endif
11
 
12
 %clean
13