/[smeserver]/rpms/e-smith-ingo/sme7/e-smith-ingo.spec
ViewVC logotype

Contents of /rpms/e-smith-ingo/sme7/e-smith-ingo.spec

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


Revision 1.1 - (show annotations) (download)
Tue Jun 12 15:39:17 2007 UTC (17 years ago) by slords
Branch: MAIN
CVS Tags: e-smith-ingo-1_1-6_el4_sme
Import on branch sme7 of package e-smith-ingo-1.1-6.el4.sme.src.rpm

1 Summary: e-smith specific INGO configuration and templates.
2 %define name e-smith-ingo
3 Name: %{name}
4 %define version 1.1
5 %define release 6
6 Version: %{version}
7 Release: %{release}%{?dist}
8 License: GPL
9 Group: Networking/Daemons
10 Source: %{name}-%{version}.tar.gz
11 Patch0: e-smith-ingo-1.1-1.backends_php.patch
12 Patch1: e-smith-ingo-1.1-2.createlinks.patch
13 Patch2: e-smith-ingo-1.1-3.menuarray.patch
14 Patch3: e-smith-ingo-1.1-4.ingo_horde_registry_php.patch
15 Patch4: e-smith-ingo-1.1-5.ingo_1.1.2_template.patch
16 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
17 BuildArchitectures: noarch
18 Requires: imp-h3 >= 4.1
19 Requires: ingo-h3 >= 1.1
20 Requires: e-smith-base >= 4.15.1
21 Requires: e-smith-apache >= 1.1.0-18
22 Requires: e-smith-lib >= 1.15.1-16
23 Requires: php
24 BuildRequires: e-smith-devtools >= 1.13.1-03
25 AutoReqProv: no
26 Obsoletes: smeserver-ingo-menuarray
27
28 %changelog
29 * Wed May 9 2007 Shad L. Lords <slords@mail.com> 1.1-6
30 - Move pear module requires to e-smith-horde
31
32 * Sun Apr 29 2007 Shad L. Lords <slords@mail.com>
33 - Clean up spec so package can be built by koji/plague
34
35 * Sat Dec 09 2006 Shad L. Lords <slords@mail.com>
36 - Update to new release naming. No functional changes.
37 - Make Packager generic
38
39 * Mon Oct 22 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-5
40 - Patch to upgrade template files to match ingo 1.1.2.
41
42 * Thu Oct 5 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-4
43 - Added ingo specific horde/config/registry.php settings. These were previously
44 kept in the e-smith-horde rpm.
45
46 * Sat Sep 23 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-3
47 - Added an includes statement to 120Menu that will grab the information in
48 horde/conf.menu.apps.php. This way each of the individual horde modules
49 don't have to repeatedly process the same template for the menu array
50 section in conf.php.
51 - Added the ability to enable or disable ingo menu icon from showing up on the main
52 webmail screen. To initially enable - config set ingo service MenuArray disabled|enabled
53 After the DB entry is created you can enable or disable this by
54 config setprop ingo MenuArray disabled|enabled
55
56 * Sat Sep 23 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-2
57 - Patch to createlinks that moves symlink create function from spec file
58 to createlinks section.
59
60 * Thu Sep 14 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-1
61 - Patch to backend.php templates to reflect changes in ingo 1.1.1
62
63 * Wed Sep 13 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1-0
64 - Rolled to new dev stream to reflect work done for ingo 1.1.1
65
66 * Wed Jun 14 2006 Charlie Brady <charlie_brady@mitel.com> 1.0.0-02
67 - Fix use of deprecated APIs in httpd.conf template fragment. [SME: 708]
68
69 * Thu Mar 16 2006 Gordon Rowell <gordonr@gormand.com.au> 1.0.0-01
70 - Roll stable stream version. [SME: 1016]
71
72 * Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au>
73 - Bump release number (and fix spelling in changelog entry)
74
75 * Sun Sep 18 2005 chris burnat <cburnat@burnat.com>
76 - [0.5.1-01sme02]
77 - Addentum: this package and its dependancy have been included into the
78 build to fix issues described in [SF:1276898] "webmail filters
79 disabled". Thanks to Greg Swallow.
80
81 * Fri Sep 16 2005 chris burnat <cburnat@burnat.com>
82 - [0.5.1-01sme01]
83 - rebuild & change Release tag
84
85 * Wed Aug 31 2005 Greg Swallow <gregswallow@skynetonline.ca>
86 - [0.5.1-01]
87 - initial release
88
89 %description
90 This package adds necessary templates and configuration items
91 so that INGO will work properly.
92
93 %prep
94 %setup
95 %patch0 -p1
96 %patch1 -p1
97 %patch2 -p1
98 %patch3 -p1
99 %patch4 -p1
100
101 %build
102
103 perl createlinks
104
105 %install
106 rm -rf $RPM_BUILD_ROOT
107 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
108 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
109 echo "%doc COPYING" >> %{name}-%{version}-filelist
110
111 %clean
112 rm -rf $RPM_BUILD_ROOT
113
114 %pre
115
116 %preun
117
118 %post
119
120 %postun
121
122 %files -f %{name}-%{version}-filelist
123 %defattr(-,root,root)

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