1 |
# $Id: smeserver-support.spec,v 1.28 2009/10/26 22:22:07 slords Exp $ |
# $Id: smeserver-support.spec,v 1.29 2009/10/27 18:14:57 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 10 |
%define release 11 |
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 |
20 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
21 |
Source1: smeserver_logo.jpg |
Source1: smeserver_logo.jpg |
22 |
Source2: smeserver_logo.gif |
Source2: smeserver_logo.gif |
23 |
|
Patch0: smeserver-support.bug5656.patch |
24 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
25 |
BuildRequires: e-smith-devtools >= 1.7.5 |
BuildRequires: e-smith-devtools >= 1.7.5 |
26 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
251 |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
252 |
|
|
253 |
%changelog |
%changelog |
254 |
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-11.sme |
255 |
|
- Fix css validation errors. [SME: 5656] |
256 |
|
|
257 |
* Tue Oct 27 2009 Shad L. Lords <slords@mail.com> 2.2.0-10.sme |
* Tue Oct 27 2009 Shad L. Lords <slords@mail.com> 2.2.0-10.sme |
258 |
- Add support for Polish (pl). [SME: 5434] |
- Add support for Polish (pl). [SME: 5434] |
259 |
- Add support for Thai (th). [SME: 5466] |
- Add support for Thai (th). [SME: 5466] |
888 |
|
|
889 |
%prep |
%prep |
890 |
%setup |
%setup |
891 |
|
%patch0 -p1 |
892 |
cp %{SOURCE1} root/etc/e-smith/web/common |
cp %{SOURCE1} root/etc/e-smith/web/common |
893 |
cp %{SOURCE2} root/etc/e-smith/web/common |
cp %{SOURCE2} root/etc/e-smith/web/common |
894 |
|
|