1 |
%define version 1.0 |
%define version 1.0 |
2 |
%define release 4 |
%define release 6 |
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} |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
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 |
14 |
|
|
15 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
Requires: zoneminder |
Requires: zoneminder |
20 |
Requires: e-smith-base |
Requires: e-smith-base |
21 |
Requires: smeserver-php-scl |
Requires: smeserver-php-scl |
22 |
|
Requires: php70-php-pecl-apcu-bc php71-php-pecl-apcu-bc php72-php-pecl-apcu-bc php73-php-pecl-apcu-bc |
23 |
|
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 |
24 |
|
Requires: ffmpeg-compat_0.10.16 |
25 |
AutoReqProv: no |
AutoReqProv: no |
26 |
|
|
27 |
%description |
%description |
28 |
rpm to setup zoneminder |
rpm to setup zoneminder |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Fri Dec 28 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-6.sme |
32 |
|
- add deps [SME: 10539] |
33 |
|
- fix sql init file perms [SME: 10676] |
34 |
|
|
35 |
* Tue Mar 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-4.sme |
* Tue Mar 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-4.sme |
36 |
- fix wrong cgi path preventing realtime image to display [SME: 10539] |
- fix wrong cgi path preventing realtime image to display [SME: 10539] |
37 |
|
|
67 |
%setup |
%setup |
68 |
%patch0 -p1 |
%patch0 -p1 |
69 |
%patch1 -p1 |
%patch1 -p1 |
70 |
|
# %patch2 -p1 |
71 |
|
|
72 |
%build |
%build |
73 |
perl createlinks |
perl createlinks |