fixed sed line in spec per BZ601150

epel9
smilner 15 years ago
parent 3990cee10a
commit d96c54a024

@ -3,7 +3,7 @@
Name: python-virtualenv Name: python-virtualenv
Version: 1.4.8 Version: 1.4.8
Release: 1%{?dist} Release: 2%{?dist}
Summary: Tool to create isolated Python environments Summary: Tool to create isolated Python environments
Group: Development/Languages Group: Development/Languages
@ -26,7 +26,7 @@ licensed under an MIT-style permissive license.
%prep %prep
%setup -q -n virtualenv-%{version} %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 %build
@ -51,6 +51,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %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 * Fri Apr 28 2010 Steve 'Ashcrow' Milner <me@stevemilner.org> - 1.4.8-1
- update pip to 0.7 - update pip to 0.7
- move regen-docs into bin/ - move regen-docs into bin/

Loading…
Cancel
Save