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
|
%endif
|
||||||
|
|
||||||
Name: glibc
|
Name: glibc
|
||||||
Version: 2.21
|
Version: 2.22
|
||||||
Release: 3mamba
|
Release: 1mamba
|
||||||
Summary: The GNU libc libraries
|
Summary: The GNU libc libraries
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
@ -579,7 +579,10 @@ _EOF
|
|||||||
%if "%{_target_platform}" == "%{_build}"
|
%if "%{_target_platform}" == "%{_build}"
|
||||||
make localedata/install-locales -C ../glibc-build install_root=%{buildroot}
|
make localedata/install-locales -C ../glibc-build install_root=%{buildroot}
|
||||||
%else
|
%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}
|
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
|
%endif
|
||||||
mv localedata/SUPPORTED localedata/SUPPORTED.openmamba
|
mv localedata/SUPPORTED localedata/SUPPORTED.openmamba
|
||||||
mv localedata/SUPPORTED.orig localedata/SUPPORTED
|
mv localedata/SUPPORTED.orig localedata/SUPPORTED
|
||||||
@ -920,6 +923,9 @@ exit 0
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Apr 12 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 2.21-3mamba
|
||||||
- new cross target: arm-openmamba-linux-gnueabihf
|
- new cross target: arm-openmamba-linux-gnueabihf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user