Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
:
tools
>
python-futures
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 11
[-]
[+]
Changed
python-futures.spec
@@ -30,10 +30,10 @@ --root=%{buildroot} \ --prefix=%{_prefix} cd $RPM_BUILD_ROOT +%py_byte_compile %{__python} %{buildroot}%{python_sitelib} find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > %{_builddir}/pythonfutures/%{name}.filelist find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonfutures/%{name}.filelist find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonfutures/%{name}.filelist -find . -type f -name \*.pyo -exec rm {} \; %endif %clean