1 |
# $Id: smeserver-mailman.spec,v 1.4 2013/07/13 03:19:27 unnilennium Exp $ |
# $Id: smeserver-mailman.spec,v 1.8 2013/09/18 20:24:13 unnilennium Exp $ |
2 |
# Authority: gordonr |
# Authority: gordonr |
3 |
# Name: Gordon Rowell |
# Name: Gordon Rowell |
4 |
|
|
9 |
%define name smeserver-mailman |
%define name smeserver-mailman |
10 |
Name: %{name} |
Name: %{name} |
11 |
%define version 1.3.0 |
%define version 1.3.0 |
12 |
%define release 40 |
%define release 44 |
13 |
Version: %{version} |
Version: %{version} |
14 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
15 |
License: GPL |
License: GPL |
49 |
Patch31: smeserver-mailman-1.3.0-locale-2011-04-27.patch |
Patch31: smeserver-mailman-1.3.0-locale-2011-04-27.patch |
50 |
Patch32: smeserver-mailman-1.3.0-locale-2012-03-20.patch |
Patch32: smeserver-mailman-1.3.0-locale-2012-03-20.patch |
51 |
Patch33: smeserver-mailman-1.3.0-BootStrap.patch |
Patch33: smeserver-mailman-1.3.0-BootStrap.patch |
52 |
|
Patch34: smeserver-mailman-1.3.0-restarthang.patch |
53 |
|
Patch35: smeserver-mailman-1.3.0-locale-2013-07-14.patch |
54 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
55 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
56 |
Requires: e-smith-base |
Requires: e-smith-base |
66 |
Add Mailman integration to the SME server. |
Add Mailman integration to the SME server. |
67 |
|
|
68 |
%changelog |
%changelog |
69 |
|
* Thu Sep 19 2013 JP Pialasse <tests@pialasse.com> 1.3.0-44.sme |
70 |
|
- fix case sensitive TRUE to true in smeserver-mailman-1.3.0-restarthang.patch |
71 |
|
- wrong path to actions folder fixed |
72 |
|
- see [SME: 7845] |
73 |
|
|
74 |
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-42.sme |
75 |
|
- apply locale 2013-07-14 patch |
76 |
|
|
77 |
|
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 1.3.0-41.sme |
78 |
|
- fix signal-event hang on mailman restart [SME ] |
79 |
* Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-40.sme |
* Mon Jul 01 2013 JP Pialasse <tests@pialasse.com> 1.3.0-40.sme |
80 |
- fix expanding pyc pyo [SME: 7730] |
- fix expanding pyc pyo [SME: 7730] |
81 |
|
|
338 |
%patch31 -p1 |
%patch31 -p1 |
339 |
%patch32 -p1 |
%patch32 -p1 |
340 |
%patch33 -p1 |
%patch33 -p1 |
341 |
|
%patch34 -p1 |
342 |
|
%patch35 -p1 |
343 |
|
|
344 |
/bin/rm -r root/opt/mailman |
/bin/rm -r root/opt/mailman |
345 |
|
|