1 |
slords |
1.7 |
# $Id: smeserver-kronolith.spec,v 1.6 2008/06/26 18:09:38 slords Exp $ |
2 |
slords |
1.4 |
# Authority: mrjhb3 |
3 |
|
|
# Name: John H. Bennett III |
4 |
|
|
|
5 |
slords |
1.1 |
Summary: SME Server specific Kronolith configuration and templates. |
6 |
|
|
%define name smeserver-kronolith |
7 |
|
|
Name: %{name} |
8 |
slords |
1.6 |
%define version 2.2 |
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.6 |
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.2 |
Requires: e-smith-base >= 4.18.1-5 |
22 |
|
|
Requires: e-smith-ldap >= 4.12.0-9 |
23 |
slords |
1.6 |
Requires: kronolith-h3 >= 2.2 |
24 |
slords |
1.1 |
Requires: php-pear-HTTP-Request >= 1.4.0 |
25 |
|
|
Requires: php-pear-Net-Socket >= 1.0.6 |
26 |
|
|
Requires: php-pear-Net-URL >= 1.0.14 |
27 |
|
|
BuildRequires: e-smith-devtools >= 1.13.1-03 |
28 |
|
|
AutoReqProv: no |
29 |
|
|
Obsoletes: e-smith-kronolith = 0.8.0-02db |
30 |
|
|
Obsoletes: pear-http_request >= 1.4.0 |
31 |
|
|
Obsoletes: pear-net_socket >= 1.0.6 |
32 |
|
|
Obsoletes: pear-net_url >= 1.0.14 |
33 |
|
|
|
34 |
|
|
|
35 |
|
|
%changelog |
36 |
slords |
1.6 |
* Sun Jun 22 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1 |
37 |
|
|
- Initial production build |
38 |
|
|
- Jump in package name to reflect new version of kronolith |
39 |
slords |
1.2 |
|
40 |
slords |
1.6 |
* Tue Jun 3 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1 |
41 |
slords |
1.1 |
- Initial build |
42 |
slords |
1.6 |
- Jump in package name to reflect new version of kronolith |
43 |
slords |
1.1 |
|
44 |
|
|
%description |
45 |
|
|
This package adds necessary templates and configuration items |
46 |
slords |
1.6 |
so that Kronolith will work properly on SME Server |
47 |
slords |
1.1 |
|
48 |
|
|
%prep |
49 |
|
|
%setup |
50 |
|
|
|
51 |
|
|
%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) |