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

Contents of /rpms/smeserver-dimp/contribs7/smeserver-dimp.spec

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


Revision 1.2 - (show annotations) (download)
Thu Jun 26 17:53:53 2008 UTC (15 years, 10 months ago) by slords
Branch: MAIN
CVS Tags: smeserver-dimp-1_0-1_el4_sme
Changes since 1.1: +4 -0 lines
Update spec

1 # $Id$
2 # Authority: mrjhb3
3 # Name: John H. Bennett III
4
5 Summary: SME Server specific Dimp configuration and templates.
6 %define name smeserver-dimp
7 Name: %{name}
8 %define version 1.0
9 %define release 1
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GPL
13 Group: Networking/Daemons
14 Source: %{name}-%{version}.tar.gz
15 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16 BuildArchitectures: noarch
17 Requires: imp-h3 >= 4.2
18 Requires: e-smith-base >= 4.15.1
19 Requires: e-smith-apache >= 1.1.0-18
20 Requires: e-smith-lib >= 1.15.1-16
21 Requires: dimp-h3 >= 1.0
22 BuildRequires: e-smith-devtools >= 1.13.1-03
23 AutoReqProv: no
24
25
26 %changelog
27 * Sat Jun 7 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.0-1
28 - Initial production build
29
30 * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.2-1
31 - Updated to include changes in Dimp 1.0 RC4
32 - Re-rolled tarball
33
34 * Sun Apr 6 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1
35 - Initial build with Dimp 1.0 RC3
36
37 %description
38 This package adds necessary templates and configuration items
39 so that Dimp will work properly on SME Server
40
41 %prep
42 %setup
43
44 %build
45
46 perl createlinks
47
48 %install
49 rm -rf $RPM_BUILD_ROOT
50 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
51 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
52 echo "%doc COPYING" >> %{name}-%{version}-filelist
53
54 %clean
55 rm -rf $RPM_BUILD_ROOT
56
57 %files -f %{name}-%{version}-filelist
58 %defattr(-,root,root)

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