1 |
# $Id: smeserver-phpsysinfo.spec,v 1.1 2013/03/03 21:49:49 unnilennium Exp $ |
# $Id: smeserver-phpsysinfo.spec,v 1.2 2021/04/07 18:30:49 brianr Exp $ |
2 |
# Authority: darrellmay |
# Authority: darrellmay |
3 |
# Name: Darrell May |
# Name: Darrell May |
4 |
|
|
6 |
%define name smeserver-phpsysinfo |
%define name smeserver-phpsysinfo |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 3.2.3 |
%define version 3.2.3 |
9 |
%define release 3 |
%define release 5 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
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-phpsysinfo-3.2.3-bz10329-process-formating.patch |
Patch0: smeserver-phpsysinfo-3.2.3-bz10329-process-formating.patch |
16 |
|
Patch1: smeserver-phpsysinfo-3.2.3-Add-Update-event-to-createlinks.patch |
17 |
|
Patch2: smeserver-phpsysinfo-3.2.3-bz12057-httpd24.patch |
18 |
|
|
19 |
URL: http://phpsysinfo.sourceforge.net |
URL: http://phpsysinfo.sourceforge.net |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
29 |
Access with admin login credentials via https://yourdomain/phpsysinfo |
Access with admin login credentials via https://yourdomain/phpsysinfo |
30 |
|
|
31 |
%changelog |
%changelog |
32 |
|
* Sun Jul 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.2.3-5.sme |
33 |
|
- update to httpd 2.4 access syntax [SME: 12057] |
34 |
|
|
35 |
|
* Wed Apr 07 2021 Brian Read <brianr@bjsystems.co.uk> 3.2.3-4.sme |
36 |
|
- Add Update event to createlinks [SME: 11054] |
37 |
|
|
38 |
|
* Wed Apr 07 2021 BogusDateBot |
39 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
40 |
|
by assuming the date is correct and changing the weekday. |
41 |
|
Thu May 30 2001 --> Thu May 24 2001 or Wed May 30 2001 or Thu May 31 2001 or .... |
42 |
|
Wed Sep 22 2015 --> Wed Sep 16 2015 or Tue Sep 22 2015 or Wed Sep 23 2015 or .... |
43 |
|
|
44 |
* Sun Jan 20 2019 Jean-Philipe Pialasse <tests@pialasse.com> 3.2.3-3.sme |
* Sun Jan 20 2019 Jean-Philipe Pialasse <tests@pialasse.com> 3.2.3-3.sme |
45 |
- fix process formating [SME: 10329] |
- Add Update event to createlinks process formating [SME: 10329] |
46 |
|
|
47 |
* Wed Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.3-1.sme |
* Tue Sep 22 2015 stephane de Labrusse <stephdl@de-labrusse.fr> 3.2.3-1.sme |
48 |
|
Wed Sep 22 2015 --> Wed Sep 16 2015 or Tue Sep 22 2015 or Wed Sep 23 2015 or .... |
49 |
- Upgrade to upstream 3.2.3 |
- Upgrade to upstream 3.2.3 |
50 |
- Require hddtemp lm_sensors |
- Require hddtemp lm_sensors |
51 |
|
|
105 |
- [1.8-0] |
- [1.8-0] |
106 |
* Sun Sep 23 2001 Darrell May <dmay@netsourced.com> |
* Sun Sep 23 2001 Darrell May <dmay@netsourced.com> |
107 |
- name change |
- name change |
108 |
* Thu May 30 2001 Darrell May <dmay@netsourced.com> |
* Wed May 30 2001 Darrell May <dmay@netsourced.com> |
109 |
|
Thu May 30 2001 --> Thu May 24 2001 or Wed May 30 2001 or Thu May 31 2001 or .... |
110 |
- 2.1.0-1 |
- 2.1.0-1 |
111 |
- Original version |
- Original version |
112 |
|
|
113 |
%prep |
%prep |
114 |
%setup |
%setup |
115 |
%patch0 -p1 |
%patch0 -p1 |
116 |
|
%patch1 -p1 |
117 |
|
%patch2 -p1 |
118 |
|
|
119 |
%build |
%build |
120 |
perl createlinks |
perl createlinks |