forked from pool/python-httplib2
Remove macros usage OBS-URL: https://build.opensuse.org/request/show/156302 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httplib2?expand=0&rev=30
5 lines
335 B
Bash
5 lines
335 B
Bash
#!/bin/sh
|
|
|
|
sed 's,^\(Name: *\)python-,\1python3-,;s,^\(Requires: *\)python-,\1python3-,;s,^\(BuildRequires: *\)python-,\1python3-,;s,python setup.py,python3 setup.py,;s,python_sitelib,python3_sitelib,;s,python_sitearch,python3_sitearch,' python-httplib2.spec > python3-httplib2.spec
|
|
cp python-httplib2.changes python3-httplib2.changes
|