From a834d89727882046dad6c5eefae9a2580dd3e590 Mon Sep 17 00:00:00 2001 From: Steve 'Ashcrow' Milner Date: Dec 20 2011 15:38:50 +0000 Subject: Updated for upstream release --- diff --git a/.gitignore b/.gitignore index 57331e6..927b275 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ virtualenv-1.4.8.tar.gz /virtualenv-1.5.1.tar.gz +/virtualenv-1.7.tar.gz diff --git a/python-virtualenv.spec b/python-virtualenv.spec index 8b1018b..1747853 100644 --- a/python-virtualenv.spec +++ b/python-virtualenv.spec @@ -2,8 +2,8 @@ %{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} Name: python-virtualenv -Version: 1.5.1 -Release: 2%{?dist} +Version: 1.7 +Release: 1%{?dist} Summary: Tool to create isolated Python environments Group: Development/Languages @@ -13,7 +13,7 @@ Source0: http://pypi.python.org/packages/source/v/virtualenv/virtualenv-% BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: python-devel +BuildRequires: python-devel, python-sphinx Requires: python-setuptools, python-devel # Fedora requires python-setuptools-devel while EL5 fails on install @@ -37,27 +37,33 @@ licensed under an MIT-style permissive license. %build +# Build code %{__python} setup.py build - +# Build docs +%{__python} setup.py build_sphinx %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/index.txt docs/license.txt docs/news.txt PKG-INFO +%doc docs/*txt build/sphinx/* PKG-INFO AUTHORS.txt LICENSE.txt HACKING # For noarch packages: sitelib %{python_sitelib}/* %attr(755,root,root) %{_bindir}/virtualenv %changelog +* Tue Dec 20 2011 Steve 'Ashcrow' Milner - 1.7-1 +- Update for https://bugzilla.redhat.com/show_bug.cgi?id=769067 + * Wed Feb 09 2011 Fedora Release Engineering - 1.5.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild diff --git a/sources b/sources index b05e9db..7941c69 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -3daa1f449d5d2ee03099484cecb1c2b7 virtualenv-1.5.1.tar.gz +dcc105e5a3907a9dcaa978f813a4f526 virtualenv-1.7.tar.gz