1 |
|
# $Id: ingo-h3.spec,v 1.7 2009/10/14 02:56:22 mrjhb3 Exp $ |
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.2.3 |
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 |
19 |
AutoReq: no |
AutoReq: no |
20 |
Requires: horde >= 3.1 |
Requires: horde >= 3.2 |
21 |
Requires: php >= 4.3.0 |
Requires: php >= 4.3.0 |
22 |
Requires: httpd >= 2.0.46 |
Requires: httpd >= 2.0.46 |
23 |
Prereq: /usr/bin/perl |
Prereq: /usr/bin/perl |
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 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Mon Dec 28 2009 John H. Bennett III <bennettj@johnbennettservices.com> 1.2.3-1 |
96 |
- Clean up spec so package can be built by koji/plague |
- Update to Ingo 1.2.3 [SME: 5724] |
97 |
|
|
98 |
|
* Tue Oct 13 2009 John H. Bennett III <bennettj@johnbennettservices.com> 1.2.2-1 |
99 |
|
- Update to Ingo 1.2.2 [SME: 5511] |
100 |
|
|
101 |
|
* Tue Sep 16 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2.1-1 |
102 |
|
- Update to Ingo 1.2.1 [SME: 4567] |
103 |
|
|
104 |
* Sun Apr 15 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.1.3-2 |
* Mon Jun 2 2008 John H. Bennett III <bennettj@johnbennettservices.com> 1.2-1 |
105 |
- Update to ingo to correct an issue with filter lists that didn't make it into |
- initial RPM roll for Ingo 1.2 |
|
the current version of ingo. http://bugs.horde.org/ticket/?id=4618. [SME: 2903] |
|
|
|
|
|
* Sat Mar 24 2007 John H. Bennett III <bennettj@johnbennettservices.com> 1.1.3-1 |
|
|
- Updated to ingo 1.1.3 [SME:2781] |
|
|
|
|
|
* Sat Dec 09 2006 Shad L. Lords <slords@mail.com> |
|
|
- Update to new release naming. No functional changes. |
|
|
- Make Packager generic |
|
|
|
|
|
* Mon Oct 23 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1.2-00sme01 |
|
|
- Re-rolled to ingo 1.1.2 |
|
|
* Sat Sep 9 2006 John H. Bennett III <bennettj@johnbennettservices.com> 1.1.1-00sme01 |
|
|
- Updated to ingo 1.1.1 |
|
|
|
|
|
* Wed Nov 30 2005 Gordon Rowell <gordonr@gormand.com.au> 1.0.2-02sme01 |
|
|
- Adjust Release tag to our standard format [SME: 70] |
|
|
|
|
|
* Wed Nov 09 2005 Greg Swallow |
|
|
- Update to 1.0.2 |
|
|
|
|
|
* Thu Sep 01 2005 Greg Swallow |
|
|
- [1.0.1-1sme01] |
|
|
- Initial Release |
|
106 |
|
|