1 |
michel |
1.11 |
# $Id: smeserver-awstats.spec,v 1.10 2023/03/21 13:07:04 michel Exp $ |
2 |
brianr |
1.1 |
# Authority: dungog |
3 |
|
|
# Name: Stephen Noble |
4 |
|
|
|
5 |
|
|
%define realname smeserver-awstats |
6 |
|
|
%define version 1.4 |
7 |
michel |
1.11 |
%define release 9 |
8 |
brianr |
1.1 |
|
9 |
michel |
1.10 |
Summary: SME Server integration rpm for awstats |
10 |
brianr |
1.1 |
Name: %{realname} |
11 |
|
|
Version: %{version} |
12 |
|
|
Release: %{release}%{?dist} |
13 |
|
|
License: GNU GPL (GNU General Public License) |
14 |
|
|
Group: SMEserver/addon |
15 |
|
|
Source: %{name}-%{version}.tar.gz |
16 |
|
|
BuildRoot: /var/tmp/%{name}-%{version} |
17 |
michel |
1.10 |
URL: https://wiki.koozali.org/AWStats |
18 |
brianr |
1.1 |
BuildArchitectures: noarch |
19 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
20 |
michel |
1.11 |
Requires: e-smith-release >= 10 |
21 |
brianr |
1.1 |
Requires: awstats >= 6.5 |
22 |
michel |
1.11 |
Requires: perl(POSIX) |
23 |
brianr |
1.1 |
AutoReqProv: no |
24 |
jpp |
1.5 |
Patch0: smeserver-awstats-1.4-bz11045.patch |
25 |
jpp |
1.6 |
Patch1: smeserver-awstats-1.4-bz11998-backup.patch |
26 |
michel |
1.9 |
Patch2: smeserver-awstats-1.4-bz5925_add_qmail_stats.patch |
27 |
michel |
1.10 |
Patch3: smeserver-awstats-1.4-bz12324_sm2_initial.patch |
28 |
michel |
1.11 |
Patch4: smeserver-awstats-1.4-bz12324_sm2_init_bis.patch |
29 |
brianr |
1.1 |
|
30 |
|
|
%description |
31 |
brianr |
1.2 |
SME Server integration rpm for awstats. |
32 |
brianr |
1.1 |
|
33 |
|
|
%changelog |
34 |
michel |
1.11 |
* 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 |
michel |
1.10 |
* Mon Mar 20 2023 Michel Begue <mab974@misouk.com> 1.4-8.sme |
40 |
|
|
- Initial release for server-manager (sm2) [SME: 12324] |
41 |
|
|
|
42 |
michel |
1.9 |
* 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 |
brianr |
1.8 |
* 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 |
jpp |
1.7 |
* Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-5.sme |
49 |
jpp |
1.6 |
- add to core backup [SME: 11998] |
50 |
|
|
|
51 |
jpp |
1.4 |
* 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 |
brianr |
1.3 |
* 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 |
brianr |
1.2 |
* Mon Oct 19 2020 Brian Read <brianr@bjsystems.co.uk> 1.4-2.sme |
62 |
|
|
- Initial import to SME10 tree [SME: 11045] |
63 |
|
|
|
64 |
brianr |
1.1 |
* Fri Jul 20 2018 John Crisp <jcrisp@safeandsounit.co.uk> 1.4-1.sme |
65 |
|
|
- Fix SkipHosts incomplete entry [SME: 10160] |
66 |
|
|
- Add SkipHosts db key |
67 |
|
|
- Update some code to newer API |
68 |
|
|
|
69 |
|
|
* Mon Sep 7 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 1.3-3.sme |
70 |
|
|
- added smeserver-awstats-1.3.bz8450.remove_ExternalIP-LocalIP.patch |
71 |
|
|
- removed ExternalIP_LocalIP_ExternalNetmask [SME: 8450] |
72 |
|
|
|
73 |
|
|
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.3-1.sme |
74 |
|
|
- initial import to SME9 contribs [SME: 8435] |
75 |
|
|
|
76 |
|
|
* Sat Sep 20 2008 Stephen Noble <support@dungog.net> 1.2-7 |
77 |
|
|
- clarify when domain is added to panel [sme 4543] |
78 |
|
|
|
79 |
|
|
* Tue Jun 26 2007 Stephen Noble <support@dungog.net> 1.2-5 |
80 |
|
|
- awstats upgrade script modified [sme 3087] |
81 |
|
|
|
82 |
|
|
* Tue Jun 26 2007 Stephen Noble <support@dungog.net> 1.2-4 |
83 |
|
|
- awstats upgrade triggers added [sme 2347] |
84 |
|
|
|
85 |
|
|
* Mon Jan 8 2007 Stephen Noble <support@dungog.net> |
86 |
|
|
- old database path fixed, awstats.conf/10conf [sme 2254] |
87 |
|
|
- [1.2-3] |
88 |
|
|
|
89 |
|
|
* Wed Apr 26 2006 Stephen Noble <support@dungog.net> |
90 |
|
|
- symlinks to graphics fixed |
91 |
|
|
- [1.2-2] |
92 |
|
|
|
93 |
|
|
* Wed Apr 12 2006 Stephen Noble <support@dungog.net> |
94 |
|
|
- update for sme7 |
95 |
|
|
- renamed smeserver-awstats |
96 |
|
|
- split awstats out of rpm, so it can be updated independently |
97 |
|
|
- [1.2-1] |
98 |
|
|
|
99 |
|
|
* Mon Jan 31 2005 Stephen Noble <support@dungog.net> |
100 |
|
|
- AllowFullYearView=3 added to awstats.conf |
101 |
|
|
- hostinfo plugin option removed from panel |
102 |
|
|
- # to enable |
103 |
|
|
- # /sbin/e-smith/db /sbin/e-smith/configuration setprop AWStats Hostinfo yes |
104 |
|
|
- # and install perl-Net-XWhois rpm |
105 |
|
|
- [6.3-1] |
106 |
|
|
|
107 |
|
|
* Sat Jan 29 2005 Stephen Noble <support@dungog.net> |
108 |
|
|
- update to awstats 6.3 |
109 |
|
|
- [6.3-0] |
110 |
|
|
|
111 |
|
|
* Sat Sep 13 2003 Stephen Noble <support@dungog.net> |
112 |
|
|
- delegation defaults to admin |
113 |
|
|
can also delegate to everyone, a group or a single user |
114 |
|
|
- [2.3.4] |
115 |
|
|
* Mon Aug 25 2003 Michael Weinberger |
116 |
|
|
- based on AWStats 5.7 |
117 |
|
|
- [2.3.3] |
118 |
|
|
* Tue Jul 29 2003 stephen noble <support@dungog.net> |
119 |
|
|
- everyone options in options |
120 |
|
|
- language fixs thanks Pascal Schirrmann |
121 |
|
|
- [2.3.2] |
122 |
|
|
* Fri Jul 18 2003 stephen noble <support@dungog.net> |
123 |
|
|
- remove /sbin/e-smith/config and options link to non admin users |
124 |
|
|
- [2.3.1] |
125 |
|
|
* Thu Jul 17 2003 Michael Weinberger |
126 |
|
|
- based on AWStats 5.6 |
127 |
|
|
- supports servermanager navigation of SME6 |
128 |
|
|
- [2.3.0] |
129 |
|
|
* Tue Jul 15 2003 stephen noble <support@dungog.net> |
130 |
|
|
- user-manager support |
131 |
|
|
- restrict virtual domains shown to users |
132 |
|
|
- [2.2.2] |
133 |
|
|
* Tue Jan 07 2003 Michael Weinberger |
134 |
|
|
- changed to new commandline syntax (-/sbin/e-smith/config) |
135 |
|
|
* Mon Jan 06 2003 Michael Weinberger |
136 |
|
|
- based on AWStats 5.3 |
137 |
|
|
* Mon Jan 06 2003 Michael Weinberger |
138 |
|
|
- set DNSLookup=1 as default |
139 |
|
|
* Sat Dec 21 2002 Michael Weinberger |
140 |
|
|
- based on AWStats 5.2 |
141 |
|
|
* Thu Feb 28 2002 Michael Weinberger |
142 |
|
|
- based on AWStats 4.0 BETA |
143 |
|
|
* Thu Feb 28 2002 Michael Weinberger |
144 |
|
|
- now based on AWStats 3.2 |
145 |
|
|
* Fri Oct 05 2001 Michael Weinberger |
146 |
|
|
- missing icons issue solved. Path to icons changed. |
147 |
|
|
* Thu Oct 04 2001 Michael Weinberger |
148 |
|
|
- based on AWStats 2.32 |
149 |
|
|
RPM name changed |
150 |
brianr |
1.3 |
* 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 |
brianr |
1.1 |
- problems when started by e-smith events |
153 |
|
|
awstats pre-processor now runs in background |
154 |
|
|
* Tue May 01 2001 Michael Weinberger |
155 |
|
|
- owner=admin, group=root for /home/e-smith/files/users/admin/home/awstats and all |
156 |
|
|
dirs below, rw for owner and group. |
157 |
|
|
(after e-smith upgrade permission set to drwx------, reported by Michael Doerner) |
158 |
|
|
awstats_run now checks permissons and correct them if needed. |
159 |
|
|
- more /sbin/e-smith/configuration options added, incl. 5 and 10 minute freq. |
160 |
|
|
- Warning "Another instance running" suppressed, when launched by cron (-s option) |
161 |
|
|
- Warning in the panel removed |
162 |
|
|
* Sun Apr 29 2001 Michael Weinberger |
163 |
|
|
- awstats_pos was not removed after a log rotate of access_log |
164 |
|
|
* Fri Apr 27 2001 Michael Weinberger |
165 |
|
|
- beta 1 release |
166 |
|
|
|
167 |
|
|
|
168 |
|
|
%prep |
169 |
|
|
%setup -q -n %{realname}-%{version} |
170 |
jpp |
1.4 |
%patch0 -p1 |
171 |
jpp |
1.7 |
%patch1 -p1 |
172 |
michel |
1.9 |
%patch2 -p1 |
173 |
michel |
1.10 |
%patch3 -p1 |
174 |
michel |
1.11 |
%patch4 -p1 |
175 |
brianr |
1.1 |
|
176 |
|
|
%build |
177 |
|
|
perl createlinks |
178 |
jpp |
1.4 |
mkdir -p root/home/e-smith/files/users/admin/home/awstats |
179 |
brianr |
1.1 |
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 |
181 |
jpp |
1.4 |
#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 |
brianr |
1.1 |
echo %{version}-%{release} > root/etc/e-smith/web/panels/manager/cgi-bin/.awstats/version |
187 |
|
|
|
188 |
|
|
%install |
189 |
|
|
rm -rf $RPM_BUILD_ROOT |
190 |
|
|
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
191 |
jpp |
1.4 |
/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 |
brianr |
1.1 |
echo "%doc " >> %{name}-%{version}-filelist |
196 |
|
|
|
197 |
|
|
%clean |
198 |
|
|
cd .. |
199 |
|
|
rm -rf %{name}-%{version} |
200 |
|
|
|
201 |
|
|
%pre |
202 |
|
|
%post |
203 |
|
|
|
204 |
|
|
|
205 |
|
|
%preun |
206 |
|
|
%postun |
207 |
|
|
if [ $1 = 0 ] ; then |
208 |
|
|
/bin/rm -rf /etc/e-smith/web/panels/manager/html/awstats |
209 |
|
|
/bin/rm -rf /etc/e-smith/web/panels/manager/cgi-bin/.awstats |
210 |
|
|
/bin/rm -rf /etc/e-smith/web/panels/user/html/awstats |
211 |
|
|
/bin/rm -rf /etc/e-smith/web/panels/user/cgi-bin/.awstats |
212 |
michel |
1.11 |
/bin/rm -f /usr/share/smanager/themes/default/images/awstats/icon |
213 |
brianr |
1.1 |
/sbin/e-smith/config setprop AWStats status removed |
214 |
|
|
/sbin/e-smith/expand-template /etc/crontab |
215 |
|
|
fi |
216 |
michel |
1.11 |
true |
217 |
brianr |
1.1 |
|
218 |
|
|
%files -f %{name}-%{version}-filelist |
219 |
|
|
%defattr(-,root,root) |