/[smeserver]/rpms/e-smith-turba/sme8/e-smith-turba.spec
ViewVC logotype

Contents of /rpms/e-smith-turba/sme8/e-smith-turba.spec

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


Revision 1.12 - (show annotations) (download)
Wed Oct 14 03:15:16 2009 UTC (14 years, 8 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-turba-3_2_0-7_el5_sme
Changes since 1.11: +7 -2 lines
Please see changelog

1 # $Id: e-smith-turba.spec,v 1.11 2009/04/09 02:54:28 mrjhb3 Exp $
2
3 Summary: e-smith module to configure Turba 1.0
4 %define name e-smith-turba
5 Name: %{name}
6 %define version 3.2.0
7 %define release 7
8 Version: %{version}
9 Release: %{release}%{?dist}
10 License: GPL
11 Group: Networking/Daemons
12 Source: %{name}-%{version}.tar.gz
13 Patch1: e-smith-turba-2.3.patch
14 Patch2: e-smith-turba-2.3.1.patch
15 Patch3: e-smith-turba_remove_sql_schema.patch
16 Patch4: e-smith-turba-2.3.2.patch
17 BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
18 BuildRequires: e-smith-devtools
19 BuildArchitectures: noarch
20 Requires: e-smith-base, e-smith-lib, e-smith >= 4.1
21 Requires: turba-h3 >= 2.2
22 AutoReqProv: no
23 Obsoletes: dcb-e-smith-turba
24 Obsoletes: smeserver-turba-menuarray
25
26 %changelog
27 * Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-7
28 - Updated template files to reflect changes in Turba 2.3.2 [SME: 5512]
29
30 * Wed Apr 8 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-6
31 - Remove redundant 49turba_migrate_contacts template fragments [SME: 5148]
32
33 * Sun Jan 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 3.2.0-5
34 - Fix date in previous changelog entry [SME: 4910]
35
36 * Sun Jan 4 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 3.2.0-4
37 - Fix turba.sql patch to prevent creating a .orig file [SME: 4910]
38
39 * Fri Jan 2 2009 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-3
40 - Updated template files to reflect changes in Turba 2.3.1
41
42 * Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 3.2.0-2
43 - Updated template files to reflect changes in Turba 2.3 [SME: 4833]
44
45 * Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 3.2.0-1.sme
46 - Roll new stream to separate sme7/sme8 trees [SME: 4633]
47
48 * Fri Jul 11 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-3
49 - Patch to fix 49turba_migrate_contacts to not run on post-install
50
51 * Fri Jun 20 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-2
52 - Upgrade patch for Turba 2.2.1
53
54 * Sat Jun 7 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-1
55 - Initial production build
56
57 * Sat May 24 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-02
58 - Updated to include changes in Turba 2.2 RC4
59 - Re-rolled tarball
60
61 * Fri Apr 11 2008 John H. Bennett III <bennettj@johnbennettservices.com> 2.2-01
62 - Initial build
63 - Jump in package name to reflect new version of turba
64
65 %description
66 This package adds necessary templates and configuration items
67 so that Turba will work properly on SME Server
68
69 %prep
70 %setup
71
72 %patch1 -p1
73 %patch2 -p1
74 %patch3 -p1
75 %patch4 -p1
76
77 %build
78 for i in bootstrap-console-save post-install post-upgrade email-update
79 do
80 mkdir root/etc/e-smith/events/$i
81 done
82 mkdir -p root/etc/rc.d/rc7.d
83 perl createlinks
84
85
86 %install
87 rm -rf $RPM_BUILD_ROOT
88 (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
89 rm -f %{name}-%{version}-filelist
90 /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
91 echo "%doc COPYING" >> %{name}-%{version}-filelist
92
93 %clean
94 rm -rf $RPM_BUILD_ROOT
95
96 %files -f %{name}-%{version}-filelist
97 %defattr(-,root,root)
98

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