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:
parent
a740ec4cd2
commit
b0e33f9762
@ -23,7 +23,7 @@
|
|||||||
%define crypt_bf_version 1.3
|
%define crypt_bf_version 1.3
|
||||||
%define build_snapshot 0
|
%define build_snapshot 0
|
||||||
|
|
||||||
# INCLUDE glibc$flavor.head.in
|
# INCLUDE glibc$flavor.spec.in
|
||||||
%ifarch i686
|
%ifarch i686
|
||||||
%define flavor i686
|
%define flavor i686
|
||||||
%else
|
%else
|
||||||
@ -34,7 +34,7 @@ Name: glibc
|
|||||||
Summary: Standard Shared Libraries (from the GNU C Library)
|
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+
|
License: LGPL-2.1+ and SUSE-LGPL-2.1+-with-GCC-exception and GPL-2.0+
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
# END INCLUDE glibc$flavor.head.in
|
# END INCLUDE glibc$flavor.spec.in
|
||||||
|
|
||||||
%bcond_with all
|
%bcond_with all
|
||||||
%define build_main 1
|
%define build_main 1
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
for flavor in utils testsuite; do
|
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" \
|
-e "/^# INCLUDE /,/^# END INCLUDE /d" \
|
||||||
glibc.spec > glibc-$flavor.spec
|
glibc.spec > glibc-$flavor.spec
|
||||||
cp glibc.changes glibc-$flavor.changes
|
cp glibc.changes glibc-$flavor.changes
|
||||||
|
Loading…
Reference in New Issue
Block a user