6 lines
282 B
Bash
6 lines
282 B
Bash
|
#!/bin/sh
|
||
|
EDIT_WARNING="##### WARNING: please do not edit this auto generated spec file. Use the grpc-java.spec! #####\n"
|
||
|
sed "s/^%bcond_with extras$/${EDIT_WARNING}%bcond_without extras/;
|
||
|
" < grpc-java.spec > grpc-java-extras.spec
|
||
|
cp grpc-java.changes grpc-java-extras.changes
|