1 |
%define name smeserver-motd |
%define name smeserver-motd |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 4 |
%define release 5 |
4 |
Summary: Adjust the login motd display |
Summary: Adjust the login motd display |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
Patch1: smeserver-motd-addstatuskey.patch |
Patch1: smeserver-motd-addstatuskey.patch |
13 |
|
Patch2: smeserver-motd-addtypekey.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
21 |
A small contribution to give a more informative display on ssh login |
A small contribution to give a more informative display on ssh login |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
|
25 |
|
* Wed Jun 29 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-5.sme |
26 |
|
- Add db type key |
27 |
|
|
28 |
* Wed Jun 29 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-4.sme |
* Wed Jun 29 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-4.sme |
29 |
- Add db status key |
- Add db status key |
30 |
|
|
40 |
%prep |
%prep |
41 |
%setup |
%setup |
42 |
%patch1 -p1 |
%patch1 -p1 |
43 |
|
%patch2 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
perl createlinks |
perl createlinks |