1 |
|
# $Id$ |
2 |
|
|
3 |
%define apachedir /etc/httpd |
%define apachedir /etc/httpd |
4 |
%define apacheuser www |
%define apacheuser www |
5 |
%define apachegroup www |
%define apachegroup www |
7 |
|
|
8 |
Summary: The email filter rules manager for Horde. |
Summary: The email filter rules manager for Horde. |
9 |
Name: ingo-h3 |
Name: ingo-h3 |
10 |
Version: 1.1.3 |
Version: 1.1.5 |
11 |
Release: 2%{?dist} |
Release: 1%{?dist} |
12 |
License: LGPL |
License: LGPL |
13 |
Group: Applications/Horde |
Group: Applications/Horde |
14 |
Source: ftp://ftp.horde.org/pub/ingo/tarballs/ingo-h3-%{version}.tar.gz |
Source: ftp://ftp.horde.org/pub/ingo/tarballs/ingo-h3-%{version}.tar.gz |
15 |
Patch0: ingo-1.1.3-2.filter.patch |
#Patch0: |
16 |
URL: http://www.horde.org/ |
URL: http://www.horde.org/ |
17 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
18 |
BuildRoot: /tmp/horde-root |
BuildRoot: /tmp/horde-root |
38 |
%prep |
%prep |
39 |
%setup -q -n %{name}-%{version} |
%setup -q -n %{name}-%{version} |
40 |
|
|
41 |
%patch0 -p1 |
#%patch0 -p1 |
42 |
|
|
43 |
%build |
%build |
44 |
|
|
92 |
%config %{contentdir}/html/horde/ingo/config/*.xml |
%config %{contentdir}/html/horde/ingo/config/*.xml |
93 |
|
|
94 |
%changelog |
%changelog |
95 |
|
* Tue Mar 25 2008 Shad L. Lords <slords@mail.com> 1.1.5-1 |
96 |
|
- Updated to ingo 1.1.5 [SME: 4099] |
97 |
|
|
98 |
|
* Tue Nov 13 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.1.4-1 |
99 |
|
- Updated to ingo 1.1.4 [SME: 3571] |
100 |
|
|
101 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
102 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
103 |
|
|