1 |
# $Id: smeserver-support.spec,v 1.27 2009/10/26 18:41:25 slords Exp $ |
# $Id: smeserver-support.spec,v 1.31 2010/05/17 18:45:54 snetram 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 9 |
%define release 13 |
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 |
|
|
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 |
119 |
Requires: smeserver-locale-ja |
Requires: smeserver-locale-ja |
120 |
Requires: smeserver-locale-nb |
Requires: smeserver-locale-nb |
121 |
Requires: smeserver-locale-nl |
Requires: smeserver-locale-nl |
122 |
|
Requires: smeserver-locale-pl |
123 |
Requires: smeserver-locale-pt |
Requires: smeserver-locale-pt |
124 |
Requires: smeserver-locale-pt_BR |
Requires: smeserver-locale-pt_BR |
125 |
Requires: smeserver-locale-ro |
Requires: smeserver-locale-ro |
126 |
Requires: smeserver-locale-ru |
Requires: smeserver-locale-ru |
127 |
Requires: smeserver-locale-sl |
Requires: smeserver-locale-sl |
128 |
Requires: smeserver-locale-sv |
Requires: smeserver-locale-sv |
129 |
|
Requires: smeserver-locale-th |
130 |
Requires: smeserver-locale-tr |
Requires: smeserver-locale-tr |
131 |
Requires: smeserver-locale-zh_CN |
Requires: smeserver-locale-zh_CN |
132 |
|
|
251 |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
Obsoletes: rkhunter <= 1.3.4-7.el5.sme |
252 |
|
|
253 |
%changelog |
%changelog |
254 |
|
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-13.sme |
255 |
|
- Reverting previous change [SME: 5962] |
256 |
|
|
257 |
|
* Mon May 17 2010 Jonathan Martens <smeserver-contribs@snetram.nl> 2.2.0-12.sme |
258 |
|
- Migrate CentOS Exclude property default values to smeserver-yum [SME: 5962] |
259 |
|
|
260 |
|
* Wed Dec 9 2009 Charlie Brady <charlieb@budge.apana.org.au> 2.2.0-11.sme |
261 |
|
- Fix css validation errors. [SME: 5656] |
262 |
|
|
263 |
|
* Tue Oct 27 2009 Shad L. Lords <slords@mail.com> 2.2.0-10.sme |
264 |
|
- Add support for Polish (pl). [SME: 5434] |
265 |
|
- Add support for Thai (th). [SME: 5466] |
266 |
|
|
267 |
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
* Mon Oct 26 2009 Shad L. Lords <slords@mail.com> 2.2.0-9.sme |
268 |
- obsoletes fonts-xorg-base to prevent dragging in unneeded |
- obsoletes fonts-xorg-base to prevent dragging in unneeded |
269 |
packages [SME: 5535] |
packages [SME: 5535] |
894 |
|
|
895 |
%prep |
%prep |
896 |
%setup |
%setup |
897 |
|
%patch0 -p1 |
898 |
cp %{SOURCE1} root/etc/e-smith/web/common |
cp %{SOURCE1} root/etc/e-smith/web/common |
899 |
cp %{SOURCE2} root/etc/e-smith/web/common |
cp %{SOURCE2} root/etc/e-smith/web/common |
900 |
|
|