--- rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting.spec 2013/02/03 04:25:07 1.1 +++ rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting.spec 2013/12/11 21:01:28 1.7 @@ -1,4 +1,4 @@ -# $Id: smeserver-mailsorting.spec,v 1.44 2011/03/06 15:28:06 slords Exp $ +# $Id: smeserver-mailsorting.spec,v 1.6 2013/12/11 20:49:30 unnilennium Exp $ # Authority: dungog # Name: Stephen Noble @@ -6,7 +6,7 @@ Summary: Lets users configure procmail o %define name smeserver-mailsorting Name: %{name} %define version 1.2 -%define release 40 +%define release 45 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -44,6 +44,12 @@ Patch27: smeserver-mailsorting-1.2-local Patch28: smeserver-mailsorting-1.2-locale-2010-03-02.patch Patch29: smeserver-mailsorting-1.2-locale-2010-05-23.patch Patch30: smeserver-mailsorting-1.2-locale-2011-03-06.patch +Patch31: smeserver-mailsorting-1.2-locale-2013-07-14.patch +Patch32: smeserver-mailsorting-forward.patch +Patch33: smeserver-mailsorting-1.2-RemoveTO_space.patch +Patch34: smeserver-mailsorting-1.2-admin-account.patch +Patch35: smeserver-mailsorting-1.2-geekmode2.patch +Patch36: smeserver-mailsorting-1.2-admin-account2.patch BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} Requires: e-smith-release >= 7.0, @@ -58,6 +64,24 @@ SME Server enhancement to enable procmai Optionally provides user panels where users can create mail rules for themselves %changelog +* Wed Dec 11 2013 JP Pialasse 1.2-45.sme +- fix bug as admin .procmail was not created [SME: 8023] + +* Fri Nov 29 2013 JP Pialasse 1.2-44.sme +- fix admin patch + +* Wed Nov 28 2013 Steph DL 1.2-43.sme +- fix [SME: 8023] [SME: 8024] + +* Thu Oct 09 2013 John Crisp 1.2-42.sme +- remove space from TO_ [SME: 6061] [SME: 2264] + +* Sun Jul 14 2013 JP Pialasse 1.2-41.sme +- apply locale 2013-07-14 patch +- documentation fix [SME: 7586] +- copy keeped even if forward [SME: 6847] + + * Sun Mar 06 2011 SME Translation Server 1.2-40.sme - apply locale 2011-03-06 patch @@ -260,6 +284,12 @@ Optionally provides user panels where us %patch28 -p1 %patch29 -p1 %patch30 -p1 +%patch31 -p1 +%patch32 -p1 +%patch33 -p1 +%patch34 -p1 +%patch35 -p1 +%patch36 -p1 %build perl createlinks @@ -278,8 +308,6 @@ rm -f %{name}-%{version}-filelist echo "%doc COPYING" >> %{name}-%{version}-filelist %clean -cd .. -rm -rf %{name}-%{version} %pre %preun @@ -287,12 +315,17 @@ rm -rf %{name}-%{version} %post #new installs if [ $1 = 1 ] ; then - echo ' ' - echo 'http://www.dungog.net/wiki/Smeserver-mailsorting#Configuration' + echo '' + echo '#############################################################' + echo ' Please visit the url below to apprehend all the db commands' + echo ' http://wiki.contribs.org/Mailsorting#Configuration ' + echo '#############################################################' + echo '' fi #upgrades (and new installs) /bin/touch /home/e-smith/db/processmail +# this one is essential to avoid to lose mails !!!! /sbin/e-smith/signal-event mailsorting-conf if [ -d /etc/e-smith/events/conf-userpanel ] ; then /sbin/e-smith/signal-event conf-userpanel @@ -303,9 +336,11 @@ fi if [ $1 = 0 ] ; then echo '' +echo '##################################' echo 'to disable procmail or maildrop' echo 'config delprop qmail FilterType' echo 'signal-event email-update' +echo '##################################' echo '' DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"`