SLE_11 specific spec files for ant/ant-antlr. OBS-URL: https://build.opensuse.org/request/show/233615 OBS-URL: https://build.opensuse.org/package/show/Java:packages/ant?expand=0&rev=54
10 lines
402 B
Bash
10 lines
402 B
Bash
#!/bin/sh
|
|
EDIT_WARNING="##### WARNING: please do not edit this auto generated spec file. Use the ant.spec! #####\n"
|
|
sed "s/^%global bootstrap.*$/${EDIT_WARNING}%global bootstrap 0/;
|
|
s/^\(Name:.*\)$/\1-antlr/;
|
|
" < ant.spec > ant-antlr.spec
|
|
|
|
sed "s/^%global bootstrap.*$/${EDIT_WARNING}%global bootstrap 0/;
|
|
s/^\(Name:.*\)$/\1-antlr-SLE_11/;
|
|
" < ant-SLE_11.spec > ant-antlr-SLE_11.spec
|