1 |
# $Id: smeserver-support.spec,v 1.3 2016/03/03 11:01:44 vip-ire Exp $ |
# $Id: smeserver-support.spec,v 1.4 2016/03/14 08:37:13 vip-ire 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.8.0 |
%define version 2.8.0 |
7 |
%define release 3 |
%define release 4 |
8 |
|
|
9 |
# These packages come from CentOS, but we need to use care when |
# These packages come from CentOS, but we 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 |
Source3: btn_donateCC_LG.gif |
Source3: btn_donateCC_LG.gif |
25 |
Patch0: smeserver-support-2.8.0-update_copyright_2016.patch |
Patch0: smeserver-support-2.8.0-update_copyright_2016.patch |
26 |
|
Patch1: smeserver-support-2.8.0-remove_smolt_service.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 |
99 |
Requires: dmraid |
Requires: dmraid |
100 |
|
|
101 |
%changelog |
%changelog |
102 |
|
* Mon Apr 11 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-4.sme |
103 |
|
- Remove smolt service link and service entry [SME: 9420] |
104 |
|
|
105 |
* Mon Mar 14 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-3.sme |
* Mon Mar 14 2016 Daniel Berteaud <daniel@firewall-services.com> 2.8.0-3.sme |
106 |
- Don't require smolt anymore [SME: 9287] |
- Don't require smolt anymore [SME: 9287] |
107 |
|
|
864 |
%prep |
%prep |
865 |
%setup |
%setup |
866 |
%patch0 -p1 |
%patch0 -p1 |
867 |
|
%patch1 -p1 |
868 |
cp %{SOURCE1} root/etc/e-smith/web/common |
cp %{SOURCE1} root/etc/e-smith/web/common |
869 |
cp %{SOURCE2} root/etc/e-smith/web/common |
cp %{SOURCE2} root/etc/e-smith/web/common |
870 |
cp %{SOURCE3} root/etc/e-smith/web/common |
cp %{SOURCE3} root/etc/e-smith/web/common |