]> git.pld-linux.org Git - packages/fonttools.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)
fonttools.spec

index 58b13df000e3565995ec68335642d82adf3006d6..d98a511002a3de27cb930f2bf8ac4b1dbc5c8caa 100644 (file)
@@ -36,12 +36,12 @@ chmod a-x LICENSE.txt
 
 %build
 CFLAGS="%{rpmcflags} %{rpmcppflags}" \
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} setup.py install \
+%py_install \
        -O1 \
        --skip-build \
        --root $RPM_BUILD_ROOT
This page took 0.079475 seconds and 4 git commands to generate.