commit fc5535c6fb519aaf1c1a211cdecab99c6481750f
Author: Jakub Bogusz <[email protected]>
Date:   Sun Apr 7 17:12:48 2013 +0200

    - License is LGPL; use __python macro

 python-logilab-common.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/python-logilab-common.spec b/python-logilab-common.spec
index 5ef6bac..dcd8185 100644
--- a/python-logilab-common.spec
+++ b/python-logilab-common.spec
@@ -5,7 +5,7 @@ Summary(pl.UTF-8):      Wspólne moduły Logilab
 Name:          python-logilab-common
 Version:       0.57.1
 Release:       1
-License:       GPL
+License:       LGPL v2.1+
 Group:         Development/Languages/Python
 Source0:       ftp://ftp.logilab.fr/pub/common/%{module}-%{version}.tar.gz
 # Source0-md5: b0431a91f0765be32483d1703747e45a
@@ -32,12 +32,12 @@ projekty tworzone przez Logilab.
 %setup -q -n %{module}-%{version}
 
 %build
-python setup.py build
+%{__python} setup.py build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-python setup.py install \
+%{__python} setup.py install \
        --optimize=2 \
        --root=$RPM_BUILD_ROOT
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-logilab-common.git/commitdiff/fc5535c6fb519aaf1c1a211cdecab99c6481750f

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

Reply via email to