|
|
@ -1,9 +1,9 @@
|
|
|
|
# sitelib for noarch packages
|
|
|
|
# sitelib for noarch packages
|
|
|
|
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-virtualenv
|
|
|
|
Name: python-virtualenv
|
|
|
|
Version: 1.7.2
|
|
|
|
Version: 1.9.1
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
Group: Development/Languages
|
|
|
@ -13,14 +13,11 @@ Source0: http://pypi.python.org/packages/source/v/virtualenv/virtualenv-%
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
|
|
|
|
|
|
|
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildRequires: python-devel
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
Requires: python-setuptools, python-devel
|
|
|
|
Requires: python-setuptools, python2-devel
|
|
|
|
|
|
|
|
|
|
|
|
# Fedora requires python-setuptools-devel while EL5 fails on install
|
|
|
|
%if 0%{?fedora}
|
|
|
|
# See BZ#611536 (https://bugzilla.redhat.com/show_bug.cgi?id=611536)
|
|
|
|
BuildRequires: python-sphinx
|
|
|
|
%if 0%{?fedora} > 0
|
|
|
|
|
|
|
|
BuildRequires: python-setuptools-devel, python-sphinx
|
|
|
|
|
|
|
|
Requires: python-setuptools-devel
|
|
|
|
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -68,6 +65,12 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue May 14 2013 Toshio Kuratomi <toshio@fedoraproject.org> - 1.9.1-1
|
|
|
|
|
|
|
|
- Update to upstream 1.9.1 because of security issues with the bundled
|
|
|
|
|
|
|
|
python-pip in older releases. This is just a quick fix until a
|
|
|
|
|
|
|
|
python-virtualenv maintainer can unbundle the python-pip package
|
|
|
|
|
|
|
|
see: https://bugzilla.redhat.com/show_bug.cgi?id=749378
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
|
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|