forked from pool/libcap-ng
295027dd2d
Accepted submit request 51984 from user coolo OBS-URL: https://build.opensuse.org/request/show/51984 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libcap-ng?expand=0&rev=6
12 lines
240 B
Bash
12 lines
240 B
Bash
#!/bin/bash
|
|
|
|
echo -n "Generating python spec "
|
|
|
|
cp libcap-ng.spec libcap-ng-python.spec
|
|
cp libcap-ng.changes libcap-ng-python.changes
|
|
|
|
perl -pi -e "s/^Name:.*libcap-ng$/Name: libcap-ng-python/" libcap-ng-python.spec
|
|
|
|
echo "Done."
|
|
|