1 |
# $Id: smeserver-denyhosts.spec,v 1.21 2009/03/01 19:23:48 snetram Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.22 2009/03/03 21:36:58 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 18 |
%define release 19 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
27 |
Patch12: smeserver-denyhosts-2.6-fixTypo.patch |
Patch12: smeserver-denyhosts-2.6-fixTypo.patch |
28 |
Patch13: smeserver-denyhosts-2.6-locale-2009-03-01.patch |
Patch13: smeserver-denyhosts-2.6-locale-2009-03-01.patch |
29 |
Patch14: smeserver-denyhosts-2.6-locale-2009-03-03.patch |
Patch14: smeserver-denyhosts-2.6-locale-2009-03-03.patch |
30 |
|
Patch15: smeserver-denyhosts-2.6-locale-2009-04-27.patch |
31 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
32 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
33 |
BuildArch: noarch |
BuildArch: noarch |
56 |
%patch12 -p1 |
%patch12 -p1 |
57 |
%patch13 -p1 |
%patch13 -p1 |
58 |
%patch14 -p1 |
%patch14 -p1 |
59 |
|
%patch15 -p1 |
60 |
|
|
61 |
%build |
%build |
62 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
77 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
78 |
|
|
79 |
%changelog |
%changelog |
80 |
|
* Mon Apr 27 2009 SME Translation Server <translations@contribs.org> 2.6-19.sme |
81 |
|
- apply locale 2009-04-27 patch |
82 |
|
|
83 |
* Tue Mar 03 2009 SME Translation Server |
* Tue Mar 03 2009 SME Translation Server |
84 |
- apply locale 2009-03-03 patch |
- apply locale 2009-03-03 patch |
85 |
|
|