commit ab559610af59fe66b68a89a4d02efead4905bd23
Author: Elan Ruusamäe <[email protected]>
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

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to