Package i586-glibc-locales: Specfile

Name: i586-glibc-locales
ExclusiveArch: x86_64
Version: 2.11.1
Release: alt5
License: GPL
Epoch: 6
Group: System/Internationalization
Summary: The GNU libc locales

AutoReq: no

%description
%summary

%install
mkdir -p %buildroot/usr/lib
cd %buildroot/usr/lib
ln -s ../share/locale locale

%files
%ghost /usr/lib/locale

%pre
if [ -d /usr/lib/locale ]; then
	mv /usr/lib/locale /usr/lib/locale.old
fi

%post
if [ -L /usr/lib/locale ]; then
	rm -f /usr/lib/locale
fi

if [ ! -e /usr/lib/locale ]; then
	ln -s ../share/locale /usr/lib/locale
fi

%changelog
* Sun Jun 20 2010 Denis Smirnov <mithraen@altlinux.ru> 6:2.11.1-alt5
- initial build for ALT Linux Sisyphus