#
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
Release: 1
%if %build_l10n
%if %build_l10n
#owner:gman date:2005-02-03 type:branding
#owner:gman date:2005-02-03 type:branding
#owner:mattman date:2007-08-24 type:bug bugster:6577129 bugzilla:469864
#owner:padraig date:2011-05-12 type:branding bugster:7042570,6961209
%prep
%setup -q
%if %build_l10n
cd icons
cd ..
#FIXME: see below
fi
%else
CPUS=1
fi
intltoolize -f -c --automake
%if %build_l10n
automake -a -c -f
#FIXME: "ne" po file seems broken, disabling for now
LINGUAS="ar az bg bn bs ca cs cy da de el en_CA en_GB es et eu fa fi fr ga gl gu hi hr hu id it ja ko lt mn ms nb nl nn no pa pl pt pt_BR ro ru rw sk sq
sr sr@Latn sv ta th tr vi uk wa xh zh_CN zh_TW"
export LINGUAS
CFLAGS="$RPM_OPT_FLAGS" \
./configure \
--libexecdir=%{_libexecdir} \
--sysconfdir=%{_sysconfdir} \
%post
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
done
%{_libexecdir}/*
RFE#6740396.
- Fix #6577129 : Default to working interface.
Bugzilla 375932.
- Patch #03 to fix build on solaris.