1 |
# $Id: smeserver-wbl.spec,v 1.3 2013/07/16 00:07:44 unnilennium Exp $ |
# $Id: smeserver-wbl.spec,v 1.4 2013/07/16 00:22:43 unnilennium Exp $ |
2 |
# Authority: gzartman |
# Authority: gzartman |
3 |
# Name: Greg Zartman |
# Name: Greg Zartman |
4 |
|
|
6 |
%define name smeserver-wbl |
%define name smeserver-wbl |
7 |
Name: %{name} |
Name: %{name} |
8 |
%define version 0.1.0 |
%define version 0.1.0 |
9 |
%define release 19 |
%define release 20 |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
32 |
Patch18: smeserver-wbl-0.1.0-locale-2013-07-15.patch |
Patch18: smeserver-wbl-0.1.0-locale-2013-07-15.patch |
33 |
Patch19: smeserver-wbl-0.1.0-ReqRes.patch |
Patch19: smeserver-wbl-0.1.0-ReqRes.patch |
34 |
Patch20: smeserver-wbl-0.1.0-WBLentry.patch |
Patch20: smeserver-wbl-0.1.0-WBLentry.patch |
35 |
|
Patch21: smeserver-wbl-0.1.0_earlier_declaration_in_same_scope.patch |
36 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
37 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
38 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
47 |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
spamassassin /etc/mail/spammassassin/local.cf whitelist_from |
48 |
|
|
49 |
%changelog |
%changelog |
50 |
|
* Tue Apr 8 2014 Stephane de Labrusse 0.1.0-20.sme |
51 |
|
- patch to rename variables which have earlier declarations in the same scope. [SME: 8319] |
52 |
|
|
53 |
* Mon Jul 15 2013 JP Pialasse <tests@pialasse.com> 0.1.0-19.sme |
* Mon Jul 15 2013 JP Pialasse <tests@pialasse.com> 0.1.0-19.sme |
54 |
- apply locale 2013-07-15 patch |
- apply locale 2013-07-15 patch |
55 |
- fix for SME8 [SME: 7007] |
- fix for SME8 [SME: 7007] |
173 |
%patch18 -p1 |
%patch18 -p1 |
174 |
%patch19 -p1 |
%patch19 -p1 |
175 |
%patch20 -p1 |
%patch20 -p1 |
176 |
|
%patch21 -p1 |
177 |
%build |
%build |
178 |
perl createlinks |
perl createlinks |
179 |
|
|