--- rpms/smeserver-vacation/contribs7/smeserver-vacation.spec 2008/03/08 02:58:07 1.2 +++ rpms/smeserver-vacation/contribs7/smeserver-vacation.spec 2008/09/28 02:29:39 1.20 @@ -1,6 +1,10 @@ +# $Id: smeserver-vacation.spec,v 1.19 2008/09/27 09:26:49 dungog Exp $ +# Authority: dungog +# Name: Stephen Noble + %define name smeserver-vacation %define version 1.0 -%define release 15 +%define release 29 Summary: SME Server enhancement to enable vacation messages for users. Name: %{name} Version: %{version} @@ -10,11 +14,22 @@ URL: http://www.dungog.net/sme Group: SMEserver/addon Source: %{name}-%{version}.tar.gz Patch0: smeserver-vacation-1.0-frMenuSplit.patch -Patch1: smeserver-vacation-1.0-esLocale2.patch -Patch2: smeserver-vacation-1.0-pootle.patch +Patch1: smeserver-vacation-1.0-pootle.patch +Patch2: smeserver-vacation-1.0-locale-2008-03-11.patch +Patch3: smeserver-vacation-1.0-locale-2008-03-14.patch +Patch4: smeserver-vacation-1.0-locale-2008-04-01.patch +Patch5: smeserver-vacation-1.0-locale-2008-04-22.patch +Patch6: smeserver-vacation-1.0-add2general.patch +Patch7: smeserver-vacation-1.0-dos2unix.patch +Patch8: smeserver-vacation-1.0-locale-2008-07-01.patch +Patch9: smeserver-vacation-1.0-Locale.patch +Patch10: smeserver-vacation-1.0-addPrecedenceList.patch +Patch11: smeserver-vacation-1.0-locale-2008-09-27.patch +Patch12: smeserver-vacation-1.0-74vacationMessage.patch BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} Requires: e-smith-release >= 7.0, +Requires: e-smith-formmagick >= 1.4.0-12 BuildRequires: e-smith-devtools >= 1.13.1-03 AutoReqProv: no @@ -24,6 +39,50 @@ Optionally provides a user-manager panel enable vacation for themselves and to modify their own message %changelog +* Sat Sep 27 2008 Stephen Noble - 1.0-29 +- move .qmail fragment after SME forwarding [SME: 4603] +- Apply 27 August 2008 locale patch + +* Sat Aug 13 2008 Jonathan Martens 1.0-28 +- Add precedence list to ignore functions to ignore, for instance, + mail from contribs.org mailinglists [SME: 4549] + +* Tue Aug 12 2008 Gavin Weight 1.0-27 +- Fix Locale to read vacation panel correctly. [SME: 4311] + +* Tue Jul 1 2008 Jonathan Martens 1.0-26 +- Apply 1 July 2008 locale patch + +* Mon May 5 2008 Jonathan Martens 1.0-25 +- Apply 5 May 2008 locale patch + +* Mon Apr 28 2008 Shad L. Lords 1.0-24 +- Convert dos line endings to unix + +* Sat Apr 26 2008 Jonathan Martens 1.0-23 +- Add common tags to e-smith-formmagick's general + +* Tue Apr 22 2008 Jonathan Martens 1.0-22 +- Apply 22 April 2008 locale patch + +* Tue Apr 1 2008 Shad L. Lords 1.0-21 +- Update to UTF-8 translations + +* Fri Mar 14 2008 Stephen Noble - 1.0-20 +- update locale 2008-03-14, removed -13 + +* Fri Mar 14 2008 Stephen Noble - 1.0-19 +- update locale 2008-03-13 + +* Wed Mar 12 2008 Shad L. Lords - 1.0-18 +- Add requires for e-smith-formmagick for UTF-8 support [SME: 3858] + +* Tue Mar 11 2008 Stephen Noble - 1.0-17 +- remove dud es patch + +* Tue Mar 11 2008 Stephen Noble - 1.0-16 +- update locale 2008-03-11 + * Sat Mar 07 2008 Stephen Noble - 1.0-15 - prepare en lexicons for pootle translations @@ -139,21 +198,30 @@ enable vacation for themselves and to mo %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 +%patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 %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 -#todo it sv -for LINK in en-us fr de es +LINKS=$(find root/etc/e-smith/locale/ -type d -maxdepth 1 | sed 's/root\/etc\/e-smith\/locale\///') +for link in $LINKS do - /bin/ln -s uservacations root/etc/e-smith/locale/$LINK/etc/e-smith/web/functions/userpanel-vacation + /bin/ln -s uservacations root/etc/e-smith/locale/$link/etc/e-smith/web/functions/userpanel-vacation done %install