1 |
# $Id: e-smith-imp.spec,v 1.13 2010/05/11 04:22:09 mrjhb3 Exp $ |
# $Id: e-smith-imp.spec,v 1.1 2013/02/14 16:15:34 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.4.0 |
%define version 5.4.0 |
7 |
%define release 1 |
%define release 2 |
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.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-imp-5.4.0-dont_use_ssl.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.3 |
Requires: imp-h3 >= 4.3 |
28 |
Requires: php-pear(HTTP_Request) |
Requires: php-pear(HTTP_Request) |
29 |
|
|
30 |
%changelog |
%changelog |
31 |
|
* Fri Jun 21 2013 Daniel Berteaud <daniel@firewall-services.com> 5.4.0-2.sme |
32 |
|
- Don't use SSL over loopback [SME: 7682] |
33 |
|
|
34 |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
* Wed Feb 13 2013 Shad L. Lords <slords@mail.com> 5.4.0-1.sme |
35 |
- Roll new stream for sme9 |
- Roll new stream for sme9 |
36 |
|
|
76 |
|
|
77 |
%prep |
%prep |
78 |
%setup |
%setup |
79 |
|
%patch0 -p1 |
80 |
|
|
81 |
%build |
%build |
82 |
perl createlinks |
perl createlinks |