Stefan Dirsch
e295b862d5
This is about the idea I had in mind.. this is submittable to Factory (manual linking is not done there) OBS-URL: https://build.opensuse.org/request/show/350215 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libva?expand=0&rev=64
6 lines
159 B
Bash
6 lines
159 B
Bash
#!/bin/sh
|
|
|
|
sed -e 's,build_gl 0,build_gl 1,' libva.spec > libva-gl.spec
|
|
sed -e 's,^Name:.*,Name: libva-gl,' -i libva-gl.spec
|
|
cp libva.changes libva-gl.changes
|