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

Changes of Revision 14

[-] Changed python-futures.spec
x
 
1
@@ -34,10 +34,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
+sed -i s@"\.py$"@"\.py\*"@g %{_builddir}/pythonfutures/%{name}.filelist
10
 %endif
11
 
12
 %clean
13