1 |
# $Id: smeserver-mailman.spec,v 1.4 2008/04/23 15:54:39 vip-ire Exp $ |
# $Id: smeserver-mailman.spec,v 1.10 2008/04/28 23:21:44 slords Exp $ |
2 |
# Authority: gordonr |
# Authority: gordonr |
3 |
# Name: Gordon Rowell |
# Name: Gordon Rowell |
4 |
|
|
6 |
%define name smeserver-mailman |
%define name smeserver-mailman |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 1.3.0 |
%define version 1.3.0 |
9 |
%define release 17 |
%define release 21 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
25 |
Patch10: smeserver-mailman-1.3.0-smelist.patch2 |
Patch10: smeserver-mailman-1.3.0-smelist.patch2 |
26 |
Patch11: smeserver-mailman-1.3.0-locale-2008-04-22.patch |
Patch11: smeserver-mailman-1.3.0-locale-2008-04-22.patch |
27 |
Patch12: smeserver-mailman-1.3.0-archives.patch |
Patch12: smeserver-mailman-1.3.0-archives.patch |
28 |
|
Patch13: smeserver-mailman-1.3.0-locale-2008-04-23.patch |
29 |
|
Patch14: smeserver-mailman-1.3.0-locale-2008-04-26.patch |
30 |
|
Patch15: smeserver-mailman-1.3.0-add2general.patch |
31 |
|
Patch16: smeserver-mailman-1.3.0-locale-2008-05-05.patch |
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
34 |
Requires: e-smith-base |
Requires: e-smith-base |
35 |
Requires: e-smith-release >= 7.0 |
Requires: e-smith-release >= 7.0 |
36 |
Requires: mailman >= 2.1.5.1-34.rhel4.3sme01 |
Requires: mailman >= 2.1.5.1-34.rhel4.3sme01 |
37 |
|
Requires: e-smith-formmagick >= 1.4.0-12 |
38 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
39 |
Obsoletes: e-smith-mailman |
Obsoletes: e-smith-mailman |
40 |
Provides: e-smith-mailman |
Provides: e-smith-mailman |
44 |
Add Mailman integration to the SME server. |
Add Mailman integration to the SME server. |
45 |
|
|
46 |
%changelog |
%changelog |
47 |
|
* Mon May 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.6-9 |
48 |
|
- Apply 5 May 2008 locale patch |
49 |
|
|
50 |
|
* Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-20 |
51 |
|
- Add common <base> tags to e-smith-formmagick's general |
52 |
|
|
53 |
|
* Sat Apr 26 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-19 |
54 |
|
- Added 26 April 2008 locale patch |
55 |
|
|
56 |
|
* Wed Apr 23 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-18 |
57 |
|
- Added 23 April 2008 locale patch |
58 |
|
- Fixed changelog |
59 |
|
|
60 |
* Wed Apr 23 2008 Daniel B. <daniel@firewall-services.com> 1.3.0-17 |
* Wed Apr 23 2008 Daniel B. <daniel@firewall-services.com> 1.3.0-17 |
61 |
- fix path for the archives (/var instead of /usr) [4252] |
- Fix path for the archives [SME: 4252] |
62 |
|
|
63 |
* Sun Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-16 |
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.3.0-16 |
64 |
- Added 22 April 2008 locale patch |
- Added 22 April 2008 locale patch |
65 |
|
|
66 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
229 |
%patch10 -p1 |
%patch10 -p1 |
230 |
%patch11 -p1 |
%patch11 -p1 |
231 |
%patch12 -p1 |
%patch12 -p1 |
232 |
|
%patch13 -p1 |
233 |
|
%patch14 -p1 |
234 |
|
%patch15 -p1 |
235 |
|
%patch16 -p1 |
236 |
|
|
237 |
/bin/rm -r root/opt/mailman |
/bin/rm -r root/opt/mailman |
238 |
|
|