diff --git a/python-virtualenv.spec b/python-virtualenv.spec index bddd4a7..a4fc11c 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -8,7 +8,7 @@ Name: python-virtualenv Version: 13.1.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -41,6 +41,14 @@ is a successor to workingenv, and an extension of virtual-python. It is written by Ian Bicking, and sponsored by the Open Planning Project. It is licensed under an MIT-style permissive license. +%if 0%{?fedora} > 0 +%package -n python-virtualenv-doc +Summary: Documentation for python virtualenv + +%description -n python-virtualenv-doc +Documentation for python virtualenv. +%endif + %if 0%{?with_python3} %package -n python3-virtualenv Summary: Tool to create isolated Python environments @@ -101,22 +109,20 @@ popd %files %doc docs/*rst PKG-INFO AUTHORS.txt LICENSE.txt -# Include sphinx docs on Fedora -%if 0%{?fedora} > 0 -%doc build/sphinx/* -%endif %{python2_sitelib}/* %{_bindir}/virtualenv %{_bindir}/virtualenv-%{python2_version} -%if 0%{?with_python3} -%files -n python3-virtualenv -%doc docs/*rst PKG-INFO AUTHORS.txt LICENSE.txt -# Include sphinx docs on Fedora %if 0%{?fedora} > 0 +# Include sphinx docs on Fedora +%files -n python-virtualenv-doc %doc build/sphinx/* %endif + +%if 0%{?with_python3} +%files -n python3-virtualenv +%doc docs/*rst PKG-INFO AUTHORS.txt LICENSE.txt %{_bindir}/py3-virtualenv %{_bindir}/virtualenv-%{python3_version} %{python3_sitelib}/* @@ -125,6 +131,9 @@ popd %changelog +* Wed Dec 2 2015 Orion Poplawski - 13.1.2-3 +- Move documentation to separate package (bug #1219139) + * Wed Oct 14 2015 Robert Kuska - 13.1.2-2 - Rebuilt for Python3.5 rebuild