Logoj0ke.net Open Build Service > Projects > devel:python > python-sphinx > Changes
Sign Up | Log In

Changes of Revision 5

[-] Changed python-sphinx.spec
x
 
1
@@ -31,10 +31,10 @@
2
  --root=%{buildroot} \
3
  --prefix=%{_prefix}
4
 cd $RPM_BUILD_ROOT
5
-find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > %{_builddir}/pythonsphinx/%{name}.filelist
6
-find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonsphinx/%{name}.filelist
7
-find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/pythonsphinx/%{name}.filelist
8
-sed -i s@"\.py$"@"\.py\*"@g %{_builddir}/pythonsphinx/%{name}.filelist
9
+find . -type d | sed '1,2d;s,^\.,\%attr(-\,root\,root) \%dir ,' > %{_builddir}/Sphinx-%{version}/%{name}.filelist
10
+find . -type f | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/Sphinx-%{version}/%{name}.filelist
11
+find . -type l | sed 's,^\.,\%attr(-\,root\,root) ,' >> %{_builddir}/Sphinx-%{version}/%{name}.filelist
12
+sed -i s@"\.py$"@"\.py\*"@g %{_builddir}/Sphinx-%{version}/%{name}.filelist
13
 %endif
14
 
15
 %clean
16