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

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

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


Revision 1.11 - (hide annotations) (download)
Sat Oct 10 03:25:26 2009 UTC (14 years, 8 months ago) by mrjhb3
Branch: MAIN
CVS Tags: smeserver-kronolith-2_2-5_el4_sme
Changes since 1.10: +7 -2 lines
Please see changelog

1 mrjhb3 1.11 # $Id: smeserver-kronolith.spec,v 1.10 2008/12/15 00:39:46 mrjhb3 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 mrjhb3 1.11 %define release 5
10 slords 1.1 Version: %{version}
11     Release: %{release}%{?dist}
12     License: GPL
13     Group: Networking/Daemons
14     Source: %{name}-%{version}.tar.gz
15 mrjhb3 1.9 Patch1: kronolith-2.3.patch
16     Patch2: kronolith-2.3.sql.patch
17 mrjhb3 1.10 Patch3: smeserver-kronolith_reminders_agendas.patch
18 mrjhb3 1.11 Patch4: kronolith-2.3.2.patch
19 slords 1.1 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
20     BuildArchitectures: noarch
21 slords 1.6 Requires: imp-h3 >= 4.2
22 slords 1.1 Requires: e-smith-base >= 4.15.1
23     Requires: e-smith-apache >= 1.1.0-18
24     Requires: e-smith-lib >= 1.15.1-16
25 slords 1.2 Requires: e-smith-base >= 4.18.1-5
26     Requires: e-smith-ldap >= 4.12.0-9
27 slords 1.6 Requires: kronolith-h3 >= 2.2
28 slords 1.1 Requires: php-pear-HTTP-Request >= 1.4.0
29     Requires: php-pear-Net-Socket >= 1.0.6
30     Requires: php-pear-Net-URL >= 1.0.14
31     BuildRequires: e-smith-devtools >= 1.13.1-03
32     AutoReqProv: no
33     Obsoletes: e-smith-kronolith = 0.8.0-02db
34     Obsoletes: pear-http_request >= 1.4.0
35     Obsoletes: pear-net_socket >= 1.0.6
36     Obsoletes: pear-net_url >= 1.0.14
37    
38    
39     %changelog
40 mrjhb3 1.11 * Fri Oct 9 2009 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-5
41     - Updated templates to reflect Kronolith 2.3.2
42    
43 mrjhb3 1.10 * Sun Dec 14 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-4
44     - Patch to add more functionality to Kronolith for calendar reminders and daily agenda email
45     - config setprop horde reminders enabled - default is enabled and this is set to run every 5 minutes.
46     - The above sends calendar email alarms/reminders.
47     - config setprop horde remindertime x - will change the frequency, value in minutes.
48     - config setprop horde agendas enabled - default is disabled set to run everyday at 5 am when enabled.
49     - The above sends daily calendar agenda emails.
50     - config setprop horde agenda time x - will change the frequency, value needs to be 0 - 24.
51    
52 mrjhb3 1.9 * Fri Dec 05 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-3
53     - Patch to add forgotten changes from kronolith upgrade sql script
54    
55     * Fri Dec 05 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2
56     - Updated templates to reflect Kronolith 2.3
57    
58 slords 1.6 * Sun Jun 22 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1
59     - Initial production build
60     - Jump in package name to reflect new version of kronolith
61 slords 1.2
62 slords 1.6 * Tue Jun 3 2008 John H. Bennett III <bennettj@johnbennettservices.com> 0.1-1
63 slords 1.1 - Initial build
64 slords 1.6 - Jump in package name to reflect new version of kronolith
65 slords 1.1
66     %description
67     This package adds necessary templates and configuration items
68 slords 1.6 so that Kronolith will work properly on SME Server
69 slords 1.1
70     %prep
71     %setup
72    
73 mrjhb3 1.9 %patch1 -p1
74     %patch2 -p1
75 mrjhb3 1.10 %patch3 -p1
76 mrjhb3 1.11 %patch4 -p1
77 mrjhb3 1.9
78 slords 1.1 %build
79     perl createlinks
80    
81     %install
82     rm -rf $RPM_BUILD_ROOT
83     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
84     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
85     echo "%doc COPYING" >> %{name}-%{version}-filelist
86    
87     %clean
88     rm -rf $RPM_BUILD_ROOT
89    
90     %files -f %{name}-%{version}-filelist
91     %defattr(-,root,root)

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