1 |
# $Id: smeserver-support.spec,v 1.36 2010/06/29 14:47:51 charliebrady Exp $ |
# $Id: smeserver-support.spec,v 1.37 2010/07/13 18:09:10 slords 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 18 |
%define release 19 |
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 |
23 |
Source2: smeserver_logo.gif |
Source2: smeserver_logo.gif |
24 |
Patch0: smeserver-support.bug5656.patch |
Patch0: smeserver-support.bug5656.patch |
25 |
Patch1: smeserver-support-2.2.0-migrate_excludes.patch |
Patch1: smeserver-support-2.2.0-migrate_excludes.patch |
26 |
|
Patch2: smeserver-support-2.2.0-obsolete-php5-ibay-property.patch |
27 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
28 |
BuildRequires: e-smith-devtools >= 1.7.5 |
BuildRequires: e-smith-devtools >= 1.7.5 |
29 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
269 |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
270 |
|
|
271 |
%changelog |
%changelog |
272 |
|
* Wed Sep 28 2011 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-19.sme |
273 |
|
- Remove php5 property for ibays [SME: 6652] |
274 |
|
|
275 |
* Tue Jul 13 2010 Shad L. Lords <slords@mail.com> - 2.2.0-18.sme |
* Tue Jul 13 2010 Shad L. Lords <slords@mail.com> - 2.2.0-18.sme |
276 |
- Add support for Chinese (Taiwan) (zh_TW). [SME: 6106] |
- Add support for Chinese (Taiwan) (zh_TW). [SME: 6106] |
277 |
|
|
932 |
%setup |
%setup |
933 |
%patch0 -p1 |
%patch0 -p1 |
934 |
%patch1 -p1 |
%patch1 -p1 |
935 |
|
%patch2 -p1 |
936 |
cp %{SOURCE1} root/etc/e-smith/web/common |
cp %{SOURCE1} root/etc/e-smith/web/common |
937 |
cp %{SOURCE2} root/etc/e-smith/web/common |
cp %{SOURCE2} root/etc/e-smith/web/common |
938 |
|
|