1 |
# $Id: smeserver-denyhosts.spec,v 1.15 2008/10/15 08:19:43 snetram Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.19 2009/01/31 07:44:45 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 14 |
%define release 16 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
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 |
Patch10: smeserver-denyhosts-2.6-locale-2008-11-05.patch |
26 |
|
Patch11: smeserver-denyhosts-2.6-locale-2009-01-31.patch |
27 |
|
Patch12: smeserver-denyhosts-2.6-fixTypo.patch |
28 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
29 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
30 |
BuildArch: noarch |
BuildArch: noarch |
49 |
%patch8 -p1 |
%patch8 -p1 |
50 |
%patch9 -p1 |
%patch9 -p1 |
51 |
%patch10 -p1 |
%patch10 -p1 |
52 |
|
%patch11 -p1 |
53 |
|
%patch12 -p1 |
54 |
|
|
55 |
%build |
%build |
56 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
71 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
72 |
|
|
73 |
%changelog |
%changelog |
74 |
|
* Mon Feb 16 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-16 |
75 |
|
- Fix typo in en-us locale [SME: 4932] |
76 |
|
|
77 |
|
* Sat Jan 31 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-15 |
78 |
|
- Apply 31 Jan 2009 locale patch [SME: 4951] |
79 |
|
|
80 |
* Wed Nov 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-14 |
* Wed Nov 5 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-14 |
81 |
- Apply 5 Nov 2008 locale patch |
- Apply 5 Nov 2008 locale patch |
82 |
|
|