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

Diff of /rpms/smeserver-mailstats/contribs7/smeserver-mailstats.spec

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

Revision 1.2 by slords, Fri Feb 15 18:37:15 2008 UTC Revision 1.25 by snetram, Mon Jan 11 18:21:58 2010 UTC
# Line 1  Line 1 
1    # $Id: smeserver-mailstats.spec,v 1.24 2010/01/11 18:20:48 snetram Exp $
2    # Authority: brianread
3    # Name: Brian Read
4    
5  Summary: Daily mail statistics for SME Server  Summary: Daily mail statistics for SME Server
6  %define name smeserver-mailstats  %define name smeserver-mailstats
7  Name: %{name}  Name: %{name}
8  %define version 0.0.3  %define version 0.0.3
9  %define release 1  %define release 14
10  Version: %{version}  Version: %{version}
11  Release: %{release}%{?dist}  Release: %{release}%{?dist}
12  License: GPL  License: GPL
13  Group: SME/addon  Group: SME/addon
14  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
15    Patch1: smeserver-mailstats-0.0.3-bjrupdate01.patch
16    Patch2: smeserver-mailstats-0.0.3-bjrupdate02.patch
17    Patch3: smeserver-mailstats-0.0.3-bjrupdate03.patch
18    Patch4: smeserver-mailstats-0.0.3-bjrupdate04.patch
19    Patch5: smeserver-mailstats-0.0.3-reworkDateManip.patch
20    Patch6: smeserver-mailstats-0.0.3-removeChangelogFromScript.patch
21    Patch7: smeserver-mailstats-0.0.3-implementDBCreation.patch
22    Patch8: smeserver-mailstats-0.0.3-removeMySQLInstructions.patch
23    Patch9: smeserver-mailstats-0.0.3-addCreatelinks.patch
24    Patch10: smeserver-mailstats-0.0.3-addRunOrderSequence.patch
25    Patch11: smeserver-mailstats-0.0.3-fix-tls-stats.patch
26  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
27  BuildArchitectures: noarch  BuildArchitectures: noarch
28  Requires: smeserver-release => 7.0  Requires: smeserver-release => 7.0
# Line 18  A script that via cron.d e-mails mail st Line 33  A script that via cron.d e-mails mail st
33  See http://www.contribs.org/bugzilla/show_bug.cgi?id=819  See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
34    
35  %changelog  %changelog
36    * Mon Jan 11 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-14
37    - Fix stats when mails are received using TLS in reporting timeframe [SME: 5585]
38    
39    * Mon Oct 13 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-13
40    - Add sequence number to init script to have the database creation
41      script execute as well [SME: 4275]
42    
43    * Sun Oct 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-12
44    - Fix patches to apply cleanly [SME: 3631]
45    - Execute the database creation script as well [SME: 4275]
46    
47    * Sat Oct  4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-11
48    - Implement MySQL database creation [SME: 4275]
49    - Remove changelog from spamfilter-stats script
50    
51    * Fri Oct  3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-10
52    - Remove debug commands introduced in [SME: 3631]
53    - Fixed version number in previous changelog entry
54    
55    * Fri Oct  3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-9
56    - Remove use of Date::Manip from spamfilter-stats-7.pl [SME: 3631]
57    
58    * Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-8
59    - Another version number update (strugglinjg with CVS here)
60    
61    * Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-7
62    - Update version number
63    
64    * Sun Apr 27 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-6
65    - Fix up to enable disable SAreport and others [SME:3734]
66    
67    * Fri Apr 11 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-5
68    - Fix up Db entries when none at all.[SME:4188]
69    
70    * Thu Apr 3 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-4
71    - Take out extra lines in mailstats.cron and remove restart crond from
72      post actions in spec file, on Shad's advice.
73    
74    * Tue Apr 1 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-3
75    - Add in restart of crond so that script in cron.d is noticed
76    
77    * Tue Mar 25 2008 Brian J read <brianr@bjsystems.co.uk> 0.0.3-2
78    - New version incorporating Charlie's changes and latest changes from bjr [SME:3956]
79    
80  * Fri Feb 15 2008 Shad L. Lords <slords@mail.com> 0.0.3-1  * Fri Feb 15 2008 Shad L. Lords <slords@mail.com> 0.0.3-1
81  - Roll new version in prep for building on new buildsys  - Roll new version in prep for building on new buildsys
82    
# Line 64  See http://www.contribs.org/bugzilla/sho Line 123  See http://www.contribs.org/bugzilla/sho
123  %prep  %prep
124    
125  %setup  %setup
126    %patch1 -p1
127    %patch2 -p1
128    %patch3 -p1
129    %patch4 -p1
130    %patch5 -p1
131    %patch6 -p1
132    %patch7 -p1
133    %patch8 -p1
134    %patch9 -p1
135    %patch10 -p1
136    %patch11 -p1
137    
138  %build  %build
139    perl createlinks
140    
141  %install  %install
142  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
# Line 78  See http://www.contribs.org/bugzilla/sho Line 149  See http://www.contribs.org/bugzilla/sho
149    
150  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
151  %defattr(-,root,root)  %defattr(-,root,root)
   


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

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