1 |
# $Id: horde.spec,v 1.9 2010/02/13 09:02:15 mrjhb3 Exp $ |
# $Id: horde.spec,v 1.12 2010/11/23 16:55:39 mrjhb3 Exp $ |
2 |
|
|
3 |
%define apachedir /etc/httpd |
%define apachedir /etc/httpd |
4 |
%define apacheuser www |
%define apacheuser www |
8 |
|
|
9 |
Summary: The common Horde Framework for all Horde modules. |
Summary: The common Horde Framework for all Horde modules. |
10 |
Name: horde |
Name: horde |
11 |
Version: 3.3.8 |
Version: 3.3.11 |
12 |
Release: 1%{?dist} |
Release: 2%{?dist} |
13 |
License: LGPL |
License: LGPL |
14 |
Group: Applications/Horde |
Group: Applications/Horde |
15 |
Source: ftp://ftp.horde.org/pub/horde/tarballs/horde-%{version}.tar.gz |
Source: ftp://ftp.horde.org/pub/horde/tarballs/horde-%{version}.tar.gz |
16 |
|
Patch0: horde-3.3.11-prevent-deprecated-warnings.patch |
17 |
URL: http://www.horde.org/ |
URL: http://www.horde.org/ |
18 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
19 |
BuildRoot: /tmp/horde-root |
BuildRoot: /tmp/horde-root |
33 |
|
|
34 |
%prep |
%prep |
35 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
36 |
|
%patch0 -p1 |
37 |
%build |
%build |
38 |
|
|
39 |
%install |
%install |
94 |
%config %{contentdir}/html/horde/config/*.xml |
%config %{contentdir}/html/horde/config/*.xml |
95 |
|
|
96 |
%changelog |
%changelog |
97 |
|
* Mon Sep 19 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 3.3.11-2 |
98 |
|
- Fix deprecated warnings when using PHP 5.3+ [SME: 6726] |
99 |
|
|
100 |
|
* Tue Nov 23 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.3.11-1 |
101 |
|
- Updated to Horde 3.3.11 [SME: 6395] |
102 |
|
|
103 |
|
* Sun Nov 07 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.3.10-1 |
104 |
|
- Updated to Horde 3.3.10 [SME: 6348] |
105 |
|
|
106 |
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.3.8-1 |
* Mon May 10 2010 John H. Bennett III <bennettj@johnbennettservices.com> 3.3.8-1 |
107 |
- Updated to Horde 3.3.8 [SME: 5937] |
- Updated to Horde 3.3.8 [SME: 5937] |
108 |
|
|