/[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.1 by slords, Fri Feb 15 18:10:53 2008 UTC Revision 1.17 by snetram, Sat Oct 11 23:29:50 2008 UTC
# Line 1  Line 1 
1    # $Id: smeserver-mailstats.spec,v 1.16 2008/10/04 08:46:59 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.2  %define version 0.0.3
9  %define release 07  %define release 12
10  Version: %{version}  Version: %{version}
11  Release: %{release}  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  Patch0: smeserver-mailstats-0.0.2_spamfilter-stats.patch  Patch1: smeserver-mailstats-0.0.3-bjrupdate01.patch
16  Patch1: smeserver-mailstats-bug3366.patch  Patch2: smeserver-mailstats-0.0.3-bjrupdate02.patch
17  Patch2: smeserver-mailstats-0.6.15.patch  Patch3: smeserver-mailstats-0.0.3-bjrupdate03.patch
18  Patch3: smeserver-mailstats-bug3366.patch2  Patch4: smeserver-mailstats-0.0.3-bjrupdate04.patch
19  Patch4: smeserver-mailstats-configdb_multiple_open.patch  Patch5: smeserver-mailstats-0.0.3-reworkDateManip.patch
20  Patch5: smeserver-mailstats-0.6.19.patch  Patch6: smeserver-mailstats-0.0.3-removeChangelogFromScript.patch
21  Packager: Charlie Brady  Patch7: smeserver-mailstats-0.0.3-implementDBCreation.patch
22  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot  BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
23  BuildArchitectures: noarch  BuildArchitectures: noarch
24  Requires: smeserver-release => 7.0  Requires: smeserver-release => 7.0
25    BuildRequires: e-smith-devtools >= 1.13.1-03
26    
27  %description  %description
28  A script that via cron.d e-mails mail statistics to admin on a daily basis.  A script that via cron.d e-mails mail statistics to admin on a daily basis.
29  See http://www.contribs.org/bugzilla/show_bug.cgi?id=819  See http://www.contribs.org/bugzilla/show_bug.cgi?id=819
30    
31  %changelog  %changelog
32    * Sun Oct 12 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-12
33    - Fix patches to apply cleanly [SME: 3631]
34    - Execute the database creation script as well [SME: 4275]
35    - TODO: Add createlinks script to source
36    
37    * Sat Oct  4 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-11
38    - Implement MySQL database creation [SME: 4275]
39    - Remove changelog from spamfilter-stats script
40    
41    * Fri Oct  3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-10
42    - Remove debug commands introduced in [SME: 3631]
43    - Fixed version number in previous changelog entry
44    
45    * Fri Oct  3 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.3-9
46    - Remove use of Date::Manip from spamfilter-stats-7.pl [SME: 3631]
47    
48    * Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-8
49    - Another version number update (strugglinjg with CVS here)
50    
51    * Mon Apr 28 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-7
52    - Update version number
53    
54    * Sun Apr 27 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-6
55    - Fix up to enable disable SAreport and others [SME:3734]
56    
57    * Fri Apr 11 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-5
58    - Fix up Db entries when none at all.[SME:4188]
59    
60    * Thu Apr 3 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-4
61    - Take out extra lines in mailstats.cron and remove restart crond from
62      post actions in spec file, on Shad's advice.
63    
64    * Tue Apr 1 2008 Brian J Read <brianr@bjsystems.co.uk> 0.0.3-3
65    - Add in restart of crond so that script in cron.d is noticed
66    
67    * Tue Mar 25 2008 Brian J read <brianr@bjsystems.co.uk> 0.0.3-2
68    - New version incorporating Charlie's changes and latest changes from bjr [SME:3956]
69    
70    * Fri Feb 15 2008 Shad L. Lords <slords@mail.com> 0.0.3-1
71    - Roll new version in prep for building on new buildsys
72    
73  * Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-07  * Thu Oct 11 2007 <charlie_brady@mitel.com> 0.0.2-07
74  - Rename parse_args => analysis_period, and simplify substantially.  - Rename parse_args => analysis_period, and simplify substantially.
75    
# Line 66  See http://www.contribs.org/bugzilla/sho Line 113  See http://www.contribs.org/bugzilla/sho
113  %prep  %prep
114    
115  %setup  %setup
 %patch0 -p1  
116  %patch1 -p1  %patch1 -p1
117  %patch2 -p1  %patch2 -p1
118  %patch3 -p1  %patch3 -p1
119  %patch4 -p1  %patch4 -p1
120  %patch5 -p1  %patch5 -p1
121    %patch6 -p1
122    %patch7 -p1
123    
124  %build  %build
125    perl createlinks
126    
127  %install  %install
128  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
129    (cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)
 (cd root   ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT)  
130  /bin/rm -f %{name}-%{version}-filelist  /bin/rm -f %{name}-%{version}-filelist
131  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
 %files -f %{name}-%{version}-filelist  
   
 %defattr(-,root,root)  
132    
133  %clean  %clean
134  /bin/rm -rf $RPM_BUILD_ROOT  /bin/rm -rf $RPM_BUILD_ROOT
135    
136  %pre  %files -f %{name}-%{version}-filelist
137    %defattr(-,root,root)
 %post  
 echo ""  
 echo "You must run the following commands to complete the install:"  
 echo ""  
 echo "/etc/e-smith/events/actions/initialize-default-databases"  
 echo "/sbin/e-smith/signal-event email-update"  
 echo "/usr/local/bin/svc -t /var/service/qpsmtpd"  
   
 %preun  
   
 %postun  


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