diff --git a/glibc.spec b/glibc.spec index 95e1951..faed01f 100644 --- a/glibc.spec +++ b/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 2.22-1mamba +- automatic version update by autodist + * Sun Apr 12 2015 Silvan Calarco 2.21-3mamba - new cross target: arm-openmamba-linux-gnueabihf