1 |
# $Id: e-smith-viewlogfiles.spec,v 1.1 2016/02/05 16:50:06 stephdl Exp $ |
# $Id: e-smith-viewlogfiles.spec,v 1.2 2016/05/12 21:18:51 vip-ire Exp $ |
2 |
|
|
3 |
Summary: Web manager panel to provide view access to log files |
Summary: Web manager panel to provide view access to log files |
4 |
%define name e-smith-viewlogfiles |
%define name e-smith-viewlogfiles |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 2.6.0 |
%define version 2.6.0 |
7 |
%define release 2 |
%define release 3 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: Networking/Daemons |
Group: Networking/Daemons |
12 |
Source: %{name}-%{version}.tar.xz |
Source: %{name}-%{version}.tar.xz |
13 |
|
Patch0: e-smith-viewlogfiles-2.6.0-use_createlinks.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
16 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
23 |
AutoReqProv: no |
AutoReqProv: no |
24 |
|
|
25 |
%changelog |
%changelog |
26 |
|
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-3.sme |
27 |
|
- Use CreateLinks instead of local functions so panel links point on the |
28 |
|
wrapper [SME: 9393] |
29 |
|
|
30 |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
* Thu May 12 2016 Daniel Berteaud <daniel@firewall-services.com> 2.6.0-2.sme |
31 |
- Rebuild for [SME: 9393] |
- Rebuild for [SME: 9393] |
32 |
|
|
350 |
|
|
351 |
%prep |
%prep |
352 |
%setup |
%setup |
353 |
|
%patch0 -p1 |
354 |
|
|
355 |
%build |
%build |
356 |
perl createlinks |
perl createlinks |