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

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

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


Revision 1.2 - (hide annotations) (download)
Sun Jul 14 19:39:26 2013 UTC (10 years, 10 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-denyhosts-2_7-2_el5_sme
Changes since 1.1: +7 -2 lines
* Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.7-2.sme
- apply locale 2013-07-14 patch

1 unnilennium 1.2 # $Id: smeserver-denyhosts.spec,v 1.1 2012/06/03 16:15:41 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.7
8 unnilennium 1.2 %define release 2
9 slords 1.1 Name: %{name}
10     Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Applications/System
14     Source: %{name}-%{version}.tgz
15 unnilennium 1.2 Patch0: smeserver-denyhosts-2.7-locale-2013-07-14.patch
16 slords 1.1 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
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 unnilennium 1.2 %patch0 -p1
29 slords 1.1
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 unnilennium 1.2 * Sun Jul 14 2013 JP Pialasse <tests@pialasse.com> 2.7-2.sme
50     - apply locale 2013-07-14 patch
51    
52 slords 1.1 * Sun Jun 3 2012 JP PIALASSE tests@pialasse.com 2.7-1.sme
53     - Initial version

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