[packages/python-virtualenv] suggest gcc, most commonly needed

glen glen at pld-linux.org
Sat May 23 15:37:22 CEST 2015


commit ab559610af59fe66b68a89a4d02efead4905bd23
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sat May 23 16:37:17 2015 +0300

    suggest gcc, most commonly needed

 python-virtualenv.spec | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/python-virtualenv.spec b/python-virtualenv.spec
index fa6488d..3c63c4c 100644
--- a/python-virtualenv.spec
+++ b/python-virtualenv.spec
@@ -2,7 +2,7 @@ Summary:	Tool to create isolated Python environments
 Summary(pl.UTF-8):	Narzędzie do tworzenia oddzielonych środowisk Pythona
 Name:		python-virtualenv
 Version:	12.0.4
-Release:	1
+Release:	2
 License:	MIT
 Group:		Development/Languages
 Source0:	https://pypi.python.org/packages/source/v/virtualenv/virtualenv-%{version}.tar.gz
@@ -18,6 +18,7 @@ Requires:	python-setuptools
 # Blame binary-only python packages authors
 # virtualenv wants *.py
 Requires:	python-devel-src
+Suggests:	gcc
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -38,7 +39,7 @@ Project. Zostało wydane na liberalnej licencji w stylu MIT.
 
 %prep
 %setup -q -n virtualenv-%{version}
-%{__install} -m 755 -p %{SOURCE2} bin/
+install -p -p %{SOURCE2} bin
 %patch1 -p1
 
 %{__python} ./bin/unpack-support.py
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-virtualenv.git/commitdiff/ab559610af59fe66b68a89a4d02efead4905bd23



More information about the pld-cvs-commit mailing list