2 |
%define name smeserver-mxbackup |
%define name smeserver-mxbackup |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 0.3 |
%define version 0.3 |
5 |
%define release 1 |
%define release 2 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release} |
Release: %{release} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
#Patch01: %{name}-%{version}-01.patch |
Patch0: smeserver-mxbackup-0.3-locale-2022-11-11.patch |
|
#Patch02: %{name}-%{version}-02.patch |
|
12 |
Packager: Pascal Schirrmann <schirrms@schirrms.net> |
Packager: Pascal Schirrmann <schirrms@schirrms.net> |
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
24 |
Adds a MX Backup Configuration panel to the SME server-manager. |
Adds a MX Backup Configuration panel to the SME server-manager. |
25 |
|
|
26 |
%changelog |
%changelog |
27 |
|
* Fri Nov 11 2022 Jean-Philippe Pialasse <tests@pialasse.com> 0.3-2.sme |
28 |
|
- apply local 2022-11-11 patch |
29 |
|
|
30 |
* Wed Aug 31 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-1.sme |
* Wed Aug 31 2022 John Crisp <jcrisp@safeandsoundit.co.uk> 0.3-1.sme |
31 |
- First import to Koozali SME v10 [SME: 12162] |
- First import to Koozali SME v10 [SME: 12162] |
32 |
|
|
80 |
|
|
81 |
%prep |
%prep |
82 |
%setup |
%setup |
83 |
# %patch01 -p1 |
%patch0 -p1 |
|
# %patch02 -p1 |
|
84 |
|
|
85 |
%build |
%build |
86 |
perl createlinks |
perl createlinks |