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 6
[-]
[+]
Changed
python-futures.spec
@@ -25,6 +25,9 @@ --root=%{buildroot} \ --prefix=%{_prefix} \ --record-rpm=%{name}.filelist +echo "DEBUG Path: `pwd`" +echo "DEBUG Dir: " +ls -al %else python setup.py install \ --root=%{buildroot} \ @@ -33,7 +36,12 @@ find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > $RPM_BUILD_DIR/pythonfutures/%{name}.filelist find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/pythonfutures/%{name}.filelist find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> $RPM_BUILD_DIR/pythonfutures/%{name}.filelist +echo "DEBUG Path: `pwd`" +echo "DEBUG Dir: " +ls -al %endif +echo "CONTENT FL:" +cat %{name}.filelist %clean rm -rf %{buildroot}