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

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

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


Revision 1.12 - (hide annotations) (download)
Sat May 14 15:04:02 2016 UTC (8 years ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-learn-1_0-11_el5_sme
Changes since 1.11: +6 -1 lines
* Sat May 14 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-11.sme
- fix verbose disabled unlink /dev/null [SME: 9512]

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

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