--- rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting.spec 2013/02/03 04:25:07 1.1 +++ rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting.spec 2013/07/14 23:14:28 1.2 @@ -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.1 2013/02/03 04:25:07 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 41 Version: %{version} Release: %{release}%{?dist} License: GPL @@ -44,6 +44,8 @@ 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 BuildArchitectures: noarch BuildRoot: /var/tmp/%{name}-%{version} Requires: e-smith-release >= 7.0, @@ -58,6 +60,12 @@ SME Server enhancement to enable procmai Optionally provides user panels where users can create mail rules for themselves %changelog +* 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 +268,8 @@ Optionally provides user panels where us %patch28 -p1 %patch29 -p1 %patch30 -p1 +%patch31 -p1 +%patch32 -p1 %build perl createlinks @@ -287,8 +297,12 @@ 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) @@ -303,9 +317,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.*"`