forked from pool/python-virtkey
Cleanup python3 packaging OBS-URL: https://build.opensuse.org/request/show/148542 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-virtkey?expand=0&rev=10
5 lines
187 B
Bash
5 lines
187 B
Bash
#!/bin/sh
|
|
|
|
sed 's,build_for_python3 0,build_for_python3 1,;s,^\(Name: *\)python-,\1python3-,' python-virtkey.spec > python3-virtkey.spec
|
|
cp python-virtkey.changes python3-virtkey.changes
|