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
|