/[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.3 - (show annotations) (download)
Wed Nov 18 16:11:30 2020 UTC (3 years, 6 months ago) by jcrisp
Branch: MAIN
CVS Tags: smeserver-unjunkmgr-3_0-1_el7_sme
Changes since 1.2: +12 -12 lines
Initial import

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

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