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

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

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


Revision 1.14 - (show annotations) (download)
Sat Dec 20 03:47:06 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-13_el4_sme
Changes since 1.13: +7 -2 lines
See Changelog

1 # $Id: smeserver-zarafa.spec,v 1.13 2008/12/20 00:13:24 dungog Exp $
2 # Authority: dmay
3 # Name: Darrell May
4
5 %define name smeserver-zarafa
6 %define version 0.9.0
7 %define release 13
8 Summary: smserver rpm to setup zarafa
9 Name: %{name}
10 Version: %{version}
11 Release: %{release}%{?dist}
12 License: GNU GPL version 2
13 URL: http://contribs.org
14 Group: SMEserver/addon
15 Source: %{name}-%{version}.tar.gz
16 Patch0: smeserver-zarafa-0.9.0-removephp.patch
17 Patch1: smeserver-zarafa-0.9.0-deluser.patch
18 Patch2: smeserver-zarafa-0.9.0-deluserb.patch
19 Patch3: smeserver-zarafa-0.9.0-props.patch
20 Patch4: smeserver-zarafa-0.9.0-ports.patch
21 Patch5: smeserver-zarafa-0.9.0-smessl.patch
22 Patch6: smeserver-zarafa-0.9.0-smessl2.patch
23 Patch7: smeserver-zarafa-0.9.0-smessl3.patch
24 Patch8: smeserver-zarafa-0.9.0-ldap.patch
25 BuildArchitectures: noarch
26 BuildRoot: /var/tmp/%{name}-%{version}
27 BuildRequires: e-smith-devtools >= 1.13.1-03
28 Requires: e-smith-release >= 7.0
29 Requires: zarafa = 6.20
30 AutoReqProv: no
31
32 %description
33 smserver rpm to setup zarafa
34
35 %changelog
36 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-13
37 - ldap plugin [SME 4869]
38
39 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-12
40 - use sme ssl files fixes [SME 4846]
41 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-11
42 - use sme ssl files fixes [SME 4836]
43 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-10
44 - use sme ssl files [SME 4836]
45 - change gateway ports to standard, requires changing sme ports manually
46 - Requires: zarafa = 6.20, verify/update contrib before allowing updates
47
48 * Thu Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-9
49 - change default pop port to 8110, gateway.cfg [SME 4854]
50
51 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-8
52 - add properties to cfg files. unix,server,ical,gateway [SME 4636]
53
54 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7
55 - add user-delete symlink [SME 4621]
56 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6
57 - add user-delete action [SME 4621]
58
59 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5
60 - remove php template: [SME 4620]
61
62 * Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com>
63 - added template to sort junk e-mail: Bug 4705
64 - [0.9-4a]
65 * Mon Nov 03 2008 Darrell May <dmay@tallgrassranch.com>
66 - added /usr/bin/perl createlinks to spec file: Bug 4725
67 - [0.9-3a]
68 * Wed Oct 08 2008 Darrell May <dmay@tallgrassranch.com>
69 - smeserver-zarafa-0.9-2a.patch: Bug 4634
70 - [0.9-2a]
71 * Fri Oct 03 2008 Darrell May <dmay@tallgrassranch.com>
72 - initial release
73 - [0.9-1a]
74
75 %prep
76 %setup
77 %patch0 -p1
78 %patch1 -p1
79 %patch2 -p1
80 %patch3 -p1
81 %patch4 -p1
82 %patch5 -p1
83 %patch6 -p1
84 %patch7 -p1
85 %patch8 -p1
86
87 %build
88 /usr/bin/perl createlinks
89
90 %install
91 rm -rf $RPM_BUILD_ROOT
92 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
93 rm -f %{name}-%{version}-filelist
94 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT \
95 > %{name}-%{version}-filelist
96 echo "%doc COPYING" >> %{name}-%{version}-filelist
97
98 %clean
99 cd ..
100 rm -rf %{name}-%{version}
101
102 %files -f %{name}-%{version}-filelist
103 %defattr(-,root,root)
104

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