1 |
# $Id: smeserver-denyhosts.spec,v 1.7 2015/03/31 04:23:15 unnilennium Exp $ |
2 |
# Authority: unnilennium |
3 |
# Name: Jean-Philippe Pialasse |
4 |
|
5 |
Summary: smeserver-denyhosts |
6 |
%define name smeserver-denyhosts |
7 |
%define version 2.9 |
8 |
%define release 5 |
9 |
Name: %{name} |
10 |
Version: %{version} |
11 |
Release: %{release}%{?dist} |
12 |
License: GPL |
13 |
Group: Applications/System |
14 |
Source: %{name}-%{version}.tgz |
15 |
Patch0: smeserver-denyhosts-2.9-regexpatch.patch |
16 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
BuildArch: noarch |
18 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
Requires: smeserver-release >= 8.0 |
20 |
Requires: denyhosts >= 2.6-20 |
21 |
Requires: e-smith-formmagick >= 1.4.0-12 |
22 |
|
23 |
%description |
24 |
Integration package to mesh denyhosts with SME Server. |
25 |
|
26 |
%prep |
27 |
%setup |
28 |
%patch0 -p1 |
29 |
|
30 |
%build |
31 |
/usr/bin/perl createlinks |
32 |
|
33 |
%install |
34 |
/bin/rm -rf $RPM_BUILD_ROOT |
35 |
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
36 |
/bin/rm -f %{name}-%{version}-filelist |
37 |
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
38 |
|
39 |
%files -f %{name}-%{version}-filelist |
40 |
%defattr(-,root,root,-) |
41 |
|
42 |
%clean |
43 |
rm -rf $RPM_BUILD_ROOT |
44 |
|
45 |
%post |
46 |
touch /etc/hosts.deny_ssh |
47 |
|
48 |
%changelog |
49 |
* Mon Mar 30 2015 JP Pialasse <tests@pialasse.com> 2.9-5.sme |
50 |
- fixed non working REGEX [SME: 8894] |
51 |
- fixed should isntall epel version not repoforge [SME: 8892] |
52 |
|
53 |
* Sun Mar 29 2015 JP Pialasse <tests@pialasse.com> 2.9-1.sme |
54 |
- fixed path to perl modules |
55 |
|
56 |
* Mon Jun 16 2014 JP Pialasse <tests@pialasse.com> 2.8-1.sme |
57 |
- initial import to SME9 contribs |
58 |
|
59 |
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.7-2.sme |
60 |
- apply locale 2013-07-14 patch |
61 |
|
62 |
* Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 2.7-1.sme |
63 |
- Initial version |