/[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.19 by snetram, Mon Oct 13 20:28:25 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-mailstats.spec,v 1.18 2008/10/11 23:36:51 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 12
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  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
25  BuildArchitectures: noarch  BuildArchitectures: noarch
26  Requires: smeserver-release => 7.0  Requires: smeserver-release => 7.0
# Line 18  A script that via cron.d e-mails mail st Line 31  A script that via cron.d e-mails mail st
31  See http://www.contribs.org/bugzilla/show_bug.cgi?id=819  See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
32    
33  %changelog  %changelog
34    * Sun Oct 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-12
35    - Fix patches to apply cleanly [SME: 3631]
36    - Execute the database creation script as well [SME: 4275]
37    - TODO: Add createlinks script to source
38    
39    * Sat Oct  4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-11
40    - Implement MySQL database creation [SME: 4275]
41    - Remove changelog from spamfilter-stats script
42    
43    * Fri Oct  3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-10
44    - Remove debug commands introduced in [SME: 3631]
45    - Fixed version number in previous changelog entry
46    
47    * Fri Oct  3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-9
48    - Remove use of Date::Manip from spamfilter-stats-7.pl [SME: 3631]
49    
50    * Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-8
51    - Another version number update (strugglinjg with CVS here)
52    
53    * Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-7
54    - Update version number
55    
56    * Sun Apr 27 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-6
57    - Fix up to enable disable SAreport and others [SME:3734]
58    
59    * Fri Apr 11 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-5
60    - Fix up Db entries when none at all.[SME:4188]
61    
62    * Thu Apr 3 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-4
63    - Take out extra lines in mailstats.cron and remove restart crond from
64      post actions in spec file, on Shad's advice.
65    
66    * Tue Apr 1 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-3
67    - Add in restart of crond so that script in cron.d is noticed
68    
69    * Tue Mar 25 2008 Brian J read <brianr@bjsystems.co.uk> 0.0.3-2
70    - New version incorporating Charlie's changes and latest changes from bjr [SME:3956]
71    
72  * 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
73  - Roll new version in prep for building on new buildsys  - Roll new version in prep for building on new buildsys
74    
# Line 64  See http://www.contribs.org/bugzilla/sho Line 115  See http://www.contribs.org/bugzilla/sho
115  %prep  %prep
116    
117  %setup  %setup
118    %patch1 -p1
119    %patch2 -p1
120    %patch3 -p1
121    %patch4 -p1
122    %patch5 -p1
123    %patch6 -p1
124    %patch7 -p1
125    %patch8 -p1
126    %patch9 -p1
127    
128  %build  %build
129    perl createlinks
130    
131  %install  %install
132  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
# Line 78  See http://www.contribs.org/bugzilla/sho Line 139  See http://www.contribs.org/bugzilla/sho
139    
140  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
141  %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