Search
j0ke.net Open Build Service
>
Projects
>
devel
:
python
>
python-sphinx
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 5
[-]
[+]
Changed
python-sphinx.spec
@@ -31,10 +31,10 @@ --root=%{buildroot} \ --prefix=%{_prefix} cd $RPM_BUILD_ROOT -find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > %{_builddir}/pythonsphinx/%{name}.filelist -find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonsphinx/%{name}.filelist -find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonsphinx/%{name}.filelist -sed -i s@"\.py$"@"\.py\*"@g %{_builddir}/pythonsphinx/%{name}.filelist +find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > %{_builddir}/Sphinx-%{version}/%{name}.filelist +find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/Sphinx-%{version}/%{name}.filelist +find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/Sphinx-%{version}/%{name}.filelist +sed -i s@"\.py$"@"\.py\*"@g %{_builddir}/Sphinx-%{version}/%{name}.filelist %endif %clean