1 |
# $Id: smeserver-denyhosts.spec,v 1.26 2009/10/27 17:43:51 slords Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.27 2010/03/03 04:01:42 slords 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 23 |
%define release 24 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
32 |
Patch17: smeserver-denyhosts-2.6-locale-2009-08-24.patch |
Patch17: smeserver-denyhosts-2.6-locale-2009-08-24.patch |
33 |
Patch18: smeserver-denyhosts-2.6-locale-2009-10-27.patch |
Patch18: smeserver-denyhosts-2.6-locale-2009-10-27.patch |
34 |
Patch19: smeserver-denyhosts-2.6-locale-2010-03-02.patch |
Patch19: smeserver-denyhosts-2.6-locale-2010-03-02.patch |
35 |
|
Patch20: smeserver-denyhosts-2.6-locale-2010-05-23.patch |
36 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
37 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
38 |
BuildArch: noarch |
BuildArch: noarch |
66 |
%patch17 -p1 |
%patch17 -p1 |
67 |
%patch18 -p1 |
%patch18 -p1 |
68 |
%patch19 -p1 |
%patch19 -p1 |
69 |
|
%patch20 -p1 |
70 |
|
|
71 |
%build |
%build |
72 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
87 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
88 |
|
|
89 |
%changelog |
%changelog |
90 |
|
* Sun May 23 2010 SME Translation Server <translations@contribs.org> 2.6-24.sme |
91 |
|
- apply locale 2010-05-23 patch |
92 |
|
|
93 |
* Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 2.6-23.sme |
* Tue Mar 02 2010 SME Translation Server <translations@contribs.org> 2.6-23.sme |
94 |
- apply locale 2010-03-02 patch |
- apply locale 2010-03-02 patch |
95 |
|
|