]> git.pld-linux.org Git - packages/certmaster.git/commitdiff
automatic change: use py_build/py_install macros
authorJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 18:20:07 +0000 (19:20 +0100)
committerJacek Konieczny <jajcus@jajcus.net>
Sat, 28 Nov 2015 18:20:07 +0000 (19:20 +0100)
certmaster.spec

index 0dab67b2525f32f0e6d246e8e1ad80186b627339..1cdde93a343010b6ff1fa8b570fb1a7a80c8fcc4 100644 (file)
@@ -27,13 +27,11 @@ certmaster is a easy mechanism for distributing SSL certificates.
 %patch0 -p1
 
 %build
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%{__python} setup.py install \
-       --optimize=2 \
-       --root=$RPM_BUILD_ROOT
+%py_install
 
 %py_postclean
 
This page took 0.079391 seconds and 4 git commands to generate.