/[smecontribs]/rpms/smeserver-learn/contribs9/smeserver-learn.spec
ViewVC logotype

Annotation of /rpms/smeserver-learn/contribs9/smeserver-learn.spec

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


Revision 1.2 - (hide annotations) (download)
Tue Mar 29 08:44:34 2016 UTC (8 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-learn-1_0-11_el6_sme
Changes since 1.1: +5 -2 lines
* Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-11.sme
- first import in SME9  [SME: 9414]

1 unnilennium 1.2 # $Id: smeserver-learn.spec,v 1.1 2016/03/29 08:04:39 unnilennium Exp $
2 unnilennium 1.1 # Authority: unnilennium
3     # Name: Jean-Philippe Pialasse.
4     %define name smeserver-learn
5     %define version 1.0
6 unnilennium 1.2 %define release 11
7 unnilennium 1.1
8     Summary: SME Server Mails Learning script
9     Name: %{name}
10     Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Daemons
14     Source: %{name}-%{version}.tar.gz
15     Patch0: smeserver-learn-1.0-event.patch
16     Patch1: smeserver-learn-1.0-SME9283.patch
17     Patch2: smeserver-learn-1.0-SME9284.patch
18     Patch3: smeserver-learn-1.0-SME6862.patch
19     Patch4: smeserver-learn-1.0-admin.patch
20     Patch5: smeserver-learn-1.0-SME9282.patch
21     Patch6: smeserver-learn-1.0-MOVE.patch
22     Patch7: smeserver-learn-1.0-VERBOSE.patch
23     Packager: JP Pialasse <tests@pialasse.com>
24     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25     BuildArchitectures: noarch
26     Requires: perl-Email-Simple
27     BuildRequires: e-smith-devtools >= 1.13.1-03
28    
29     %description
30     Scripts which allows users to interact with spamassassin rules simply
31     by droping mail in special folders of their mailbox (working only with imap)
32     - Learn mail as spam
33     - Learn mail as ham
34     - Whitelist the sender so his mails won't be taged as spam again
35    
36     %changelog
37 unnilennium 1.2 * Tue Mar 29 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-11.sme
38     - first import in SME9 [SME: 9414]
39    
40 unnilennium 1.1 * Wed Mar 16 2016 JP Pialasse <tests@pialasse.com> 1.0-10.sme
41     - fix encoding problem when removing or adding tags [SME: 9282]
42     - fix moving file not working MOVE patch [SME: 9314]
43     - NFR: setting for verbose (enabled,disabled, active) VERBOSE patch [SME: 9313]
44    
45     * Tue Mar 15 2016 JP Pialasse <tests@pialasse.com> 1.0-8.sme
46     - NFR: check admin Maildir [SME: 9279]
47     - NFR: restrict utilization to some users [SME: 9280]
48    
49     * Wed Mar 09 2016 JP Pialasse <tests@pialasse.com> 1.0-7.sme
50     - fix find not restrictive enough when learning also new [SME: 6862]
51    
52     * Tue Mar 08 2016 JP Pialasse <tests@pialasse.com> 1.0-6.sme
53     - new version SME8 and SME9
54     - fix wrong default db key DeleteAfterLearn [SME: 7083]
55     - added inspection of temp and new subdir [SME: 6862]
56     - moved default db keys as file outside of spec
57     - new db properties: (LearnAsHam,LearnInWL)RemoveSPAMTag, (*)LeanNew,(*)Uniq,(LearnAsSpam)SpamLinks
58     - new account db property for user: SpamLinks
59     - import to buildsys [SME: 4423]
60     - use sa-learn per dir and not per message [SME: 1701]
61     - merge enhancements [SME: 4423] [SME: 1701]
62     - NFR: create links
63     - NFR: filter out SPAM tag from HAM and InWL mails
64     - NFR: added auto create folders if multiple folder disabled
65     - NFR: create db key for multiple folder to inspect
66     - enhanced move to junkmail or inbox
67     - moving job from crontab to /etc/cron.d/Learn
68     - fixed typo in event email-update (r3)
69     - fixed wrong file permission on /etc/cron.d/Lean [SME: 9283] (r4)
70     - fixed messy output [SME: 9284] (r5)
71     - fixed replaced cron file on update [SME: 9286](r6)
72    
73     * Wed Jun 25 2008 Emmmanuel JOORIS <joorise@dot-world.net> 0.0.1-3
74     - add dependencies to spec file
75    
76     * Mon Jun 23 2008 Daniel B. <daniel@firewall-services.com> 0.0.1-2
77     - add spaces after the tags
78    
79     * Wed Jun 18 2008 Daniel B. <daniel@firewall-services.com> 0.0.1-1
80     - full path for Learn script in crontab templates
81     - rename to smeserver-learn
82     - Fix default tag for Ham mail to [HAM]
83     - Lean.pl will be executed daily by default
84    
85     * Wed Jun 11 2008 Emmanuel JOORIS <joorise@dot-world.net>
86     - 0.0.1-0
87     - Original version
88    
89     %prep
90     %setup
91     %patch0 -p1
92     %patch1 -p1
93     %patch2 -p1
94     %patch3 -p1
95     %patch4 -p1
96     %patch5 -p1
97     %patch6 -p1
98     %patch7 -p1
99    
100     %build
101     perl createlinks
102    
103     %install
104     rm -rf $RPM_BUILD_ROOT
105     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
106     rm -f %{name}-%{version}-filelist
107     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT |\
108     sed -e "s@^$RPM_BUILD_ROOT@@g" \
109     -e "s@^%attr(0644,root,root) /etc/cron.d/Learn@%attr(0644,root,root)%config(noreplace) /etc/cron.d/Learn@"\
110     > %{name}-%{version}-filelist
111    
112     %clean
113     #rm -rf $RPM_BUILD_ROOT
114    
115     %post
116    
117     %postun
118    
119     %files -f %{name}-%{version}-filelist
120     %defattr(-,root,root)
121    

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