1 |
# $Id: smeserver-denyhosts.spec,v 1.4 2008/04/22 18:11:58 slords Exp $ |
# $Id: smeserver-denyhosts.spec,v 1.5 2008/04/22 18:15:19 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 4 |
%define release 5 |
9 |
Name: %{name} |
Name: %{name} |
10 |
Version: %{version} |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
12 |
License: GPL |
License: GPL |
13 |
Group: Applications/System |
Group: Applications/System |
14 |
Source: %{name}-%{version}.tgz |
Source: %{name}-%{version}.tgz |
15 |
|
Patch0: smeserver-denyhosts-2.6-locale-2008-04-22.patch |
16 |
Url: http://smeserver.pialasse.com/ |
Url: http://smeserver.pialasse.com/ |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildArch: noarch |
BuildArch: noarch |
25 |
|
|
26 |
%prep |
%prep |
27 |
%setup |
%setup |
28 |
|
%patch0 -p1 |
29 |
|
|
30 |
%build |
%build |
31 |
/usr/bin/perl createlinks |
/usr/bin/perl createlinks |
46 |
touch /etc/hosts.deny_ssh |
touch /etc/hosts.deny_ssh |
47 |
|
|
48 |
%changelog |
%changelog |
49 |
|
* Tue Apr 22 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 2.6-5 |
50 |
|
- Added 22 April 2008 locale patch |
51 |
|
|
52 |
* Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 2.6-4.sme |
* Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 2.6-4.sme |
53 |
- Pull out all denyhosts stuff |
- Pull out all denyhosts stuff |
54 |
- Template needed files |
- Template needed files |