1 |
# $Id: e-smith-imp.spec,v 1.4 2008/06/26 04:49:24 slords Exp $ |
# $Id: e-smith-imp.spec,v 1.5 2008/10/07 18:30:47 slords Exp $ |
2 |
|
|
3 |
Summary: e-smith specific IMP configuration and templates. |
Summary: e-smith specific IMP configuration and templates. |
4 |
%define name e-smith-imp |
%define name e-smith-imp |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 5.0.0 |
%define version 5.0.0 |
7 |
%define release 1 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch1: e-smith-imp_imp-4.3.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: imp-h3 >= 4.2 |
Requires: imp-h3 >= 4.2 |
27 |
Obsoletes: smeserver-imp-menuarray |
Obsoletes: smeserver-imp-menuarray |
28 |
|
|
29 |
%changelog |
%changelog |
30 |
|
* Sat Dec 06 2008 John H. Bennett III <bennettj@johnbennettservices.com> 5.0.0-2 |
31 |
|
- Updated templates to reflect changes in imp 4.3 [SME: 4832] |
32 |
|
|
33 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.0.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 5.0.0-1.sme |
34 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
35 |
|
|
44 |
%prep |
%prep |
45 |
%setup |
%setup |
46 |
|
|
47 |
|
%patch1 -p1 |
48 |
|
|
49 |
%build |
%build |
50 |
mkdir -p root/home/httpd/html/horde/imp/SSLonly |
mkdir -p root/home/httpd/html/horde/imp/SSLonly |
51 |
|
|