1 |
# $Id: smeserver-support.spec,v 1.39 2012/01/19 20:13:08 snetram Exp $ |
# $Id: smeserver-support.spec,v 1.45 2014/02/18 17:39:43 wellsi Exp $ |
2 |
|
|
3 |
Summary: SME Server module to display support and licensing information |
Summary: SME Server module to display support and licensing information |
4 |
%define name smeserver-support |
%define name smeserver-support |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.2.0 |
%define version 2.2.0 |
7 |
%define release 21 |
%define release 27 |
8 |
|
|
9 |
# These packages come from CentOS, but wee need to use care when |
# These packages come from CentOS, but wee need to use care when |
10 |
# updating them - either we've patched them, or we need to do something |
# updating them - either we've patched them, or we need to do something |
11 |
# prior to taking the update |
# prior to taking the update |
12 |
|
|
13 |
# TODO: check mkinitrd,mdadm to see if needed |
# TODO: check mkinitrd,mdadm to see if needed |
14 |
%define centos_excludes initscripts,libgsf |
%define centos_excludes initscripts,libgsf,openssl |
15 |
%define centos_remove kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm |
%define centos_remove kernel,kernel-smp,kernel-xenU,mkinitrd,mdadm |
16 |
|
|
17 |
Version: %{version} |
Version: %{version} |
18 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
19 |
License: GPL |
License: GPL |
20 |
Group: Networking/Daemons |
Group: Networking/Daemons |
21 |
Source: %{name}-%{version}.tar.gz |
Source: smeserver-support-2.2.0.26.tar.gz |
|
Source1: smeserver_logo.jpg |
|
|
Source2: smeserver_logo.gif |
|
|
Patch0: smeserver-support.bug5656.patch |
|
|
Patch1: smeserver-support-2.2.0-migrate_excludes.patch |
|
|
Patch2: smeserver-support-2.2.0-obsolete-php5-ibay-property.patch |
|
22 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
23 |
BuildRequires: e-smith-devtools >= 1.7.5 |
BuildRequires: e-smith-devtools >= 1.7.5 |
24 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
267 |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
268 |
|
|
269 |
%changelog |
%changelog |
270 |
|
* Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-27.sme |
271 |
|
- Exclude openssl from upstream updates [SME: 8208] |
272 |
|
|
273 |
|
* Tue Feb 18 2014 Ian Wells <esmith@wellsi.com> 2.2.0-26.sme |
274 |
|
- Remove old images and roll new tarball [SME: 8213] |
275 |
|
|
276 |
|
* Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.2.0-25.sme |
277 |
|
- Update footer copyright [SME: 7970] |
278 |
|
|
279 |
|
* Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.2.0-24.sme |
280 |
|
- Renew full copyright text, by Greg Zartman [SME: 7941] |
281 |
|
|
282 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-23.sme |
283 |
|
- Renew donation text, by John Crisp [SME: 7880] |
284 |
|
|
285 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-22.sme |
286 |
|
- Add donation graphic, by John Crisp [SME: 7879] |
287 |
|
|
288 |
* Tue Jan 24 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-21.sme |
* Tue Jan 24 2012 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-21.sme |
289 |
- Obsolete smeserver-php5-cgi [SME: 6652] |
- Obsolete smeserver-php5-cgi [SME: 6652] |
290 |
|
|
952 |
|
|
953 |
%prep |
%prep |
954 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
cp %{SOURCE1} root/etc/e-smith/web/common |
|
|
cp %{SOURCE2} root/etc/e-smith/web/common |
|
955 |
|
|
956 |
%build |
%build |
957 |
perl createlinks |
perl createlinks |