--- rpms/smeserver-mailsorting/contribs7/smeserver-mailsorting.spec 2007/12/25 08:38:22 1.7 +++ rpms/smeserver-mailsorting/contribs7/smeserver-mailsorting.spec 2007/12/26 13:41:03 1.9 @@ -2,7 +2,7 @@ Summary: Lets users configure procmail o %define name smeserver-mailsorting Name: %{name} %define version 1.2 -%define release 10 +%define release 11 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -25,6 +25,9 @@ SME Server enhancement to enable procmai Optionally provides user panels where users can create mail rules for themselves %changelog +* Tue Dec 25 2007 Stephen Noble 1.2-11 +- french translation fix + * Tue Dec 25 2007 Stephen Noble 1.2-10 - add french translation, thanks Sylvain Gomez @@ -112,6 +115,13 @@ Optionally provides user panels where us %build perl createlinks +LEXICONS=$(find root/etc/e-smith/{locale/,web/functions/} -type f ) + +for lexicon in $LEXICONS +do + /sbin/e-smith/validate-lexicon $lexicon +done + %install rm -rf $RPM_BUILD_ROOT (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)