SHA256
3
0
forked from pool/glibc

Accepting request 510999 from home:Andreas_Schwab:Factory

OBS-URL: https://build.opensuse.org/request/show/510999
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=464
This commit is contained in:
Andreas Schwab 2017-07-17 14:27:34 +00:00 committed by Git OBS Bridge
parent a740ec4cd2
commit b0e33f9762
4 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@
%define crypt_bf_version 1.3
%define build_snapshot 0
# INCLUDE glibc$flavor.head.in
# INCLUDE glibc$flavor.spec.in
%ifarch i686
%define flavor i686
%else
@ -34,7 +34,7 @@ Name: glibc
Summary: Standard Shared Libraries (from the GNU C Library)
License: LGPL-2.1+ and SUSE-LGPL-2.1+-with-GCC-exception and GPL-2.0+
Group: System/Libraries
# END INCLUDE glibc$flavor.head.in
# END INCLUDE glibc$flavor.spec.in
%bcond_with all
%define build_main 1

View File

@ -1,6 +1,6 @@
#!/bin/sh
for flavor in utils testsuite; do
sed -e "/^# INCLUDE /r glibc-$flavor.head.in" \
sed -e "/^# INCLUDE /r glibc-$flavor.spec.in" \
-e "/^# INCLUDE /,/^# END INCLUDE /d" \
glibc.spec > glibc-$flavor.spec
cp glibc.changes glibc-$flavor.changes