1 |
%define version 1.0 |
%define version 1.0 |
2 |
%define release 7 |
%define release 12 |
3 |
Summary: Set up zoneminder for SME Server. |
Summary: Set up zoneminder for SME Server. |
4 |
Name: smeserver-zoneminder |
Name: smeserver-zoneminder |
5 |
Version: %{version} |
Version: %{version} |
11 |
Patch0: smeserver-zoneminder-1.0-bz10539-initial_fixes.patch |
Patch0: smeserver-zoneminder-1.0-bz10539-initial_fixes.patch |
12 |
Patch1: smeserver-zoneminder-1.0-bz10539-fix-cgi-path.patch |
Patch1: smeserver-zoneminder-1.0-bz10539-fix-cgi-path.patch |
13 |
Patch2: smeserver-zoneminder-1.0-bz10676-fix-sql-perms.patch |
Patch2: smeserver-zoneminder-1.0-bz10676-fix-sql-perms.patch |
14 |
|
Patch3: smeserver-zoneminder-1.0-Update-httpd-for-php-fpw.patch |
15 |
|
Patch4: smeserver-zoneminder-1.0-Update-for-SME10-systemd.patch |
16 |
|
Patch5: smeserver-zoneminder-1.0-bz12069-24syntax.patch |
17 |
|
|
18 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
20 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
21 |
Requires: e-smith-release >= 9.0 |
Requires: e-smith-release >= 10.0 |
22 |
|
Requires: e-smith-apache >= 2.6.0-19 |
23 |
|
Requires: smeserver-php >= 3.0.0-43 |
24 |
Requires: zoneminder |
Requires: zoneminder |
25 |
Requires: e-smith-base |
Requires: e-smith-base |
26 |
Requires: smeserver-php-scl |
#Requires: php70-php-pecl-apcu-bc php71-php-pecl-apcu-bc php72-php-pecl-apcu-bc php73-php-pecl-apcu-bc |
27 |
Requires: php70-php-pecl-apcu-bc php71-php-pecl-apcu-bc php72-php-pecl-apcu-bc php73-php-pecl-apcu-bc |
#Requires: php54-php-pecl-apcu php55-php-pecl-apcu php56-php-pecl-apcu php70-php-pecl-apcu php71-php-pecl-apcu php72-php-pecl-apcu php73-php-pecl-apcu |
|
Requires: php54-php-pecl-apcu php55-php-pecl-apcu php56-php-pecl-apcu php70-php-pecl-apcu php71-php-pecl-apcu php72-php-pecl-apcu php73-php-pecl-apcu |
|
|
Requires: ffmpeg-compat_0.10.16 |
|
28 |
AutoReqProv: no |
AutoReqProv: no |
29 |
|
|
30 |
%description |
%description |
31 |
rpm to setup zoneminder |
rpm to setup zoneminder |
32 |
|
|
33 |
%changelog |
%changelog |
34 |
|
* Mon Aug 01 2022 Jean-Philippe Pialasse <tests@pialasse.com> 1.0-12.sme |
35 |
|
- adapt to httpd 2.4 access syntax [SME: 12069] |
36 |
|
|
37 |
|
* Tue Feb 16 2021 Brian Read <brianr@bjsystems.co.uk> 1.0-11.sme |
38 |
|
- Update for systemd changes [SME: 11226] |
39 |
|
|
40 |
|
* Fri Dec 04 2020 Brian Read <brianr@bjsystems.co.uk> 1.0-10.sme |
41 |
|
- Update httpds.conf for php-fpw [SME: 11226] |
42 |
|
|
43 |
|
* Thu Dec 03 2020 Brian Read <brianr@bjsystems.co.uk> 1.0-9.sme |
44 |
|
- Remove smeserver-php-scl [SME: 11226] |
45 |
|
|
46 |
|
* Thu Dec 03 2020 Brian Read <brianr@bjsystems.co.uk> 1.0-8.sme |
47 |
|
- Initial import to SME10 tree [SME: 11226] |
48 |
|
|
49 |
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-7.sme |
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-7.sme |
50 |
- add deps [SME: 10539] |
- add deps [SME: 10539] |
51 |
- fix sql init file perms [SME: 10676] |
- fix sql init file perms [SME: 10676] |
86 |
%patch0 -p1 |
%patch0 -p1 |
87 |
%patch1 -p1 |
%patch1 -p1 |
88 |
%patch2 -p1 |
%patch2 -p1 |
89 |
|
%patch3 -p1 |
90 |
|
%patch4 -p1 |
91 |
|
%patch5 -p1 |
92 |
|
|
93 |
%build |
%build |
94 |
perl createlinks |
perl createlinks |