1 |
# $Id: smeserver-denyhosts.spec,v 1.14 2008/07/01 19:47:42 snetram Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.15 2008/10/15 08:19:43 snetram Exp $ |
2 |
# Authority: unnilennium |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
# Name: Jean-Philippe Pialasse |
4 |
|
|
5 |
Summary: smeserver-denyhosts |
Summary: smeserver-denyhosts |
6 |
%define name smeserver-denyhosts |
%define name smeserver-denyhosts |
7 |
%define version 2.6 |
%define version 2.6 |
8 |
%define release 13 |
%define release 14 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
22 |
Patch7: smeserver-denyhosts-2.6-locale-2008-06-25.patch |
Patch7: smeserver-denyhosts-2.6-locale-2008-06-25.patch |
23 |
Patch8: smeserver-denyhosts-2.6-locale-2008-07-01.patch |
Patch8: smeserver-denyhosts-2.6-locale-2008-07-01.patch |
24 |
Patch9: smeserver-denyhosts-2.6-locale-2008-10-15.patch |
Patch9: smeserver-denyhosts-2.6-locale-2008-10-15.patch |
25 |
|
Patch10: smeserver-denyhosts-2.6-locale-2008-11-05.patch |
26 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildArch: noarch |
BuildArch: noarch |
46 |
%patch7 -p1 |
%patch7 -p1 |
47 |
%patch8 -p1 |
%patch8 -p1 |
48 |
%patch9 -p1 |
%patch9 -p1 |
49 |
|
%patch10 -p1 |
50 |
|
|
51 |
%build |
%build |
52 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
67 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
68 |
|
|
69 |
%changelog |
%changelog |
70 |
|
* Wed Nov 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-14 |
71 |
|
- Apply 5 Nov 2008 locale patch |
72 |
|
|
73 |
* Wed Oct 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-13 |
* Wed Oct 15 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-13 |
74 |
- Apply 15 Oct 2008 locale patch |
- Apply 15 Oct 2008 locale patch |
75 |
|
|