1 |
# $Id: smeserver-awstats.spec,v 1.1 2020/10/19 15:36:38 brianr Exp $ |
# $Id: smeserver-awstats.spec,v 1.8 2022/07/30 18:01:48 brianr 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 7 |
8 |
|
|
9 |
Summary: SME Server intergration rpm for awstats |
Summary: SME Server intergration rpm for awstats |
10 |
Name: %{realname} |
Name: %{realname} |
20 |
Requires: e-smith-release >= 9 |
Requires: e-smith-release >= 9 |
21 |
Requires: awstats >= 6.5 |
Requires: awstats >= 6.5 |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
#Patch0: smeserver-awstats-1.4. |
Patch0: smeserver-awstats-1.4-bz11045.patch |
24 |
#Patch1: smeserver-awstats-1.4. |
Patch1: smeserver-awstats-1.4-bz11998-backup.patch |
25 |
|
Patch2: smeserver-awstats-1.4-bz5925_add_qmail_stats.patch |
26 |
|
|
27 |
|
|
28 |
%description |
%description |
29 |
SME Server integration rpm for awstats. |
SME Server integration rpm for awstats. |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sun Feb 12 2023 Michel Begue <mab974@misouk.com> 1.4-7.sme |
33 |
|
- add mail stats to panel (ftp stats too) [SME: 5925] |
34 |
|
|
35 |
|
* Sat Jul 30 2022 Brian Read <brianr@bjsystems.co.uk> 1.4-6.sme |
36 |
|
- Re-build and link to latest devtools [SME: 11997] |
37 |
|
|
38 |
|
* Thu Jul 21 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.4-5.sme |
39 |
|
- add to core backup [SME: 11998] |
40 |
|
|
41 |
|
* Mon Feb 22 2021 Jean-Philipe Pialasse <tests@pialasse.com> 1.4-3.sme |
42 |
|
- add update event for easy install [SME: 11045] |
43 |
|
rewrite spec and createlinks to be more smeserver compliant |
44 |
|
- run actions/awstats-upgrade on update of awstats or smeserver-awstats [SME: 10784] |
45 |
|
|
46 |
|
* Tue Oct 20 2020 BogusDateBot |
47 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
48 |
|
by assuming the date is correct and changing the weekday. |
49 |
|
Tue May 27 2001 --> Tue May 22 2001 or Sun May 27 2001 or Tue May 29 2001 or .... |
50 |
|
|
51 |
* 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 |
52 |
- Initial import to SME10 tree [SME: 11045] |
- Initial import to SME10 tree [SME: 11045] |
53 |
|
|
137 |
* Thu Oct 04 2001 Michael Weinberger |
* Thu Oct 04 2001 Michael Weinberger |
138 |
- based on AWStats 2.32 |
- based on AWStats 2.32 |
139 |
RPM name changed |
RPM name changed |
140 |
* Tue May 27 2001 Michael Weinberger |
* Sun May 27 2001 Michael Weinberger |
141 |
|
Tue May 27 2001 --> Tue May 22 2001 or Sun May 27 2001 or Tue May 29 2001 or .... |
142 |
- problems when started by e-smith events |
- problems when started by e-smith events |
143 |
awstats pre-processor now runs in background |
awstats pre-processor now runs in background |
144 |
* Tue May 01 2001 Michael Weinberger |
* Tue May 01 2001 Michael Weinberger |
157 |
|
|
158 |
%prep |
%prep |
159 |
%setup -q -n %{realname}-%{version} |
%setup -q -n %{realname}-%{version} |
160 |
#%patch0 -p1 |
%patch0 -p1 |
161 |
#%patch0 -p1 |
%patch1 -p1 |
162 |
|
%patch2 -p1 |
163 |
|
|
164 |
%build |
%build |
165 |
perl createlinks |
perl createlinks |
166 |
|
mkdir -p root/home/e-smith/files/users/admin/home/awstats |
167 |
mkdir -p root/etc/e-smith/web/panels/manager/html/awstats/icon |
mkdir -p root/etc/e-smith/web/panels/manager/html/awstats/icon |
168 |
mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin/.awstats |
mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin/.awstats |
169 |
|
#user-manager |
170 |
|
mkdir -p root/etc/e-smith/web/panels/user/html/ |
171 |
|
mkdir -p root/etc/e-smith/web/panels/user/cgi-bin/ |
172 |
|
ln -fs /etc/e-smith/web/panels/manager/html/awstats root/etc/e-smith/web/panels/user/html/awstats |
173 |
|
ln -fs /etc/e-smith/web/panels/manager/cgi-bin/.awstats root/etc/e-smith/web/panels/user/cgi-bin/.awstats |
174 |
|
|
175 |
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 |
176 |
|
|
177 |
%install |
%install |
178 |
rm -rf $RPM_BUILD_ROOT |
rm -rf $RPM_BUILD_ROOT |
179 |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
(cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT) |
180 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT \ |
181 |
|
--dir '/home/e-smith/files/users/admin/home/awstats' 'attr(40770,admin,root)' \ |
182 |
|
--dir '/etc/e-smith/web/panels/manager/cgi-bin/.awstats' 'attr(40770,root,root)' \ |
183 |
|
> %{name}-%{version}-filelist |
184 |
echo "%doc " >> %{name}-%{version}-filelist |
echo "%doc " >> %{name}-%{version}-filelist |
185 |
|
|
186 |
%clean |
%clean |
189 |
|
|
190 |
%pre |
%pre |
191 |
%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 |
|
192 |
|
|
|
#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 |
|
193 |
|
|
194 |
%preun |
%preun |
195 |
%postun |
%postun |
205 |
%files -f %{name}-%{version}-filelist |
%files -f %{name}-%{version}-filelist |
206 |
%defattr(-,root,root) |
%defattr(-,root,root) |
207 |
|
|
|
#runs when awstats OR smeserver-awstats is installed or upgraded |
|
|
%triggerin -- awstats |
|
|
/etc/e-smith/events/actions/awstats-upgrade |
|