1 |
%define version 1.0 |
%define version 1.0 |
2 |
%define release 3 |
%define release 4 |
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} |
9 |
Group: SMEserver/addon |
Group: SMEserver/addon |
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 |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
rpm to setup zoneminder |
rpm to setup zoneminder |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Tue Mar 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-4.sme |
27 |
|
- fix wrong cgi path preventing realtime image to display [SME: 10539] |
28 |
|
|
29 |
* Tue Mar 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-3.sme |
* Tue Mar 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-3.sme |
30 |
- fix few bugs on initial release [SME: 10539] |
- fix few bugs on initial release [SME: 10539] |
31 |
- fix auth using SME Server admin user and pass for http auth |
- fix auth using SME Server admin user and pass for http auth |
32 |
|
- add setting of mysql for innodb |
33 |
|
|
34 |
* Tue Mar 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme |
* Tue Mar 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 1.0-2.sme |
35 |
- fix bad dep to phpscl should be php-scl [SME: 10539] |
- fix bad dep to phpscl should be php-scl [SME: 10539] |
57 |
%prep |
%prep |
58 |
%setup |
%setup |
59 |
%patch0 -p1 |
%patch0 -p1 |
60 |
|
%patch1 -p1 |
61 |
|
|
62 |
%build |
%build |
63 |
perl createlinks |
perl createlinks |