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

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

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


Revision 1.8 - (hide annotations) (download)
Sat Oct 10 21:38:47 2009 UTC (14 years, 7 months ago) by mrjhb3
Branch: MAIN
CVS Tags: smeserver-nag-2_2-5_el4_sme
Changes since 1.7: +7 -2 lines
Please see changelog

1 mrjhb3 1.8 # $Id: smeserver-nag.spec,v 1.7 2009/06/18 01:18:25 mrjhb3 Exp $
2 slords 1.2 # Authority: mrjhb3
3     # Name: John H. Bennett III
4    
5 slords 1.1 Summary: SME Server specific Nag configuration and templates.
6     %define name smeserver-nag
7     Name: %{name}
8 slords 1.3 %define version 2.2
9 mrjhb3 1.8 %define release 5
10 slords 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Daemons
14     Source: %{name}-%{version}.tar.gz
15 mrjhb3 1.6 Patch1: nag_2.3.patch
16     Patch2: nag_2.3.sql.patch
17 mrjhb3 1.7 Patch3: nag_2.3.2.patch
18 mrjhb3 1.8 Patch4: nag_2.3.3.patch
19 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21 slords 1.3 Requires: imp-h3 >= 4.2
22 slords 1.1 Requires: e-smith-base >= 4.15.1
23     Requires: e-smith-apache >= 1.1.0-18
24     Requires: e-smith-lib >= 1.15.1-16
25 slords 1.3 Requires: nag-h3 >= 2.2
26 slords 1.1 BuildRequires: e-smith-devtools >= 1.13.1-03
27     AutoReqProv: no
28     Obsoletes: dcb-e-smith-nag
29    
30     %changelog
31 mrjhb3 1.8 * Sat Oct 10 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-5
32     - Updated templates to reflect Nag 2.3.3
33    
34 mrjhb3 1.7 * Wed Jun 17 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-4
35     - Updated templates to reflect Nag 2.3.2
36    
37 mrjhb3 1.6 * Tue Sep 30 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-3
38     - Patch to add forgotten changes from nag upgrade sql script
39    
40     * Mon Sep 29 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2
41     - Updated templates to reflect Nag 2.3
42    
43 slords 1.3 * Tue Jun 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1
44     - Initial production build
45 mrjhb3 1.6 - Jump in package name to reflect new version of Nag 2.2
46 slords 1.3
47     * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.2-1
48     - Updated to include changes in Nag 2.2 RC3
49     - Re-rolled tarball
50 slords 1.1
51 slords 1.3 * Sun Apr 6 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1
52 slords 1.1 - Initial build
53 slords 1.3 - Jump in package name to reflect new version of Nag
54 slords 1.1
55     %description
56     This package adds necessary templates and configuration items
57 slords 1.3 so that Nag will work properly on SME Server
58 slords 1.1
59     %prep
60     %setup
61    
62 mrjhb3 1.6 %patch1 -p1
63     %patch2 -p1
64 mrjhb3 1.7 %patch3 -p1
65 mrjhb3 1.8 %patch4 -p1
66 mrjhb3 1.6
67 slords 1.1 %build
68     perl createlinks
69    
70     %install
71     rm -rf $RPM_BUILD_ROOT
72     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
73     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
74     echo "%doc COPYING" >> %{name}-%{version}-filelist
75    
76     %clean
77     rm -rf $RPM_BUILD_ROOT
78    
79     %files -f %{name}-%{version}-filelist
80     %defattr(-,root,root)

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