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

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

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


Revision 1.7 - (hide annotations) (download)
Sat Oct 10 21:48:10 2009 UTC (14 years, 8 months ago) by mrjhb3
Branch: MAIN
CVS Tags: smeserver-mnemo-2_2-3_el4_sme
Changes since 1.6: +7 -2 lines
Please see changelog

1 mrjhb3 1.7 # $Id: smeserver-mnemo.spec,v 1.6 2008/11/25 16:20:26 slords Exp $
2 slords 1.2 # Authority: mrjhb3
3     # Name: John H. Bennett III
4    
5 slords 1.1 Summary: SME Server specific Mnemo configuration and templates.
6     %define name smeserver-mnemo
7     Name: %{name}
8 slords 1.3 %define version 2.2
9 mrjhb3 1.7 %define release 3
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.4 Patch1: smeserver-mnemo-2.2-mnemo-2.2.1.patch
16 mrjhb3 1.7 Patch2: smeserver-mnemo-2.2.2.patch
17 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18     BuildArchitectures: noarch
19 slords 1.3 Requires: imp-h3 >= 4.2
20 slords 1.1 Requires: e-smith-base >= 4.15.1
21     Requires: e-smith-apache >= 1.1.0-18
22     Requires: e-smith-lib >= 1.15.1-16
23 slords 1.3 Requires: mnemo-h3 >= 2.2
24 slords 1.1 BuildRequires: e-smith-devtools >= 1.13.1-03
25     AutoReqProv: no
26    
27     %changelog
28 mrjhb3 1.7 * Sat Oct 10 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-3
29     - Update to smeserver-mnemo to reflect changes in mnemo 2.2.2
30    
31 mrjhb3 1.4 * Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2
32     - Update to smeserver-mnemo to reflect changes in mnemo 2.2.1
33    
34 slords 1.3 * Wed Jun 18 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1
35     - Initial production build
36     - Jump in package name to reflect new version of Mnemo
37    
38     * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.2-1
39     - Updated to include changes in Mnemo 2.2 RC3
40     - Re-rolled tarball
41 slords 1.1
42 slords 1.3 * Sun Apr 6 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1
43 slords 1.1 - Initial build
44 slords 1.3 - Jump in package name to reflect new version of Mnemo
45 slords 1.1
46     %description
47     This package adds necessary templates and configuration items
48 slords 1.3 so that Mnemo will work properly on SME Server
49 slords 1.1
50     %prep
51     %setup
52    
53 mrjhb3 1.4 %patch1 -p1
54 mrjhb3 1.7 %patch2 -p1
55 slords 1.1
56     %build
57     perl createlinks
58    
59     %install
60     rm -rf $RPM_BUILD_ROOT
61     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
62     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
63     echo "%doc COPYING" >> %{name}-%{version}-filelist
64    
65     %clean
66     rm -rf $RPM_BUILD_ROOT
67    
68     %files -f %{name}-%{version}-filelist
69     %defattr(-,root,root)

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