/[smecontribs]/rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting.spec
ViewVC logotype

Diff of /rpms/smeserver-mailsorting/contribs8/smeserver-mailsorting.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by unnilennium, Sun Feb 3 04:25:07 2013 UTC Revision 1.5 by unnilennium, Fri Nov 29 21:35:17 2013 UTC
# Line 1  Line 1 
1  # $Id: smeserver-mailsorting.spec,v 1.44 2011/03/06 15:28:06 slords Exp $  # $Id: smeserver-mailsorting.spec,v 1.4 2013/11/28 05:42:37 unnilennium Exp $
2  # Authority: dungog  # Authority: dungog
3  # Name: Stephen Noble  # Name: Stephen Noble
4    
# Line 6  Summary: Lets users configure procmail o Line 6  Summary: Lets users configure procmail o
6  %define name smeserver-mailsorting  %define name smeserver-mailsorting
7  Name: %{name}  Name: %{name}
8  %define version 1.2  %define version 1.2
9  %define release 40  %define release 44
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
# Line 44  Patch27: smeserver-mailsorting-1.2-local Line 44  Patch27: smeserver-mailsorting-1.2-local
44  Patch28: smeserver-mailsorting-1.2-locale-2010-03-02.patch  Patch28: smeserver-mailsorting-1.2-locale-2010-03-02.patch
45  Patch29: smeserver-mailsorting-1.2-locale-2010-05-23.patch  Patch29: smeserver-mailsorting-1.2-locale-2010-05-23.patch
46  Patch30: smeserver-mailsorting-1.2-locale-2011-03-06.patch  Patch30: smeserver-mailsorting-1.2-locale-2011-03-06.patch
47    Patch31: smeserver-mailsorting-1.2-locale-2013-07-14.patch
48    Patch32: smeserver-mailsorting-forward.patch
49    Patch33: smeserver-mailsorting-1.2-RemoveTO_space.patch
50    Patch34: smeserver-mailsorting-1.2-admin-account.patch
51    Patch35: smeserver-mailsorting-1.2-geekmode2.patch
52  BuildArchitectures: noarch  BuildArchitectures: noarch
53  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
54  Requires:  e-smith-release >= 7.0,  Requires:  e-smith-release >= 7.0,
# Line 58  SME Server enhancement to enable procmai Line 63  SME Server enhancement to enable procmai
63  Optionally provides user panels where users can create mail rules for themselves  Optionally provides user panels where users can create mail rules for themselves
64    
65  %changelog  %changelog
66    * Fri Nov 29 2013 JP Pialasse <tests@pialasse.com> 1.2-44.sme
67    - fix admin patch
68    
69    * Wed Nov 28 2013 Steph DL <stephdl@de-labrusse.fr> 1.2-43.sme
70    - fix  [SME: 8023] [SME: 8024]
71    
72    * Thu Oct 09 2013 John Crisp <jcrisp@safeandsoundit.co.uk> 1.2-42.sme
73    - remove space from TO_ [SME: 6061] [SME: 2264]
74    
75    * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.2-41.sme
76    - apply locale 2013-07-14 patch
77    - documentation fix [SME: 7586]
78    - copy keeped even if forward [SME: 6847]
79    
80    
81  * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 1.2-40.sme  * Sun Mar 06 2011 SME Translation Server <translations@contribs.org> 1.2-40.sme
82  - apply locale 2011-03-06 patch  - apply locale 2011-03-06 patch
83    
# Line 260  Optionally provides user panels where us Line 280  Optionally provides user panels where us
280  %patch28 -p1  %patch28 -p1
281  %patch29 -p1  %patch29 -p1
282  %patch30 -p1  %patch30 -p1
283    %patch31 -p1
284    %patch32 -p1
285    %patch33 -p1
286    %patch34 -p1
287    %patch35 -p1
288    
289    
290  %build  %build
291  perl createlinks  perl createlinks
# Line 287  rm -rf %{name}-%{version} Line 313  rm -rf %{name}-%{version}
313  %post  %post
314  #new installs  #new installs
315  if [ $1 = 1 ] ; then  if [ $1 = 1 ] ; then
316   echo ' '   echo ''
317   echo 'http://www.dungog.net/wiki/Smeserver-mailsorting#Configuration'   echo '#############################################################'
318     echo '  Please visit the url below to apprehend all the db commands'
319     echo '  http://wiki.contribs.org/Mailsorting#Configuration         '
320     echo '#############################################################'
321     echo ''
322  fi  fi
323    
324  #upgrades (and new installs)  #upgrades (and new installs)
# Line 303  fi Line 333  fi
333  if [ $1 = 0 ] ; then  if [ $1 = 0 ] ; then
334    
335  echo ''  echo ''
336    echo '##################################'
337  echo 'to disable procmail or maildrop'  echo 'to disable procmail or maildrop'
338  echo 'config delprop qmail FilterType'  echo 'config delprop qmail FilterType'
339  echo 'signal-event email-update'  echo 'signal-event email-update'
340    echo '##################################'
341  echo ''  echo ''
342    
343   DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"`   DBS=`find /home/e-smith/db/navigation -type f -name "navigation.*"`


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed