1 |
# $Id: smeserver-phpsysinfo.spec,v 1.1 2013/03/03 21:49:49 unnilennium Exp $ |
# $Id: smeserver-phpsysinfo.spec,v 1.3 2022/07/24 04:38:12 jpp 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 6 |
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 |
22 |
Requires: smeserver-release >= 9.0 |
Requires: smeserver-release >= 10.0 |
23 |
|
Requires: e-smith-apache >= 2.6.0-19 |
24 |
Requires: hddtemp lm_sensors |
Requires: hddtemp lm_sensors |
25 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
26 |
AutoReqProv: no |
AutoReqProv: no |
30 |
Access with admin login credentials via https://yourdomain/phpsysinfo |
Access with admin login credentials via https://yourdomain/phpsysinfo |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
|
* Sun Jul 31 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.2.3-6.sme |
34 |
|
- update to httpd 2.4 access syntax [SME: 12057] |
35 |
|
removed compatibnility, added Requires e-smith-apache >= 2.6.0-19 |
36 |
|
|
37 |
|
* Sun Jul 24 2022 Jean-Philippe Pialasse <tests@pialasse.com> 3.2.3-5.sme |
38 |
|
- update to httpd 2.4 access syntax [SME: 12057] |
39 |
|
|
40 |
|
* Wed Apr 07 2021 Brian Read <brianr@bjsystems.co.uk> 3.2.3-4.sme |
41 |
|
- Add Update event to createlinks [SME: 11054] |
42 |
|
|
43 |
|
* Wed Apr 07 2021 BogusDateBot |
44 |
|
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday, |
45 |
|
by assuming the date is correct and changing the weekday. |
46 |
|
Thu May 30 2001 --> Thu May 24 2001 or Wed May 30 2001 or Thu May 31 2001 or .... |
47 |
|
Wed Sep 22 2015 --> Wed Sep 16 2015 or Tue Sep 22 2015 or Wed Sep 23 2015 or .... |
48 |
|
|
49 |
* 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 |
50 |
- fix process formating [SME: 10329] |
- Add Update event to createlinks process formating [SME: 10329] |
51 |
|
|
52 |
* 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 |
53 |
|
Wed Sep 22 2015 --> Wed Sep 16 2015 or Tue Sep 22 2015 or Wed Sep 23 2015 or .... |
54 |
- Upgrade to upstream 3.2.3 |
- Upgrade to upstream 3.2.3 |
55 |
- Require hddtemp lm_sensors |
- Require hddtemp lm_sensors |
56 |
|
|
110 |
- [1.8-0] |
- [1.8-0] |
111 |
* Sun Sep 23 2001 Darrell May <dmay@netsourced.com> |
* Sun Sep 23 2001 Darrell May <dmay@netsourced.com> |
112 |
- name change |
- name change |
113 |
* Thu May 30 2001 Darrell May <dmay@netsourced.com> |
* Wed May 30 2001 Darrell May <dmay@netsourced.com> |
114 |
|
Thu May 30 2001 --> Thu May 24 2001 or Wed May 30 2001 or Thu May 31 2001 or .... |
115 |
- 2.1.0-1 |
- 2.1.0-1 |
116 |
- Original version |
- Original version |
117 |
|
|
118 |
%prep |
%prep |
119 |
%setup |
%setup |
120 |
%patch0 -p1 |
%patch0 -p1 |
121 |
|
%patch1 -p1 |
122 |
|
%patch2 -p1 |
123 |
|
|
124 |
%build |
%build |
125 |
perl createlinks |
perl createlinks |