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

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

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


Revision 1.5 - (hide annotations) (download)
Sun Jun 14 20:57:36 2015 UTC (8 years, 11 months ago) by stephdl
Branch: MAIN
Changes since 1.4: +6 -1 lines
* Sun Jun 14 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.0-5
- added a random cron job

1 stephdl 1.5 # $Id: smeserver-mailstats.spec,v 1.4 2013/09/26 17:41:31 unnilennium Exp $
2 slords 1.1 # Authority: brianread
3     # Name: Brian Read
4    
5     Summary: Daily mail statistics for SME Server
6     %define name smeserver-mailstats
7     Name: %{name}
8     %define version 1.0
9 unnilennium 1.4 %define release 4
10 slords 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: SME/addon
14     Source: %{name}-%{version}.tgz
15 unnilennium 1.3 Patch0: smeserver-mailstats-1.0-auth_cvm_unix_local.patch
16 unnilennium 1.4 Patch1: smeserver-mailstats-1.0-spamfilter.patch
17 stephdl 1.5 Patch2: smeserver-mailstats-1.0-random-cron.patch
18 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
19     BuildArchitectures: noarch
20     Requires: smeserver-release => 8.0
21     BuildRequires: e-smith-devtools >= 1.13.1-03
22    
23     %description
24     A script that via cron.d e-mails mail statistics to admin on a daily basis.
25     See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
26    
27     %changelog
28 stephdl 1.5 * Sun Jun 14 2015 stephane de labrusse <stephdl@de-labrusse.fr> 1.0-5
29     - added a random cron job
30    
31 unnilennium 1.4 * Mon Sep 23 2013 JP Pialasse <tests@pialasse.com> 1.1-4.sme
32     - uninitialized value in sprintf [SME: 4747]
33     - patch smeserver-mailstats-1.0-spamfilter.patch
34    
35 unnilennium 1.3 * Sun Sep 09 2012 JP Pialasse <tests@pialasse.com> 1.1-2.sme
36     - fix Unexpected failure string in log file: auth::auth_cvm_unix_local see [SME 7089]
37    
38 slords 1.2 * Sat May 26 2012 Brian J read <brianr@bjsystems.co.uk> 1.0-1.sme
39 slords 1.1 - Initial version
40    
41     %prep
42     %setup
43 unnilennium 1.3 %patch0 -p1
44 unnilennium 1.4 %patch1 -p1
45 stephdl 1.5 %patch2 -p1
46 slords 1.1
47     %build
48     perl createlinks
49    
50     %install
51     /bin/rm -rf $RPM_BUILD_ROOT
52     (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
53     /bin/rm -f %{name}-%{version}-filelist
54     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
55    
56     %clean
57     /bin/rm -rf $RPM_BUILD_ROOT
58    
59     %files -f %{name}-%{version}-filelist
60     %defattr(-,root,root)

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