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

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

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


Revision 1.14 - (hide 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 dungog 1.14 # $Id: smeserver-zarafa.spec,v 1.13 2008/12/20 00:13:24 dungog Exp $
2 slords 1.9 # Authority: dmay
3     # Name: Darrell May
4    
5 slords 1.1 %define name smeserver-zarafa
6 dungog 1.5 %define version 0.9.0
7 dungog 1.14 %define release 13
8 slords 1.1 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 dungog 1.5 Patch0: smeserver-zarafa-0.9.0-removephp.patch
17 dungog 1.6 Patch1: smeserver-zarafa-0.9.0-deluser.patch
18 dungog 1.7 Patch2: smeserver-zarafa-0.9.0-deluserb.patch
19 dungog 1.8 Patch3: smeserver-zarafa-0.9.0-props.patch
20 dungog 1.10 Patch4: smeserver-zarafa-0.9.0-ports.patch
21 dungog 1.11 Patch5: smeserver-zarafa-0.9.0-smessl.patch
22 dungog 1.12 Patch6: smeserver-zarafa-0.9.0-smessl2.patch
23 dungog 1.13 Patch7: smeserver-zarafa-0.9.0-smessl3.patch
24 dungog 1.14 Patch8: smeserver-zarafa-0.9.0-ldap.patch
25 slords 1.1 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 dungog 1.10 Requires: zarafa = 6.20
30 slords 1.1 AutoReqProv: no
31    
32     %description
33     smserver rpm to setup zarafa
34    
35     %changelog
36 dungog 1.14 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-13
37     - ldap plugin [SME 4869]
38    
39 dungog 1.13 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-12
40     - use sme ssl files fixes [SME 4846]
41 dungog 1.12 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-11
42     - use sme ssl files fixes [SME 4836]
43 dungog 1.11 * 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 dungog 1.10 * 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 dungog 1.8 * 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 dungog 1.7 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7
55     - add user-delete symlink [SME 4621]
56 dungog 1.6 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6
57     - add user-delete action [SME 4621]
58    
59 dungog 1.5 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5
60     - remove php template: [SME 4620]
61    
62 dungog 1.4 * 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 slords 1.1 - initial release
73 dungog 1.4 - [0.9-1a]
74 slords 1.1
75     %prep
76     %setup
77 dungog 1.4 %patch0 -p1
78 dungog 1.6 %patch1 -p1
79 dungog 1.7 %patch2 -p1
80 dungog 1.8 %patch3 -p1
81 dungog 1.10 %patch4 -p1
82 dungog 1.11 %patch5 -p1
83 dungog 1.12 %patch6 -p1
84 dungog 1.13 %patch7 -p1
85 dungog 1.14 %patch8 -p1
86 slords 1.1
87     %build
88 dungog 1.4 /usr/bin/perl createlinks
89 slords 1.1
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