Andreas Schwab
1482b98844
Reorganize specfile OBS-URL: https://build.opensuse.org/request/show/510863 OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=460
5 lines
135 B
Bash
5 lines
135 B
Bash
#!/bin/sh
|
|
for flavor in -utils -testsuite .i686; do
|
|
sed "/^%define flavor/s/%{nil}/${flavor#?}/" glibc.spec > glibc$flavor.spec
|
|
done
|