|
|
|
@ -7,8 +7,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: python-virtualenv
|
|
|
|
|
Version: 14.0.6
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 15.0.3
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
@ -106,9 +106,13 @@ rm -f build/sphinx/html/.buildinfo
|
|
|
|
|
%{py3_install}
|
|
|
|
|
# rename binaries to use python3
|
|
|
|
|
mv %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/py3-virtualenv
|
|
|
|
|
# The versioned 3.x script was removed from upstream. Add it back.
|
|
|
|
|
cp %{buildroot}/%{_bindir}/py3-virtualenv %{buildroot}/%{_bindir}/virtualenv-%{python3_version}
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
%{py2_install}
|
|
|
|
|
# The versioned 2.x script was removed from upstream. Add it back.
|
|
|
|
|
cp %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/virtualenv-%{python2_version}
|
|
|
|
|
|
|
|
|
|
%files -n python2-virtualenv
|
|
|
|
|
%license LICENSE.txt
|
|
|
|
@ -139,6 +143,9 @@ mv %{buildroot}/%{_bindir}/virtualenv %{buildroot}/%{_bindir}/py3-virtualenv
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Aug 8 2016 Steve Milner <smilner@redhat.com> - 15.0.3-1
|
|
|
|
|
- Update for upstream release.
|
|
|
|
|
|
|
|
|
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 14.0.6-2
|
|
|
|
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
|
|
|
|
|
|
|
|
|