1 |
%define name smeserver-rsync |
%define name smeserver-rsync |
2 |
%define version 1.3 |
%define version 1.3 |
3 |
%define release 1 |
%define release 2 |
4 |
Summary: SMEserver rpm for rsync |
Summary: SMEserver rpm for rsync |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
10 |
Distribution: SME Server |
Distribution: SME Server |
11 |
Group: SMEServer/addon |
Group: SMEServer/addon |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch1: smeserver-rsync-spelling-update.patch |
14 |
Packager: Stephen Noble <stephen@dungog.net> |
Packager: Stephen Noble <stephen@dungog.net> |
15 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
18 |
Requires: e-smith-release >= 8 |
Requires: e-smith-release >= 9 |
19 |
AutoReqProv: no |
AutoReqProv: no |
20 |
|
|
21 |
|
|
22 |
%description |
%description |
23 |
SMEserver rpm for setting up rsync jobs with a server panel |
SMEserver rpm for setting up rsync jobs with a server panel |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Thu Apr 17 2018 John Crisp <jcrisp@safeandsoundit.co.uk> |
27 |
|
- Set default Options to test |
28 |
|
- Fix spelling 'recieve' |
29 |
|
- Set default status to Test |
30 |
|
- Modify wording [SME:9684] |
31 |
|
- [1.3-2] |
32 |
|
|
33 |
* Thu Apr 21 2016 John Crisp <jcrisp@safeandsounit.co.uk> |
* Thu Apr 21 2016 John Crisp <jcrisp@safeandsounit.co.uk> |
34 |
- First import to smecontribs |
- First import to smecontribs |
35 |
|
|
77 |
%prep |
%prep |
78 |
%setup |
%setup |
79 |
|
|
80 |
|
%patch1 -p1 |
81 |
|
|
82 |
%build |
%build |
83 |
perl createlinks |
perl createlinks |
84 |
|
|