1 |
%define name smeserver-wsdd |
%define name smeserver-wsdd |
2 |
%define version 0.2 |
%define version 0.2 |
3 |
%define release 1 |
%define release 2 |
4 |
Summary: Plugin to enable wsdd |
Summary: Plugin to enable wsdd |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
16 |
Requires: python3 |
Requires: python3 |
17 |
Requires: wsdd >= 0.6 |
Requires: wsdd >= 0.6 |
18 |
|
|
19 |
|
Patch0: smeserver-wsdd-0.2-Add-in-systemd-startup-in-createlinks.patch |
20 |
AutoReqProv: no |
AutoReqProv: no |
21 |
|
|
22 |
%description |
%description |
23 |
wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows. |
wsdd implements a Web Service Discovery host daemon. This enables (Samba) hosts, like your local NAS device, to be found by Web Service Discovery Clients like Windows. |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Fri Nov 27 2020 Brian Read <brianr@bjsystems.co.uk> 0.2-2.sme |
27 |
|
- Add in creatlinks stuff for systemd startup [SME: 11209] |
28 |
|
|
29 |
* Mon Jul 06 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-1.sme |
* Mon Jul 06 2020 John Crisp <jcrisp@safeandsoundit.co.uk> 0.2-1.sme |
30 |
- template unit file |
- template unit file |
31 |
- template masq file |
- template masq file |
36 |
|
|
37 |
%prep |
%prep |
38 |
%setup |
%setup |
39 |
|
%patch0 -p1 |
40 |
|
|
41 |
%build |
%build |
42 |
perl createlinks |
perl createlinks |