SHA256
1
0
forked from pool/glibc

Accepting request 145517 from home:a_jaeger:my-factory-packages

Build locale/profile for i686.

OBS-URL: https://build.opensuse.org/request/show/145517
OBS-URL: https://build.opensuse.org/package/show/Base:System/glibc?expand=0&rev=251
This commit is contained in:
Andreas Jaeger 2012-12-14 19:35:52 +00:00 committed by Git OBS Bridge
parent 640ba0ecad
commit 0c9b4ba47a
2 changed files with 9 additions and 3 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Dec 14 19:31:45 UTC 2012 - aj@suse.de
- Build profile and locale packages for i686 as well.
-------------------------------------------------------------------
Wed Dec 12 08:32:53 UTC 2012 - aj@suse.de

View File

@ -41,10 +41,11 @@ BuildRequires: libstdc++-devel
%define _filter_GLIBC_PRIVATE 1
%if %_target_cpu == "i686"
# For i686 we ship only glibc and glibc-devel, so
# For i686 let's only build what's different from i586, so
# no need to build documentation
# let's not build everything
%define build_profile 0
%define build_locales 0
%define build_profile 1
%define build_locales 1
%define build_html 0
%else
%if %{with fast_build}