/[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.13 - (hide 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 dungog 1.13 # $Id: smeserver-zarafa.spec,v 1.12 2008/12/19 16:19:25 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.13 %define release 12
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 slords 1.1 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 dungog 1.10 Requires: zarafa = 6.20
29 slords 1.1 AutoReqProv: no
30    
31     %description
32     smserver rpm to setup zarafa
33    
34     %changelog
35 dungog 1.13 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-12
36     - use sme ssl files fixes [SME 4846]
37 dungog 1.12 * Fri Dec 18 2008 Stephen Noble <support@dungog.net> - 0.9-11
38     - use sme ssl files fixes [SME 4836]
39 dungog 1.11 * 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 dungog 1.10 * 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 dungog 1.8 * 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 dungog 1.7 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-7
51     - add user-delete symlink [SME 4621]
52 dungog 1.6 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-6
53     - add user-delete action [SME 4621]
54    
55 dungog 1.5 * Wed Dec 17 2008 Stephen Noble <support@dungog.net> - 0.9-5
56     - remove php template: [SME 4620]
57    
58 dungog 1.4 * 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 slords 1.1 - initial release
69 dungog 1.4 - [0.9-1a]
70 slords 1.1
71     %prep
72     %setup
73 dungog 1.4 %patch0 -p1
74 dungog 1.6 %patch1 -p1
75 dungog 1.7 %patch2 -p1
76 dungog 1.8 %patch3 -p1
77 dungog 1.10 %patch4 -p1
78 dungog 1.11 %patch5 -p1
79 dungog 1.12 %patch6 -p1
80 dungog 1.13 %patch7 -p1
81 slords 1.1
82     %build
83 dungog 1.4 /usr/bin/perl createlinks
84 slords 1.1
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