1 |
slords |
1.4 |
# $Id: smeserver-denyhosts.spec,v 1.1 2008/04/21 17:25:59 slords Exp $ |
2 |
slords |
1.1 |
# Authority: unnilennium |
3 |
|
|
# Name: Jean-Philippe Pialasse |
4 |
|
|
|
5 |
|
|
Summary: smeserver-denyhosts |
6 |
|
|
%define name smeserver-denyhosts |
7 |
|
|
%define version 2.6 |
8 |
slords |
1.4 |
%define release 4 |
9 |
|
|
Name: %{name} |
10 |
slords |
1.1 |
Version: %{version} |
11 |
|
|
Release: %{release}%{?dist} |
12 |
|
|
License: GPL |
13 |
|
|
Group: Applications/System |
14 |
|
|
Source: %{name}-%{version}.tgz |
15 |
|
|
Url: http://smeserver.pialasse.com/ |
16 |
|
|
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
17 |
|
|
BuildArch: noarch |
18 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
19 |
|
|
Requires: smeserver-release >= 7.0 |
20 |
slords |
1.4 |
Requires: denyhosts >= 2.6 |
21 |
slords |
1.1 |
|
22 |
|
|
%description |
23 |
slords |
1.4 |
Integration package to mesh denyhosts with SME Server. |
24 |
slords |
1.1 |
|
25 |
|
|
%prep |
26 |
|
|
%setup |
27 |
|
|
|
28 |
unnilennium |
1.2 |
%build |
29 |
slords |
1.4 |
/usr/bin/perl createlinks |
30 |
unnilennium |
1.2 |
|
31 |
slords |
1.1 |
%install |
32 |
|
|
/bin/rm -rf $RPM_BUILD_ROOT |
33 |
|
|
(cd root ; /usr/bin/find . -depth -print | /bin/cpio -dump $RPM_BUILD_ROOT) |
34 |
|
|
/bin/rm -f %{name}-%{version}-filelist |
35 |
|
|
/sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist |
36 |
|
|
|
37 |
|
|
%files -f %{name}-%{version}-filelist |
38 |
|
|
%defattr(-,root,root,-) |
39 |
|
|
|
40 |
|
|
%clean |
41 |
|
|
rm -rf $RPM_BUILD_ROOT |
42 |
|
|
|
43 |
|
|
%changelog |
44 |
slords |
1.4 |
* Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 2.6-4.sme |
45 |
|
|
- Pull out all denyhosts stuff |
46 |
|
|
- Template needed files |
47 |
|
|
- Add database defaults |
48 |
|
|
- Split panel to use correct FormMagick style |
49 |
unnilennium |
1.2 |
|
50 |
slords |
1.1 |
* Mon Mar 31 2008 JP PIALASSE tests@pialasse.com 2.6-0.3 |
51 |
|
|
- bug in install scriptlet corrected |
52 |
|
|
- bug about XML error on install corrected |
53 |
|
|
|
54 |
|
|
* Sun Mar 30 2008 JP PIALASSE tests@pialasse.com 2.6-0.2 |
55 |
|
|
- incorrect template name for hosts.allow corrected |
56 |
|
|
|
57 |
|
|
* Sat Mar 29 2008 JP PIALASSE tests@pialasse.com 2.6-0.1 |
58 |
|
|
- first package for SME from denyhosts src rpm for fedora core 4 |
59 |
|
|
- panel for server-manager |