--- rpms/smeserver-vacation/contribs9/smeserver-vacation.spec 2015/01/05 23:33:15 1.4 +++ rpms/smeserver-vacation/contribs9/smeserver-vacation.spec 2016/03/08 08:31:02 1.13 @@ -1,10 +1,10 @@ -# $Id: smeserver-vacation.spec,v 1.3 2014/12/24 09:08:46 vip-ire Exp $ +# $Id: smeserver-vacation.spec,v 1.12 2015/09/29 13:29:11 mats-ng Exp $ # Authority: dungog # Name: Stephen Noble %define name smeserver-vacation %define version 1.1 -%define release 4 +%define release 12 Summary: SME Server enhancement to enable vacation messages for users. Name: %{name} Version: %{version} @@ -16,9 +16,16 @@ Source: %{name}-%{version}.tar.xz Patch0: smeserver-vacation-1.1-fix_dbmopen.patch Patch1: smeserver-vacation-1.1-multiline_matching.patch 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 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 @@ -29,11 +36,34 @@ Optionally provides a user-manager panel enable vacation for themselves and to modify their own message %changelog +* 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] + +* Thu Jan 8 2015 Daniel Berteaud 1.1-5.sme +- Do not localize From header (patch from Mats Schuh) [SME: 8776] + * Tue Jan 6 2015 stephane de Labrusse 1.1-4.sme - Updated instructions to use virtual sender domain for vacation message - Created by Mats Schuh m.schuh@neckargeo.net -* Wed Dec 24 2014 Daniel Berteaud 1.1-3.sme +* Wed Dec 24 2014 Daniel Berteaud 1.1-3.sme - Fix multiline matching [SME: 8741] * Wed Dec 24 2014 Daniel Berteaud 1.1-2.sme @@ -237,6 +267,13 @@ 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 %build perl createlinks @@ -259,6 +296,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