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

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

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


Revision 1.6 - (hide annotations) (download)
Sat Jan 3 05:02:12 2009 UTC (15 years, 4 months ago) by mrjhb3
Branch: MAIN
CVS Tags: smeserver-mimp-1_1-2_el4_sme
Changes since 1.5: +10 -4 lines
Please see changelog

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

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