/[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.13 - (show annotations) (download)
Sat Dec 20 00:13:24 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-12_el4_sme
Changes since 1.12: +6 -2 lines
See Changelog

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

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