[python-virtualenv] Updated for upstream release

smilner smilner at fedoraproject.org
Tue Dec 20 15:39:10 UTC 2011


commit a834d89727882046dad6c5eefae9a2580dd3e590
Author: Steve 'Ashcrow' Milner <stevem at gnulinux.net>
Date:   Tue Dec 20 10:38:50 2011 -0500

    Updated for upstream release

 .gitignore             |    1 +
 python-virtualenv.spec |   18 ++++++++++++------
 sources                |    2 +-
 3 files changed, 14 insertions(+), 7 deletions(-)
---
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 <me at stevemilner.org> - 1.7-1
+- Update for https://bugzilla.redhat.com/show_bug.cgi?id=769067
+
 * Wed Feb 09 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 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


More information about the scm-commits mailing list