1 |
# $Id: smeserver-support.spec,v 1.39 2012/01/19 20:13:08 snetram Exp $ |
# $Id: smeserver-support.spec,v 1.42 2013/10/12 02:24:51 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 24 |
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 |
21 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
22 |
Source1: smeserver_logo.jpg |
Source1: smeserver_logo.jpg |
23 |
Source2: smeserver_logo.gif |
Source2: smeserver_logo.gif |
24 |
|
Source3: btn_donateCC_LG.gif |
25 |
Patch0: smeserver-support.bug5656.patch |
Patch0: smeserver-support.bug5656.patch |
26 |
Patch1: smeserver-support-2.2.0-migrate_excludes.patch |
Patch1: smeserver-support-2.2.0-migrate_excludes.patch |
27 |
Patch2: smeserver-support-2.2.0-obsolete-php5-ibay-property.patch |
Patch2: smeserver-support-2.2.0-obsolete-php5-ibay-property.patch |
28 |
|
Patch3: smeserver-support-2.2.0-donation.patch |
29 |
|
Patch4: smeserver-support-2.2.0-FullCopyrightText.patch |
30 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
31 |
BuildRequires: e-smith-devtools >= 1.7.5 |
BuildRequires: e-smith-devtools >= 1.7.5 |
32 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
275 |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
276 |
|
|
277 |
%changelog |
%changelog |
278 |
|
* Sun Nov 3 2013 Ian Wells <esmith@wellsi.com> 2.2.0-24.sme |
279 |
|
- Renew full copyright text, by Greg Zartman [SME: 7941] |
280 |
|
|
281 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-23.sme |
282 |
|
- Renew donation text, by John Crisp [SME: 7880] |
283 |
|
|
284 |
|
* Fri Oct 11 2013 Ian Wells <esmith@wellsi.com> 2.2.0-22.sme |
285 |
|
- Add donation graphic, by John Crisp [SME: 7879] |
286 |
|
|
287 |
* 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 |
288 |
- Obsolete smeserver-php5-cgi [SME: 6652] |
- Obsolete smeserver-php5-cgi [SME: 6652] |
289 |
|
|
954 |
%patch0 -p1 |
%patch0 -p1 |
955 |
%patch1 -p1 |
%patch1 -p1 |
956 |
%patch2 -p1 |
%patch2 -p1 |
957 |
|
%patch3 -p1 |
958 |
|
%patch4 -p1 |
959 |
cp %{SOURCE1} root/etc/e-smith/web/common |
cp %{SOURCE1} root/etc/e-smith/web/common |
960 |
cp %{SOURCE2} root/etc/e-smith/web/common |
cp %{SOURCE2} root/etc/e-smith/web/common |
961 |
|
cp %{SOURCE3} root/etc/e-smith/web/common |
962 |
|
|
963 |
%build |
%build |
964 |
perl createlinks |
perl createlinks |