Dominique Leuenberger
8f9730c4e7
we keep the logic in the .spec file, in case we want to resurrect it). OBS-URL: https://build.opensuse.org/package/show/Virtualization:VMware/open-vm-tools?expand=0&rev=302
10 lines
233 B
Bash
10 lines
233 B
Bash
#!/bin/bash
|
|
|
|
#NAME=open-vm-tools
|
|
#NAMEKMP=open-vm-tools-KMP
|
|
|
|
#sed "s:%define.*KMP.*0:%define KMP 1:" ${NAME}.spec > ${NAMEKMP}.spec
|
|
#sed -i "s/\(Name:.*\)${NAME}/\1${NAMEKMP}/" ${NAMEKMP}.spec
|
|
|
|
#cp ${NAME}.changes ${NAMEKMP}.changes
|