forked from pool/python-http-parser
Update and python3 OBS-URL: https://build.opensuse.org/request/show/156455 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-http-parser?expand=0&rev=16
5 lines
347 B
Bash
5 lines
347 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-http-parser.spec > python3-http-parser.spec
|
|
cp python-http-parser.changes python3-http-parser.changes
|