5d90661874
Create python3-gobject source package, sharing the same original .spec to build python3 module. Please add a python-gobject3 link in devel:languages:python OBS-URL: https://build.opensuse.org/request/show/74061 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-gobject?expand=0&rev=8
5 lines
201 B
Bash
5 lines
201 B
Bash
#!/bin/sh
|
|
|
|
sed 's,build_for_python3 0,build_for_python3 1,;s,^\(Name: *\)python-gobject,\1python3-gobject,' python-gobject.spec > python3-gobject.spec
|
|
cp python-gobject.changes python3-gobject.changes
|