Files
grpc-java/pre_checkin.sh

6 lines
282 B
Bash
Raw Permalink Normal View History

#!/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