1 |
# $Id: smeserver-denyhosts.spec,v 1.11 2008/05/05 19:02:45 snetram Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.12 2008/05/21 20:07:27 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 10 |
%define release 11 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
19 |
Patch4: smeserver-denyhosts-2.6-add2general.patch |
Patch4: smeserver-denyhosts-2.6-add2general.patch |
20 |
Patch5: smeserver-denyhosts-2.6-locale-2008-05-05.patch |
Patch5: smeserver-denyhosts-2.6-locale-2008-05-05.patch |
21 |
Patch6: smeserver-denyhosts-2.6-locale-2008-05-21.patch |
Patch6: smeserver-denyhosts-2.6-locale-2008-05-21.patch |
22 |
|
Patch7: smeserver-denyhosts-2.6-locale-2008-06-25.patch |
23 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildArch: noarch |
BuildArch: noarch |
40 |
%patch4 -p1 |
%patch4 -p1 |
41 |
%patch5 -p1 |
%patch5 -p1 |
42 |
%patch6 -p1 |
%patch6 -p1 |
43 |
|
%patch7 -p1 |
44 |
|
|
45 |
%build |
%build |
46 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
61 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
62 |
|
|
63 |
%changelog |
%changelog |
64 |
|
* Wed Jun 25 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-11 |
65 |
|
- Actually apply 25 Jun 2008 locale patch, forgot to commit patch |
66 |
|
|
67 |
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-10 |
* Thu May 21 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-10 |
68 |
- Apply 21 May 2008 locale patch |
- Apply 21 May 2008 locale patch |
69 |
|
|