/[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.10 - (hide annotations) (download)
Thu Dec 18 12:49:29 2008 UTC (15 years, 5 months ago) by dungog
Branch: MAIN
CVS Tags: smeserver-zarafa-0_9_0-9_el4_sme
Changes since 1.9: +8 -3 lines
See Changelog

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

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