1 |
%define name smeserver-motd |
%define name smeserver-motd |
2 |
%define version 0.1 |
%define version 0.1 |
3 |
%define release 3 |
%define release 4 |
4 |
Summary: Adjust the login motd display |
Summary: Adjust the login motd display |
5 |
Name: %{name} |
Name: %{name} |
6 |
Version: %{version} |
Version: %{version} |
9 |
URL: http://libreswan.org/ |
URL: http://libreswan.org/ |
10 |
Group: SMEserver/addon |
Group: SMEserver/addon |
11 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
12 |
|
Patch1: smeserver-motd-addstatuskey.patch |
13 |
BuildRoot: /var/tmp/%{name}-%{version} |
BuildRoot: /var/tmp/%{name}-%{version} |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
20 |
A small contribution to give a more informative display on ssh login |
A small contribution to give a more informative display on ssh login |
21 |
|
|
22 |
%changelog |
%changelog |
23 |
|
* Wed Jun 29 2016 John Crisp <jcrisp@safeandsoundit.co.uk> 0.1-4.sme |
24 |
|
- Add db status key |
25 |
|
|
26 |
* Tue Jun 28 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-3.sme |
* Tue Jun 28 2016 stephane de Labrusse <stephdl@de-labrusse.fr> 0.1-3.sme |
27 |
- Initial release to contribs9 |
- Initial release to contribs9 |
28 |
|
|
34 |
|
|
35 |
%prep |
%prep |
36 |
%setup |
%setup |
37 |
|
%patch1 -p1 |
38 |
|
|
39 |
%build |
%build |
40 |
perl createlinks |
perl createlinks |