7 lines
317 B
Bash
7 lines
317 B
Bash
|
#!/bin/sh
|
||
|
EDIT_WARNING="##### WARNING: please do not edit this auto generated spec file. Use the groff.spec! #####\n"
|
||
|
sed "s/^%global groff_base_only.*$/${EDIT_WARNING}%global groff_base_only 0/;
|
||
|
s/^Name.*groff/Name: groff-full/;
|
||
|
" < groff.spec > groff-full.spec
|
||
|
cp groff.changes groff-full.changes
|