/[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.6 by jpp, Thu Jul 21 14:37:45 2022 UTC Revision 1.10 by michel, Tue Mar 21 13:07:04 2023 UTC
# Line 1  Line 1 
1  # $Id: smeserver-awstats.spec,v 1.5 2021/02/22 20:14:44 jpp Exp $  # $Id: smeserver-awstats.spec,v 1.9 2023/02/12 19:07:17 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 4  %define release 8
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 >= 9
# Line 22  Requires: awstats >= 6.5 Line 22  Requires: awstats >= 6.5
22  AutoReqProv: no  AutoReqProv: no
23  Patch0: smeserver-awstats-1.4-bz11045.patch  Patch0: smeserver-awstats-1.4-bz11045.patch
24  Patch1: smeserver-awstats-1.4-bz11998-backup.patch  Patch1: smeserver-awstats-1.4-bz11998-backup.patch
25    Patch2: smeserver-awstats-1.4-bz5925_add_qmail_stats.patch
26    Patch3: smeserver-awstats-1.4-bz12324_sm2_initial.patch
27    
28  %description  %description
29  SME Server integration rpm for awstats.  SME Server integration rpm for awstats.
30    
31  %changelog  %changelog
32  * Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-4.sme  * Mon Mar 20 2023 Michel Begue <mab974@misouk.com> 1.4-8.sme
33    - Initial release for server-manager (sm2) [SME: 12324]
34    
35    * Sun Feb 12 2023 Michel Begue <mab974@misouk.com> 1.4-7.sme
36    - add mail stats to panel (ftp stats too) [SME: 5925]
37    
38    * Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.4-6.sme
39    - Re-build and link to latest devtools [SME: 11997]
40    
41    * Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-5.sme
42  - add to core backup [SME: 11998]  - add to core backup [SME: 11998]
43    
44  * Mon Feb 22 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-3.sme  * Mon Feb 22 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-3.sme
# Line 150  SME Server integration rpm for awstats. Line 161  SME Server integration rpm for awstats.
161  %prep  %prep
162  %setup -q -n %{realname}-%{version}  %setup -q -n %{realname}-%{version}
163  %patch0 -p1  %patch0 -p1
164  %patch0 -p1  %patch1 -p1
165    %patch2 -p1
166    %patch3 -p1
167    
168  %build  %build
169  perl createlinks  perl createlinks
# Line 162  mkdir -p root/etc/e-smith/web/panels/use Line 175  mkdir -p root/etc/e-smith/web/panels/use
175  mkdir -p root/etc/e-smith/web/panels/user/cgi-bin/  mkdir -p root/etc/e-smith/web/panels/user/cgi-bin/
176  ln -fs /etc/e-smith/web/panels/manager/html/awstats root/etc/e-smith/web/panels/user/html/awstats  ln -fs /etc/e-smith/web/panels/manager/html/awstats root/etc/e-smith/web/panels/user/html/awstats
177  ln -fs /etc/e-smith/web/panels/manager/cgi-bin/.awstats root/etc/e-smith/web/panels/user/cgi-bin/.awstats  ln -fs /etc/e-smith/web/panels/manager/cgi-bin/.awstats root/etc/e-smith/web/panels/user/cgi-bin/.awstats
   
178  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
179    
180  %install  %install
# Line 189  if [ $1 = 0 ] ; then Line 201  if [ $1 = 0 ] ; then
201   /bin/rm -rf /etc/e-smith/web/panels/manager/cgi-bin/.awstats   /bin/rm -rf /etc/e-smith/web/panels/manager/cgi-bin/.awstats
202   /bin/rm -rf /etc/e-smith/web/panels/user/html/awstats   /bin/rm -rf /etc/e-smith/web/panels/user/html/awstats
203   /bin/rm -rf /etc/e-smith/web/panels/user/cgi-bin/.awstats   /bin/rm -rf /etc/e-smith/web/panels/user/cgi-bin/.awstats
204     /bin/rm -fs /usr/share/smanager/themes/default/images/awstats/icon
205   /sbin/e-smith/config setprop AWStats status removed   /sbin/e-smith/config setprop AWStats status removed
206   /sbin/e-smith/expand-template /etc/crontab   /sbin/e-smith/expand-template /etc/crontab
207  fi  fi
208    
209  %files -f %{name}-%{version}-filelist  %files -f %{name}-%{version}-filelist
210  %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