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

index b2ad0752e8314047e4347b33f674f93e05afa00d..fe72b5d933be7a028bb7db32a5a584eea4b84d65 100644 (file)
@@ -39,12 +39,12 @@ if [ $VERSION != %{encutils_ver} ]; then
 fi
 
 %build
-%{__python} setup.py build
+%py_build
 
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__python} setup.py install \
+%py_install \
         --single-version-externally-managed \
        --optimize=2 \
        --root $RPM_BUILD_ROOT
This page took 0.090407 seconds and 4 git commands to generate.