Changes of Revision 10

flowblade.spec Changed
x
 
1
@@ -63,12 +63,12 @@
2
 pushd flowblade-trunk
3
 sed -i~ 's|%_datadir/pyshared|%python_sitelib|' %name
4
 diff -u "$_"~ "$_" && exit 1
5
-python3 setup.py build
6
+%python3_build
7
 popd
8
 
9
 %install
10
 pushd flowblade-trunk
11
-python3 setup.py install --root '%buildroot'
12
+%python3_install
13
 mkdir -p %buildroot%_datadir/locale
14
 mv %buildroot{%python_sitelib/Flowblade/locale/*,%_datadir/locale/}
15
 find %buildroot -type f -name "*.po*" -delete -print
16