automatic version update by autodist [release 2.22-1mamba;Mon Aug 17 2015]
This commit is contained in:
parent
ab9ba0c0f1
commit
770983851a
10
glibc.spec
10
glibc.spec
@ -107,8 +107,8 @@
|
||||
%endif
|
||||
|
||||
Name: glibc
|
||||
Version: 2.21
|
||||
Release: 3mamba
|
||||
Version: 2.22
|
||||
Release: 1mamba
|
||||
Summary: The GNU libc libraries
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
@ -579,7 +579,10 @@ _EOF
|
||||
%if "%{_target_platform}" == "%{_build}"
|
||||
make localedata/install-locales -C ../glibc-build install_root=%{buildroot}
|
||||
%else
|
||||
# WORKAROUND: worked up to 2.21
|
||||
mkdir -p %{buildroot}%{_prefix}/lib/locale
|
||||
make LOCALEDEF="I18NPATH=. LC_ALL=C localedef" localedata/install-locales -C ../glibc-build install_root=%{buildroot}
|
||||
mv %{buildroot}%{_prefix}/lib/locale/* %{buildroot}%{glibc_prefix}/lib/locale/
|
||||
%endif
|
||||
mv localedata/SUPPORTED localedata/SUPPORTED.openmamba
|
||||
mv localedata/SUPPORTED.orig localedata/SUPPORTED
|
||||
@ -920,6 +923,9 @@ exit 0
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Mon Aug 17 2015 Automatic Build System <autodist@mambasoft.it> 2.22-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Apr 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.21-3mamba
|
||||
- new cross target: arm-openmamba-linux-gnueabihf
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user