|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
|
|
|
|
|
Name: python-virtualenv
|
|
|
|
|
Version: 1.4.8
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Tool to create isolated Python environments
|
|
|
|
|
|
|
|
|
|
Group: Development/Languages
|
|
|
|
@ -26,7 +26,7 @@ licensed under an MIT-style permissive license.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q -n virtualenv-%{version}
|
|
|
|
|
%{__sed} -i -e "s|#!/usr/bin/env python||" virtualenv.py
|
|
|
|
|
%{__sed} -i -e "1s|#!/usr/bin/env python||" virtualenv.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Jun 8 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.8-2
|
|
|
|
|
- Only replace the python shebang on the first line (Robert Buchholz)
|
|
|
|
|
|
|
|
|
|
* Fri Apr 28 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.8-1
|
|
|
|
|
- update pip to 0.7
|
|
|
|
|
- move regen-docs into bin/
|
|
|
|
|