forked from pool/glibc
Andreas Schwab
b0e33f9762
OBS-URL: https://build.opensuse.org/request/show/510999 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=464
9 lines
256 B
Bash
9 lines
256 B
Bash
#!/bin/sh
|
|
for flavor in utils testsuite; do
|
|
sed -e "/^# INCLUDE /r glibc-$flavor.spec.in" \
|
|
-e "/^# INCLUDE /,/^# END INCLUDE /d" \
|
|
glibc.spec > glibc-$flavor.spec
|
|
cp glibc.changes glibc-$flavor.changes
|
|
done
|
|
osc service lr format_spec_file
|