5 |
Summary: smeserver-mailalias |
Summary: smeserver-mailalias |
6 |
%define name smeserver-mailalias |
%define name smeserver-mailalias |
7 |
%define version 0.1 |
%define version 0.1 |
8 |
%define release 3 |
%define release 4 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
14 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
15 |
Patch0: smeserver-mailalias-0.1-translation.patch |
Patch0: smeserver-mailalias-0.1-translation.patch |
16 |
Patch1: smeserver-mailalias-0.1-locale-2018-12-14.patch |
Patch1: smeserver-mailalias-0.1-locale-2018-12-14.patch |
17 |
|
Patch2: smeserver-mailalias-0.1.createlinks.patch |
18 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
19 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
20 |
BuildArch: noarch |
BuildArch: noarch |
30 |
%setup |
%setup |
31 |
%patch0 -p1 |
%patch0 -p1 |
32 |
%patch1 -p1 |
%patch1 -p1 |
33 |
|
%patch2 -p1 |
34 |
|
|
35 |
%build |
%build |
36 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
51 |
|
|
52 |
|
|
53 |
%changelog |
%changelog |
54 |
|
* Sun Dec 16 2018 Terry Fage <tfage@yahoo.com.au> 0.1-4 |
55 |
|
- fix wrong path and file name in createlinks [SME: 10518] |
56 |
|
|
57 |
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-3 |
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-3 |
58 |
- apply locale patch 2018-12-14 |
- apply locale patch 2018-12-14 |
59 |
- bump required SME release version |
- bump required SME release version |