/[smecontribs]/rpms/smeserver-unjunkmgr/contribs10/smeserver-unjunkmgr.spec
ViewVC logotype

Contents of /rpms/smeserver-unjunkmgr/contribs10/smeserver-unjunkmgr.spec

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


Revision 1.5 - (show annotations) (download)
Tue Nov 24 14:32:30 2020 UTC (3 years, 6 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-unjunkmgr-3_1-1_el7_sme
Changes since 1.4: +12 -7 lines
Initial import

1 # $Id: smeserver-unjunkmgr.spec,v 1.4 2020/11/18 18:43:36 brianr Exp $
2 # Authority: jesperknudsen
3 # Name: Jesper Knudsen
4
5 Summary: SME Server UnJunk Manager
6 %define name smeserver-unjunkmgr
7 %define version 3.1
8 %define release 1
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: SME Server/addon
14 Source: %{name}-%{version}.tgz
15 #Patch0: smeserver-unjunkmgr-bzxxxxx-patch.patch
16
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildArch: noarch
19 BuildRequires: e-smith-devtools
20 Requires: smeserver-release >= 10.0
21 Requires: perl-MIME-Lite => 3
22 Requires: perl-DateManip => 5.40
23 Requires: mrtg
24 Requires: perl-Email-Date-Format
25 Requires: jpgraph
26 Obsoletes: sme-unjunkmgr
27
28 %changelog
29 * Tue Nov 24 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.1-1.sme
30 - Remove jpgraph to its own rpm
31 - cleanup of various files
32 - remove references to old SME versions
33
34 * Wed Nov 18 2020 Brian Read <brianr@bjsystems.co.uk> 3.0-2.sme
35 - Fix SME Version check in perl stats prgram [SME: 11178]
36
37 * Wed Nov 18 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 3.0-1.sme
38 - Completely update jpgraph to 4.3.4
39 - clean up various files and incorporate patches [SME: 11178]
40
41 * Tue Nov 17 2020 Brian Read <brianr@bjsystems.co.uk> 2.1-5.sme
42 - Update jpgraph and fix php references in httpd.conf [SME: 11178]
43
44 * Mon Nov 16 2020 Brian Read <brianr@bjsystems.co.uk> 2.1-4.sme
45 - Initial import to SME10 tree [SME: 11178]
46
47 * Fri Apr 4 2014 stephane de Labrusse <stephdl@de-labrusse.fr> 2.1-3.sme
48 - added a unjunkmgr menu entry in the server-manager [sme : 8307]
49
50 * Thu Jun 27 2013 JP Pialasse <tests@pialasse.com> 2.1-2.sme
51 - fix some php deprecated and PHP warning
52 - patch1
53
54 * Wed Jun 26 2013 JP Pialasse <tests@pialasse.com> 2.1-1.sme
55 - update JpGraph to fix deprecated messages
56 - added perl-Email-Date-Format requirement for sme8 as per wiki
57 - patch ttfpatch
58
59 * Tue Jun 25 2013 JP Pialasse <tests@pialasse.com> 2.0-4.sme
60 - fix db default [SME: 7701]
61 - patch0
62 - added createlink in spec file
63
64 * Wed Jun 02 2010 Shad L. Lords <slords@mail.com> 2.0-1.sme
65 - Clean up spec for importing into CVS
66
67 * Thu Jun 4 2009 Jesper Knudsen <jesper@swerts-knudsen.dk> 1.1.3-1
68 - Added top spammed email stats in GUI and updated CSS to show nicely in IE
69 - Fixed problem using unjunkhost confg parameter
70
71 * Fri Apr 3 2009 Jesper Knudsen <jesper@swerts-knudsen.dk> 1.1.0-2
72 - Fixed error in spamreminder.pl line 112
73
74 * Thu Apr 2 2009 Jesper Knudsen <jesper@swerts-knudsen.dk> 1.1.0-1
75 - Updated to submit statistics more randomly over the hour to avoid congestion on central
76 - Add pie charts on stats
77 - Add more configuration options
78
79 * Thu Aug 28 2008 Jesper Knudsen <jesper@swerts-knudsen.dk> 1.0.1-1
80 - Updated spamreminder.pl to allow non-exisitng Subject fields
81 - Made dependency of MRTG for RPM
82 - Make sure to cleanup during un-install
83
84 * Fri Aug 22 2008 Jesper Knudsen <jesper@swerts-knudsen.dk> 1.0.0-1
85 - First release
86
87 %description
88 SME Server UnJunk Manager which scan the individual users junkmail folders and
89 sends out a weekly summary where they can unjunk the emails
90
91 %prep
92 %setup
93 #%patch0 -p1
94 #%patch1 -p1
95
96 %build
97 perl createlinks
98
99 %install
100 rm -rf $RPM_BUILD_ROOT
101 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
102 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
103 echo "%doc " >> %{name}-%{version}-filelist
104
105 %clean
106 rm -rf $RPM_BUILD_ROOT
107
108 %files -f %{name}-%{version}-filelist
109 %defattr(-,root,root)

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