/[smecontribs]/rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts.spec
ViewVC logotype

Annotation of /rpms/smeserver-denyhosts/contribs7/smeserver-denyhosts.spec

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (hide annotations) (download)
Tue Apr 22 18:15:19 2008 UTC (16 years, 1 month ago) by slords
Branch: MAIN
CVS Tags: smeserver-denyhosts-2_6-4_el4_sme
Changes since 1.4: +4 -1 lines
Fix spec

1 slords 1.5 # $Id: smeserver-denyhosts.spec,v 1.4 2008/04/22 18:11:58 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 slords 1.5 %post
44     touch /etc/hosts.deny_ssh
45    
46 slords 1.1 %changelog
47 slords 1.4 * Tue Apr 22 2008 Shad L. Lords <slords@mail.com> 2.6-4.sme
48     - Pull out all denyhosts stuff
49     - Template needed files
50     - Add database defaults
51     - Split panel to use correct FormMagick style
52 unnilennium 1.2
53 slords 1.1 * Mon Mar 31 2008 JP PIALASSE tests@pialasse.com 2.6-0.3
54     - bug in install scriptlet corrected
55     - bug about XML error on install corrected
56    
57     * Sun Mar 30 2008 JP PIALASSE tests@pialasse.com 2.6-0.2
58     - incorrect template name for hosts.allow corrected
59    
60     * Sat Mar 29 2008 JP PIALASSE tests@pialasse.com 2.6-0.1
61     - first package for SME from denyhosts src rpm for fedora core 4
62     - panel for server-manager

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed