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