/[smecontribs]/rpms/smeserver-awstats/contribs10/smeserver-awstats.spec
ViewVC logotype

Diff of /rpms/smeserver-awstats/contribs10/smeserver-awstats.spec

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

Revision 1.2 by brianr, Tue Oct 20 11:19:32 2020 UTC Revision 1.11 by michel, Wed Apr 19 14:10:10 2023 UTC
# Line 1  Line 1 
1  # $Id: smeserver-awstats.spec,v 1.1 2020/10/19 15:36:38 brianr Exp $  # $Id: smeserver-awstats.spec,v 1.10 2023/03/21 13:07:04 michel Exp $
2  # Authority: dungog  # Authority: dungog
3  # Name: Stephen Noble  # Name: Stephen Noble
4    
5  %define realname smeserver-awstats  %define realname smeserver-awstats
6  %define version 1.4  %define version 1.4
7  %define release 2  %define release 9
8    
9  Summary:  SME Server intergration rpm for awstats  Summary:  SME Server integration rpm for awstats
10  Name: %{realname}  Name: %{realname}
11  Version: %{version}  Version: %{version}
12  Release: %{release}%{?dist}  Release: %{release}%{?dist}
# Line 14  License: GNU GPL (GNU General Public Lic Line 14  License: GNU GPL (GNU General Public Lic
14  Group: SMEserver/addon  Group: SMEserver/addon
15  Source: %{name}-%{version}.tar.gz  Source: %{name}-%{version}.tar.gz
16  BuildRoot: /var/tmp/%{name}-%{version}  BuildRoot: /var/tmp/%{name}-%{version}
17  URL: http://www.dungog.net/sme  URL: https://wiki.koozali.org/AWStats
18  BuildArchitectures: noarch  BuildArchitectures: noarch
19  BuildRequires: e-smith-devtools >= 1.13.1-03  BuildRequires: e-smith-devtools >= 1.13.1-03
20  Requires: e-smith-release >= 9  Requires: e-smith-release >= 10
21  Requires: awstats >= 6.5  Requires: awstats >= 6.5
22    Requires: perl(POSIX)
23  AutoReqProv: no  AutoReqProv: no
24  #Patch0: smeserver-awstats-1.4.  Patch0: smeserver-awstats-1.4-bz11045.patch
25  #Patch1: smeserver-awstats-1.4.  Patch1: smeserver-awstats-1.4-bz11998-backup.patch
26    Patch2: smeserver-awstats-1.4-bz5925_add_qmail_stats.patch
27    Patch3: smeserver-awstats-1.4-bz12324_sm2_initial.patch
28    Patch4: smeserver-awstats-1.4-bz12324_sm2_init_bis.patch
29    
30  %description  %description
31  SME Server integration rpm for awstats.  SME Server integration rpm for awstats.
32    
33  %changelog  %changelog
34    * Fri Mar 24 2023 Michel Begue <mab974@misouk.com> 1.4-9.sme
35    - fix typo and Requires in .spec file [SME: 12324]
36    - (sm2) consider Daily and Hourly Reported Period
37    - (sm2) remove unnecessary file in templates directory
38    
39    * Mon Mar 20 2023 Michel Begue <mab974@misouk.com> 1.4-8.sme
40    - Initial release for server-manager (sm2) [SME: 12324]
41    
42    * Sun Feb 12 2023 Michel Begue <mab974@misouk.com> 1.4-7.sme
43    - add mail stats to panel (ftp stats too) [SME: 5925]
44    
45    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.4-6.sme
46    - Re-build and link to latest devtools [SME: 11997]
47    
48    * Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-5.sme
49    - add to core backup [SME: 11998]
50    
51    * Mon Feb 22 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-3.sme
52    - add update event for easy install [SME: 11045]
53      rewrite spec and createlinks to be more smeserver compliant
54    - run actions/awstats-upgrade on update of awstats or smeserver-awstats [SME: 10784]
55    
56    * Tue Oct 20 2020 BogusDateBot
57    - Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
58      by assuming the date is correct and changing the weekday.
59      Tue May 27 2001 --> Tue May 22 2001 or Sun May 27 2001 or Tue May 29 2001 or ....
60    
61  * Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 1.4-2.sme  * Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 1.4-2.sme
62  - Initial import to SME10 tree  [SME: 11045]  - Initial import to SME10 tree  [SME: 11045]
63    
# Line 116  SME Server integration rpm for awstats. Line 147  SME Server integration rpm for awstats.
147  * Thu Oct 04 2001 Michael Weinberger  * Thu Oct 04 2001 Michael Weinberger
148  - based on AWStats 2.32  - based on AWStats 2.32
149    RPM name changed    RPM name changed
150  * Tue May 27 2001 Michael Weinberger  * Sun May 27 2001 Michael Weinberger
151      Tue May 27 2001 --> Tue May 22 2001 or Sun May 27 2001 or Tue May 29 2001 or ....
152  - problems when started by e-smith events  - problems when started by e-smith events
153    awstats pre-processor now runs in background    awstats pre-processor now runs in background
154  * Tue May 01 2001 Michael Weinberger  * Tue May 01 2001 Michael Weinberger
# Line 135  SME Server integration rpm for awstats. Line 167  SME Server integration rpm for awstats.
167    
168  %prep  %prep
169  %setup -q -n %{realname}-%{version}  %setup -q -n %{realname}-%{version}
170  #%patch0 -p1  %patch0 -p1
171  #%patch0 -p1  %patch1 -p1
172    %patch2 -p1
173    %patch3 -p1
174    %patch4 -p1
175    
176  %build  %build
177  perl createlinks  perl createlinks
178    mkdir -p root/home/e-smith/files/users/admin/home/awstats
179  mkdir -p root/etc/e-smith/web/panels/manager/html/awstats/icon  mkdir -p root/etc/e-smith/web/panels/manager/html/awstats/icon
180  mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin/.awstats  mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin/.awstats
181    #user-manager
182    mkdir -p root/etc/e-smith/web/panels/user/html/
183    mkdir -p root/etc/e-smith/web/panels/user/cgi-bin/
184    ln -fs /etc/e-smith/web/panels/manager/html/awstats root/etc/e-smith/web/panels/user/html/awstats
185    ln -fs /etc/e-smith/web/panels/manager/cgi-bin/.awstats root/etc/e-smith/web/panels/user/cgi-bin/.awstats
186  echo %{version}-%{release} > root/etc/e-smith/web/panels/manager/cgi-bin/.awstats/version  echo %{version}-%{release} > root/etc/e-smith/web/panels/manager/cgi-bin/.awstats/version
187    
188  %install  %install
189  rm -rf $RPM_BUILD_ROOT  rm -rf $RPM_BUILD_ROOT
190  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)  (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
191  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist  /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
192            --dir '/home/e-smith/files/users/admin/home/awstats' 'attr(40770,admin,root)' \
193            --dir '/etc/e-smith/web/panels/manager/cgi-bin/.awstats' 'attr(40770,root,root)' \
194    > %{name}-%{version}-filelist
195  echo "%doc " >> %{name}-%{version}-filelist  echo "%doc " >> %{name}-%{version}-filelist
196    
197  %clean  %clean
# Line 156  rm -rf %{name}-%{version} Line 200  rm -rf %{name}-%{version}
200    
201  %pre  %pre
202  %post  %post
 mkdir -p /home/e-smith/files/users/admin/home/awstats  
 chown -R admin.root /home/e-smith/files/users/admin/home/awstats  
 chmod -R u+rw,g+rw /home/e-smith/files/users/admin/home/awstats  
 /sbin/e-smith/config setprop AWStats status enabled  
 /sbin/e-smith/signal-event awstats-update  
203    
 #user-manager  
 /bin/mkdir -p /etc/e-smith/web/panels/user/html/  
 /bin/mkdir -p /etc/e-smith/web/panels/user/cgi-bin/  
 /bin/ln -fs /etc/e-smith/web/panels/manager/html/awstats /etc/e-smith/web/panels/user/html/awstats  
 /bin/ln -fs /etc/e-smith/web/panels/manager/cgi-bin/.awstats /etc/e-smith/web/panels/user/cgi-bin/.awstats  
204    
205  %preun  %preun
206  %postun  %postun
# Line 175  if [ $1 = 0 ] ; then Line 209  if [ $1 = 0 ] ; then
209   /bin/rm -rf /etc/e-smith/web/panels/manager/cgi-bin/.awstats   /bin/rm -rf /etc/e-smith/web/panels/manager/cgi-bin/.awstats
210   /bin/rm -rf /etc/e-smith/web/panels/user/html/awstats   /bin/rm -rf /etc/e-smith/web/panels/user/html/awstats
211   /bin/rm -rf /etc/e-smith/web/panels/user/cgi-bin/.awstats   /bin/rm -rf /etc/e-smith/web/panels/user/cgi-bin/.awstats
212     /bin/rm -f /usr/share/smanager/themes/default/images/awstats/icon
213   /sbin/e-smith/config setprop AWStats status removed   /sbin/e-smith/config setprop AWStats status removed
214   /sbin/e-smith/expand-template /etc/crontab   /sbin/e-smith/expand-template /etc/crontab
215  fi  fi
216    true
217    
218  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
219  %defattr(-,root,root)  %defattr(-,root,root)
   
 #runs when awstats OR smeserver-awstats is installed or upgraded  
 %triggerin -- awstats  
 /etc/e-smith/events/actions/awstats-upgrade  


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