automatic version update by autodist [release 2.22-1mamba;Mon Aug 17 2015]

This commit is contained in:
Automatic Build System 2024-01-05 23:07:55 +01:00
parent ab9ba0c0f1
commit 770983851a

View File

@ -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