updates for new release
This commit is contained in:
parent
da38b2f168
commit
c021ce4591
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
||||
virtualenv-1.4.8.tar.gz
|
||||
/virtualenv-1.5.1.tar.gz
|
||||
/virtualenv-1.7.tar.gz
|
||||
/virtualenv-1.7.1.2.tar.gz
|
||||
/virtualenv-add-doc-config.patch
|
||||
|
@ -2,7 +2,7 @@
|
||||
%{!?python_sitelib: %define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
||||
|
||||
Name: python-virtualenv
|
||||
Version: 1.7
|
||||
Version: 1.7.1.2
|
||||
Release: 2%{?dist}
|
||||
Summary: Tool to create isolated Python environments
|
||||
|
||||
@ -10,6 +10,7 @@ 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
|
||||
Patch0: virtualenv-add-doc-config.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
BuildArch: noarch
|
||||
@ -34,7 +35,7 @@ licensed under an MIT-style permissive license.
|
||||
%prep
|
||||
%setup -q -n virtualenv-%{version}
|
||||
%{__sed} -i -e "1s|#!/usr/bin/env python||" virtualenv.py
|
||||
|
||||
%patch0 -p1
|
||||
|
||||
%build
|
||||
# Build code
|
||||
@ -58,7 +59,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%doc docs/*txt PKG-INFO AUTHORS.txt LICENSE.txt HACKING
|
||||
%doc docs/*txt PKG-INFO AUTHORS.txt LICENSE.txt
|
||||
# Include sphinx docs on Fedora
|
||||
%if 0%{?fedora} > 0
|
||||
%doc build/sphinx/*
|
||||
@ -69,6 +70,10 @@ rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Mar 14 2012 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.7.1.2-1
|
||||
- Update for upstream bug fixes.
|
||||
- Added patch for sphinx building
|
||||
|
||||
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user