1 |
slords |
1.4 |
# $Id: smeserver-mimp.spec,v 1.3 2008/06/26 18:11:51 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 |
|
|
%define release 1 |
10 |
slords |
1.1 |
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 |
slords |
1.3 |
Requires: imp-h3 >= 4.2 |
18 |
slords |
1.1 |
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 |
slords |
1.3 |
Requires: mimp-h3 >= 1.1 |
22 |
slords |
1.1 |
BuildRequires: e-smith-devtools >= 1.13.1-03 |
23 |
|
|
AutoReqProv: no |
24 |
|
|
|
25 |
|
|
%changelog |
26 |
slords |
1.3 |
* Sat Jun 7 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1 |
27 |
|
|
- Initial production build |
28 |
|
|
- Jump in package name to reflect new version of mimp |
29 |
|
|
|
30 |
|
|
* Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-02 |
31 |
|
|
- Updated to include changes in Mimp 2.2 RC3 |
32 |
|
|
- Re-rolled tarball |
33 |
|
|
|
34 |
|
|
* Thu Apr 10 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-01 |
35 |
|
|
- Initial build |
36 |
|
|
- Jump in package name to reflect new version of mimp |
37 |
slords |
1.1 |
|
38 |
|
|
%description |
39 |
|
|
This package adds necessary templates and configuration items |
40 |
slords |
1.3 |
so that Mimp will work properly on SME Server |
41 |
slords |
1.1 |
|
42 |
|
|
%prep |
43 |
|
|
%setup |
44 |
|
|
|
45 |
|
|
%build |
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) |