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 1 |
%define release 5 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: Applications/System |
Group: Applications/System |
14 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
15 |
|
Patch0: smeserver-mailalias-0.1-translation.patch |
16 |
|
Patch1: smeserver-mailalias-0.1-locale-2018-12-14.patch |
17 |
|
Patch2: smeserver-mailalias-0.1.createlinks.patch |
18 |
|
Patch3: smeserver-mailalias-0.1-locale-2019-12-07.patch |
19 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
20 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
21 |
BuildArch: noarch |
BuildArch: noarch |
22 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
Requires: smeserver-release >= 7.0 |
Requires: smeserver-release >= 9.0 |
24 |
Requires: e-smith-formmagick >= 1.4.0-12 |
Requires: e-smith-formmagick >= 1.4.0-12 |
25 |
|
|
26 |
%description |
%description |
29 |
|
|
30 |
%prep |
%prep |
31 |
%setup |
%setup |
32 |
|
%patch0 -p1 |
33 |
|
%patch1 -p1 |
34 |
|
%patch2 -p1 |
35 |
|
%patch3 -p1 |
36 |
|
|
37 |
%build |
%build |
38 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
53 |
|
|
54 |
|
|
55 |
%changelog |
%changelog |
56 |
|
* Sat Dec 07 2019 SME Translation Server <translations@contribs.org> 0.1-5.sme |
57 |
|
- apply locale 2019-12-07 patch |
58 |
|
|
59 |
|
* Sun Dec 16 2018 Terry Fage <tfage@yahoo.com.au> 0.1-4 |
60 |
|
- fix wrong path and file name in createlinks [SME: 10518] |
61 |
|
|
62 |
|
* Fri Dec 14 2018 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-3 |
63 |
|
- apply locale patch 2018-12-14 |
64 |
|
- bump required SME release version |
65 |
|
|
66 |
|
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-2.sme |
67 |
|
- improve translation strings |
68 |
|
|
69 |
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-1.sme |
* Tue Feb 13 2018 Jean-Philipe Pialasse <tests@pialasse.com> 0.1-1.sme |
70 |
- fix wrong pm path [SME: 10518] |
- fix wrong pm path [SME: 10518] |
71 |
|
|