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

Annotation 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.15 - (hide annotations) (download)
Sat Feb 13 15:13:38 2010 UTC (14 years, 3 months ago) by mrjhb3
Branch: MAIN
CVS Tags: e-smith-turba-3_2_0-10_el5_sme
Changes since 1.14: +7 -2 lines
Please see changelog

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

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