--- rpms/smeserver-vacation/contribs9/smeserver-vacation.spec 2015/01/08 08:47:33 1.6 +++ rpms/smeserver-vacation/contribs9/smeserver-vacation.spec 2016/07/15 18:22:13 1.22 @@ -1,10 +1,10 @@ -# $Id: smeserver-vacation.spec,v 1.5 2015/01/08 08:41:12 vip-ire Exp $ +# $Id: smeserver-vacation.spec,v 1.21 2016/07/15 17:29:26 stephdl Exp $ # Authority: dungog # Name: Stephen Noble %define name smeserver-vacation %define version 1.1 -%define release 6 +%define release 21 Summary: SME Server enhancement to enable vacation messages for users. Name: %{name} Version: %{version} @@ -18,9 +18,22 @@ Patch1: smeserver-vacation-1.1-multiline Patch2: smeserver-vacation-1.1-explain_better_virtual_sender_domain.patch Patch3: smeserver-vacation-1.1-do_not_localize_from_header.patch Patch4: smeserver-vacation-1.1-subject_match_case_insensitive.patch +Patch5: smeserver-vacation-1.1-auto_enable_disable_vacation.patch +Patch6: smeserver-vacation-1.1-locale-2015-09-12.patch +Patch7: smeserver-vacation-1.1-suppress_cron_mail.patch +Patch8: smeserver-vacation-1.1-locale-2015-09-29.patch +Patch9: smeserver-vacation-1.1-locale-2016-03-08.patch +Patch10: smeserver-vacation-1.1.auto_enable_disable_vacation_userpanel.patch +Patch11: smeserver-vacation-1.1-locale-2016-06-21.patch +Patch12: smeserver-vacation-1.1.delegate_vacation_message_by_groups.patch +Patch13: smeserver-vacation-1.1-locale-2016-07-06.patch +Patch14: smeserver-vacation-1.1-locale-2016-07-07.patch +Patch15: smeserver-vacation-1.1.bz9661.fix_auto_enable_disable_vacation.patch +Patch16: smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch +Patch17: smeserver-vacation-1.1-locale-2016-07-15.patch BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} -Requires: e-smith-release >= 7.0, +Requires: e-smith-release >= 9.0, Requires: e-smith-formmagick >= 1.4.0-12 BuildRequires: e-smith-devtools >= 1.13.1-03 AutoReqProv: no @@ -31,6 +44,48 @@ Optionally provides a user-manager panel enable vacation for themselves and to modify their own message %changelog +* Fri Jul 15 2016 stephane de Labrusse 1.1-21.sme +- Translation patch added +- Added smeserver-vacation-1.1-locale-2016-07-15.patch +- Added a signature in the email body +- modified smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch + +* Thu Jul 14 2016 stephane de Labrusse 1.1-19.sme +- corrected the object email issue [SME: 8772] +- modified smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch + +* Sun Jul 10 2016 stephane de Labrusse 1.1-17.sme +- Fixed the auto enabled and disable vacation message [SME: 9661] +- Added smeserver-vacation-1.1.bz9661.fix_auto_enable_disable_vacation.patch +- Fixed the translation of the vacation message [SME: 8772] +- Added smeserver-vacation-1.1.bz8772.fix.vacation.message.translation.patch + +* Wed Jul 06 2016 stephane de Labrusse 1.1-15.sme +- Add translation smeserver-vacation-1.1-locale-2016-07-07.patch +- Add translation smeserver-vacation-1.1-locale-2016-07-06.patch +- delegate the vacation messages by group permissions [SME: 9657] + +* Wed Jun 22 2016 stephane de Labrusse 1.1-13.sme +- Add the automated and disabling user vacations on given date in the user panel. +- Add translation smeserver-vacation-1.1-locale-2016-06-21.patch + +* Tue Mar 08 2016 JP Pialasse 1.1-12.sme +- Added smeserver-vacation-1.1-locale-2016-03-08.patch + +* Tue Sep 29 2015 mats schuh 1.1-11.sme +- Added smeserver-vacation-1.1-locale-2015-09-29.patch + +* Wed Sep 23 2015 mats schuh 1.1-10.sme +- suppress the mail output from the cron job [SME: 9065] + +* Sat Sep 12 2015 stephane de Labrusse 1.1-9.sme +- Added smeserver-vacation-1.1-locale-2015-09-12.patch + +* Fri Sep 4 2015 stephane de Labrusse 1.1-7.sme +- code done by Mats Schuh +- Allow automated enabling and disabling of user vacations on given dates [SME: 7555] +- Above functionality provided by additional db accounts entries and a cron script + * Thu Jan 8 2015 Daniel Berteaud 1.1-6.sme - Make the subject header match case insensitive (patch from Mats Schuh) [SME: 8777] @@ -247,6 +302,19 @@ enable vacation for themselves and to mo %patch2 -p1 %patch3 -p1 %patch4 -p1 +%patch5 -p1 +%patch6 -p1 +%patch7 -p1 +%patch8 -p1 +%patch9 -p1 +%patch10 -p1 +%patch11 -p1 +%patch12 -p1 +%patch13 -p1 +%patch14 -p1 +%patch15 -p1 +%patch16 -p1 +%patch17 -p1 %build perl createlinks @@ -269,6 +337,7 @@ rm -rf $RPM_BUILD_ROOT rm -f %{name}-%{version}-filelist /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ --file '/usr/local/bin/vacation' 'attr(0755,root,root)' \ + --file '/sbin/e-smith/vacation/check_vacation_dates.sh' 'attr(0755,root,root)' \ > %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist