/[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.11 - (hide annotations) (download)
Fri Dec 19 14:25:19 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-10_el4_sme
Changes since 1.10: +9 -2 lines
See Changelog

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

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