forked from pool/python-rpm-macros
Matej Cepl
e29527b47b
generate alternative flavours as well. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python-rpm-macros?expand=0&rev=107
16 lines
402 B
Diff
16 lines
402 B
Diff
--- a/compile-macros.sh
|
|
+++ b/compile-macros.sh
|
|
@@ -1,10 +1,10 @@
|
|
#!/bin/bash
|
|
|
|
-FLAVORS="python2 python3 pypy3"
|
|
+FLAVORS="python2 python3 python36 python38 pypy3"
|
|
|
|
# order of BUILDSET is important, it is copied to order of %pythons,
|
|
# and that determines the last installed binary
|
|
-BUILDSET="python2 python3"
|
|
+BUILDSET="python2 python36 python38"
|
|
|
|
|
|
### flavor-specific: generate from flavor.in
|