6 |
%define name smeserver-ezmlm-web |
%define name smeserver-ezmlm-web |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.1.3 |
%define version 1.1.3 |
9 |
%define release 2 |
%define release 6 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
15 |
Source1: unknown.gif |
Source1: unknown.gif |
16 |
Patch0: smeserver-ezmlm-web-1.1.3-ezmlmweb331.patch |
Patch0: smeserver-ezmlm-web-1.1.3-ezmlmweb331.patch |
17 |
Patch1: smeserver-ezmlm-web-1.1.3-configurable.patch |
Patch1: smeserver-ezmlm-web-1.1.3-configurable.patch |
18 |
|
Patch2: smeserver-ezmlm-web-1.1.3-bz10241-security.patch |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: ezmlm-idx >= 7 |
Requires: ezmlm-idx >= 7 |
30 |
AutoReqProv: no |
AutoReqProv: no |
31 |
|
|
32 |
%changelog |
%changelog |
33 |
* Fri Apr 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.3-2.sme |
* Mon Apr 17 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.3-6.sme |
34 |
|
- improve security [SME: 10241] |
35 |
|
- added userpanel-mailinglist |
36 |
|
- added per user and per list delegation. |
37 |
|
- new template to expand for webusers file in different events |
38 |
|
|
39 |
|
* Fri Apr 22 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.1.3-4.sme |
40 |
- update for initial import [SME: 8439] |
- update for initial import [SME: 8439] |
41 |
- now support ezmlm-web-3.31 and ezmlm-idx-7.2.2 |
- now support ezmlm-web-3.31 and ezmlm-idx-7.2.2 |
42 |
|
- bump release to cvs admin -ko smeserver-ezmlm-web-1.1.3-configurable.patch |
43 |
|
|
44 |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.1.3-1.sme |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 1.1.3-1.sme |
45 |
- initial import to SME9 contribs |
- initial import to SME9 contribs |
224 |
%setup |
%setup |
225 |
%patch0 -p1 |
%patch0 -p1 |
226 |
%patch1 -p1 |
%patch1 -p1 |
227 |
|
%patch2 -p1 |
228 |
|
|
229 |
mkdir -p root/etc/e-smith/web/common |
mkdir -p root/etc/e-smith/web/common |
230 |
cp -f $RPM_SOURCE_DIR/unknown.gif root/etc/e-smith/web/common |
cp -f $RPM_SOURCE_DIR/unknown.gif root/etc/e-smith/web/common |
231 |
|
touch root/etc/e-smith/templates/home/e-smith/files/ezmlm/lists/webusers/template-begin |
232 |
|
touch root/etc/e-smith/templates/home/e-smith/files/ezmlm/lists/webusers/template-end |
233 |
|
|
234 |
|
|
235 |
%build |
%build |
236 |
mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin |
mkdir -p root/etc/e-smith/web/panels/manager/cgi-bin |