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

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

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


Revision 1.8 - (show annotations) (download)
Tue Nov 25 16:20:24 2008 UTC (15 years, 6 months ago) by slords
Branch: MAIN
Changes since 1.7: +0 -0 lines
Restore

1 # $Id: smeserver-kronolith.spec,v 1.6 2008/06/26 18:09:38 slords Exp $
2 # Authority: mrjhb3
3 # Name: John H. Bennett III
4
5 Summary: SME Server specific Kronolith configuration and templates.
6 %define name smeserver-kronolith
7 Name: %{name}
8 %define version 2.2
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: e-smith-base >= 4.18.1-5
22 Requires: e-smith-ldap >= 4.12.0-9
23 Requires: kronolith-h3 >= 2.2
24 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 * 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
40 * Tue Jun 3 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1
41 - Initial build
42 - Jump in package name to reflect new version of kronolith
43
44 %description
45 This package adds necessary templates and configuration items
46 so that Kronolith will work properly on SME Server
47
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)

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