update to virtualenv 1.11.6
This commit is contained in:
parent
949ff971f4
commit
bebd34c74f
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
virtualenv-1.9.1.tar.gz
|
||||
/virtualenv-1.10.1.tar.gz
|
||||
/virtualenv-1.11.6.tar.gz
|
||||
|
@ -2,19 +2,19 @@
|
||||
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: python-virtualenv
|
||||
Version: 1.10.1
|
||||
Release: 2%{?dist}
|
||||
Version: 1.11.6
|
||||
Release: 1%{?dist}
|
||||
Summary: Tool to create isolated Python environments
|
||||
|
||||
Group: Development/Languages
|
||||
License: MIT
|
||||
URL: http://pypi.python.org/pypi/virtualenv
|
||||
Source0: http://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
BuildRequires: python2-devel
|
||||
Requires: python-setuptools, python2-devel
|
||||
Requires: python-setuptools
|
||||
Requires: python2-devel
|
||||
|
||||
%if 0%{?fedora}
|
||||
BuildRequires: python-sphinx
|
||||
@ -39,32 +39,31 @@ licensed under an MIT-style permissive license.
|
||||
# Build docs on Fedora
|
||||
%if 0%{?fedora} > 0
|
||||
%{__python} setup.py build_sphinx
|
||||
rm -f build/sphinx/html/.buildinfo
|
||||
%endif
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
%{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
|
||||
rm -f build/sphinx/html/.buildinfo
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/*rst PKG-INFO AUTHORS.txt LICENSE.txt
|
||||
# Include sphinx docs on Fedora
|
||||
%if 0%{?fedora} > 0
|
||||
%doc build/sphinx/*
|
||||
%endif
|
||||
# For noarch packages: sitelib
|
||||
|
||||
%{python_sitelib}/*
|
||||
%attr(755,root,root) %{_bindir}/virtualenv*
|
||||
%{_bindir}/virtualenv*
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Jul 09 2014 Matthias Runge <mrunge@redhat.com> - 1.11.6-1
|
||||
- update to 1.11.6:
|
||||
Upstream updated setuptools to 3.6, updated pip to 1.5.6
|
||||
|
||||
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.10.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user