/[smeserver]/rpms/smeserver-horde/sme10/smeserver-horde.spec
ViewVC logotype

Annotation of /rpms/smeserver-horde/sme10/smeserver-horde.spec

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


Revision 1.6 - (hide annotations) (download)
Sat Apr 15 03:40:33 2017 UTC (7 years, 2 months ago) by unnilennium
Branch: MAIN
CVS Tags: smeserver-horde-1_0_0-6_el7_sme
Changes since 1.5: +5 -3 lines
* Fri Apr 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-6.sme
- revert requires php-pear-Math_BigInteger provided by php-phpseclib-math-biginteger [SME: 9600]

1 unnilennium 1.1 # $Id: e-smith-horde.spec,v 1.22 2010/05/11 04:07:35 mrjhb3 Exp $
2    
3     Summary: e-smith specific Horde configuration and templates.
4     %define name smeserver-horde
5     Name: %{name}
6     %define version 1.0.0
7 unnilennium 1.6 %define release 6
8 unnilennium 1.1 Version: %{version}
9     Release: %{release}%{?dist}
10     License: GPL
11     Group: Networking/Daemons
12     Source: %{name}-%{version}.tar.gz
13 unnilennium 1.5 Patch0: smeserver-horde-1.0.0-bz10092-smtpdORqpsmtpd.patch
14 unnilennium 1.1 #Patch1: e-smith-horde-4.8.0_renumber_database_creation.order.patch
15     BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot
16     BuildArchitectures: noarch
17     Requires: e-smith-base >= 4.9.44, php-horde-horde >= 5.2, mariadb
18     BuildRequires: e-smith-devtools >= 1.13.1-03
19     AutoReqProv: no
20     Obsoletes: horde-h3, e-smith-horde, imp-h3, e-smith-imp
21     Obsoletes: ingo-h3, e-smith-ingo, turba-h3, e-smith-turba
22     Obsoletes: kronolith-h3, smeserver-kronolith, nag-h3, smeserver-nag
23     Obsoletes: mnemo-h3, smeserver-mnemo
24 unnilennium 1.3 Requires: php-horde-content, php-horde-imp, php-horde-ingo, php-horde-kronolith
25 unnilennium 1.2 Requires: php-horde-mnemo, php-horde-nag, php-horde-turba
26 unnilennium 1.4 # optional functions we provide
27 unnilennium 1.3 Requires: php-horde-Horde-ActiveSync
28     Requires: php-horde-Horde-Service-Facebook
29     Requires: php-horde-Horde-Service-Twitter
30     Requires: php-pear-Date-Holidays-Australia, php-pear-Date-Holidays-Denmark
31     Requires: php-pear-Date-Holidays-Germany, php-pear-Date-Holidays-Italy
32     Requires: php-pear-Date-Holidays-Netherlands, php-pear-Date-Holidays-Norway
33     Requires: php-pear-Date-Holidays-Portugal, php-pear-Date-Holidays-Russia
34     Requires: php-pear-Date-Holidays-Slovenia, php-pear-Date-Holidays-Sweden
35 unnilennium 1.4 Requires: php-pear-Date-Holidays-France, php-pear-Date-Holidays-Turkey
36 unnilennium 1.3 Requires: php-horde-Horde-Text-Filter-Csstidy
37     Requires: timeobjects
38 unnilennium 1.4 # maybe not required, but JHB used to have them in previous installs
39     Requires: php-pear-Auth-SASL2
40     Requires: php-pear-Cache-Lite
41     Requires: php-pear-Console-GetoptPlus
42     Requires: php-pear-Crypt-Blowfish
43     Requires: php-pear-File-CSV
44     Requires: php-pear-File-Util
45     Requires: php-pear-HTTP
46     Requires: php-pear-HTTP-Request2
47     Requires: php-pear-HTTP_WebDAV_Server
48     Requires: php-pear-Log
49     Requires: php-pear-MDB2
50     Requires: php-pear-Net-URL2
51     Requires: php-pear-XML-Parser2
52     Requires: php-pear-XML-RPC2
53 unnilennium 1.1
54 unnilennium 1.2 %changelog
55 unnilennium 1.6 * Fri Apr 14 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-6.sme
56     - revert requires php-pear-Math_BigInteger provided by php-phpseclib-math-biginteger [SME: 9600]
57    
58 unnilennium 1.5 * Wed Apr 12 2017 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-5.sme
59     - fix incorrect expansion of backends.local.php with non numerical releases [SME: 10092]
60 unnilennium 1.6 - add requires php-pear-Math_BigInteger [SME: 9600]
61 unnilennium 1.5
62 unnilennium 1.4 * Sun Jul 24 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-4.sme
63     - added last optionals dependencies [SME: 9645]
64     - added France Holidays.
65    
66 unnilennium 1.3 * Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-3.sme
67     - added Requires for pear Dates [SME: 9645]
68     - Activesync, timeobjects, Facebook. Twitter, Text-Filter
69    
70 unnilennium 1.2 * Wed Jul 06 2016 Jean-Philipe Pialasse <tests@pialasse.com> 1.0.0-2.sme
71     - add main Required packages php-horde-* [SME: 9645]
72 unnilennium 1.1
73     * Sun Jun 19 2016 John H. Bennett III <bennettj@johnbennettservices.com> 1.0.0-1
74     - First released build for SME10
75    
76     %description
77     This package adds necessary templates and configuration items
78     for Horde, Imp, Ingo, Kronolith, Mnemo, Nag and Turba
79     to work on SME Server 10
80    
81     %prep
82     %setup
83 unnilennium 1.5 %patch0 -p1
84 unnilennium 1.1 #%patch1 -p1
85    
86     %build
87     for i in post-install post-upgrade
88     do
89     mkdir -p root/etc/e-smith/events/$i
90     done
91     perl createlinks
92    
93     %install
94     rm -rf $RPM_BUILD_ROOT
95     (cd root ; find . -depth -print | cpio -dump $RPM_BUILD_ROOT)
96     /sbin/e-smith/genfilelist $RPM_BUILD_ROOT > %{name}-%{version}-filelist
97     echo "%doc COPYING" >> %{name}-%{version}-filelist
98    
99     %clean
100     rm -rf $RPM_BUILD_ROOT
101    
102     %pre
103     %preun
104     %post
105    
106     %postun
107    
108     %files -f %{name}-%{version}-filelist
109     %defattr(-,root,root)

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