Author: glen Date: Mon Dec 8 00:53:00 2008 GMT Module: SPECS Tag: DEVEL ---- Log message: - l10n/et = ethiopia not Estonian, so disable lang tagging; rel 3
---- Files affected: SPECS: kde4-kdebase-runtime.spec (1.53.2.32 -> 1.53.2.33) ---- Diffs: ================================================================ Index: SPECS/kde4-kdebase-runtime.spec diff -u SPECS/kde4-kdebase-runtime.spec:1.53.2.32 SPECS/kde4-kdebase-runtime.spec:1.53.2.33 --- SPECS/kde4-kdebase-runtime.spec:1.53.2.32 Sun Dec 7 14:06:36 2008 +++ SPECS/kde4-kdebase-runtime.spec Mon Dec 8 01:52:55 2008 @@ -1,4 +1,6 @@ # $Revision$, $Date$ +# TODO +# - l10n != %lang glibc locales (et = etiopia not estonia!) # # Conditional build: %bcond_without apidocs # do not prepare API documentation @@ -11,7 +13,7 @@ Summary(pl.UTF-8): Komponenty uruchomieniowe podstawowej części KDE 4 Name: kde4-kdebase-runtime Version: 4.1.81 -Release: 2 +Release: 3 License: GPL Group: X11/Applications Source0: ftp://ftp.kde.org/pub/kde/%{_state}/%{version}/src/%{orgname}-%{version}.tar.bz2 @@ -120,10 +122,12 @@ rm -f %{name}-files WORKDIR=`pwd` cd $RPM_BUILD_ROOT%{_datadir}/locale/l10n -for DIR in * -do +# ARGH, l10n != %lang glibc locales (et = etiopia not estonia!) +for DIR in *; do if [ -d $DIR ] ; then - echo "%lang($DIR) %{_datadir}/locale/l10n/$DIR" >> $WORKDIR/%{name}-files + # ARGH, these l10n != %lang glibc locales (et = Etiopia not Estonia!) +# echo "%lang($DIR) " + echo "%{_datadir}/locale/l10n/$DIR" >> $WORKDIR/%{name}-files fi done cd - @@ -505,6 +509,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.53.2.33 2008/12/08 00:52:55 glen +- l10n/et = ethiopia not Estonian, so disable lang tagging; rel 3 + Revision 1.53.2.32 2008/12/07 13:06:36 glen - add searchproviders from our kde3 pacckage; rel 2 ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/kde4-kdebase-runtime.spec?r1=1.53.2.32&r2=1.53.2.33&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
