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