2df41e34f9
Copy from GNOME:Factory/libproxy based on submit request 17993 from user vuntz OBS-URL: https://build.opensuse.org/request/show/17993 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libproxy?expand=0&rev=8
6 lines
214 B
Bash
6 lines
214 B
Bash
#!/bin/sh
|
|
|
|
cp libproxy.spec libproxy-plugins.spec
|
|
sed -i "s/\(%define *build_core_not_modules *\)1/\10/;s/\(Name: *\)libproxy/\1libproxy-plugins/" libproxy-plugins.spec
|
|
cp libproxy.changes libproxy-plugins.changes
|