/[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.9 - (show annotations) (download)
Wed Dec 17 15:25:10 2008 UTC (15 years, 5 months ago) by slords
Branch: MAIN
Changes since 1.8: +4 -5 lines
Fix spec file.

Don't remove the header on spec files!!  Also don't add pre/post sections
unless necessary.  It just clutters up the spec file and confuses new
contrib authors.

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

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