1 |
|
# $Id$ |
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 1.8.0 |
%define version 2.0.0 |
7 |
%define release 5 |
%define release 1 |
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.gz |
Source: %{name}-%{version}.tar.gz |
|
Patch0: e-smith-viewlogfiles-1.8.0.squid_timestamps.patch |
|
|
Patch1: e-smith-viewlogfiles-1.8.0.qpsmtpd.state.patch |
|
|
Patch2: e-smith-viewlogfiles-1.8.0.more_exclusions.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
17 |
Requires: e-smith-lib >= 1.13.1-58 |
Requires: e-smith-lib >= 1.13.1-58 |
18 |
Requires: perl |
Requires: perl |
19 |
Requires: perl(CGI::FormMagick) |
Requires: perl(CGI::FormMagick) |
20 |
|
Requires: e-smith-formmagick >= 1.4.0-12 |
21 |
Requires: perl(Time::TAI64) |
Requires: perl(Time::TAI64) |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 2.0.0-1.sme |
26 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
27 |
|
|
28 |
|
* Sun Apr 27 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 1.8.0-11 |
29 |
|
- Add common <base> tags to e-smith-formmagick's general [SME: 4281] |
30 |
|
|
31 |
|
* Wed Mar 12 2008 Shad L. Lords <slords@mail.com> 1.8.0-10 |
32 |
|
- Remove tests for removed FORM_TITLE's [SME: 4050] |
33 |
|
|
34 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.8.0-9 |
35 |
|
- Remove <base> tags now in general [SME: 3916] |
36 |
|
|
37 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.8.0-8 |
38 |
|
- Remove duplicate <base> entries [SME: 3891] |
39 |
|
|
40 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.8.0-7 |
41 |
|
- show log filename on panel [SME: 2770] |
42 |
|
|
43 |
|
* Mon Dec 24 2007 Stephen Noble <support@dungog.net> 1.8.0-6 |
44 |
|
- remove viewlogfile.orig [SME: 3647] |
45 |
|
|
46 |
* Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-5 |
* Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-5 |
47 |
- Exclude svlogd config and btmp files. [SME: 3486] |
- Exclude svlogd config and btmp files. [SME: 3486] |
48 |
|
|
336 |
|
|
337 |
%prep |
%prep |
338 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
339 |
|
|
340 |
%build |
%build |
341 |
perl createlinks |
perl createlinks |