parent
a5f5cdf496
commit
05583324a9
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: python-sphinx
|
Name: python-sphinx
|
||||||
Version: 1.2.2
|
Version: 1.2.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -179,6 +179,7 @@ pushd %{py3dir}
|
|||||||
for f in %{buildroot}%{_bindir}/sphinx-*;
|
for f in %{buildroot}%{_bindir}/sphinx-*;
|
||||||
do
|
do
|
||||||
mv $f $f-%{python3_version}
|
mv $f $f-%{python3_version}
|
||||||
|
ln -s %{_bindir}/`basename $f-%{python3_version}` $f-3
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
%endif # with_python3
|
%endif # with_python3
|
||||||
@ -249,6 +250,7 @@ popd
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-sphinx
|
%files -n python3-sphinx
|
||||||
%doc AUTHORS CHANGES EXAMPLES LICENSE README.rst TODO
|
%doc AUTHORS CHANGES EXAMPLES LICENSE README.rst TODO
|
||||||
|
%{_bindir}/sphinx-*-3
|
||||||
%{_bindir}/sphinx-*-%{python3_version}
|
%{_bindir}/sphinx-*-%{python3_version}
|
||||||
%{python3_sitelib}/*
|
%{python3_sitelib}/*
|
||||||
%dir %{_datadir}/sphinx/
|
%dir %{_datadir}/sphinx/
|
||||||
@ -262,6 +264,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu May 22 2014 Bohuslav Kabrda <bkabrda@redhat.com> - 1.2.2-3
|
||||||
|
- Add python-*-3 links to scripts
|
||||||
|
Resolves: #1098109
|
||||||
|
|
||||||
* Fri May 9 2014 Orion Poplawski <orion@cora.nwra.com> - 1.2.2-2
|
* Fri May 9 2014 Orion Poplawski <orion@cora.nwra.com> - 1.2.2-2
|
||||||
- Rebuild for Python 3.4
|
- Rebuild for Python 3.4
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user