2 |
%define name e-smith-viewlogfiles |
%define name e-smith-viewlogfiles |
3 |
Name: %{name} |
Name: %{name} |
4 |
%define version 1.8.0 |
%define version 1.8.0 |
5 |
%define release 2 |
%define release 9 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
9 |
Group: Networking/Daemons |
Group: Networking/Daemons |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
|
Patch0: e-smith-viewlogfiles-1.8.0.squid_timestamps.patch |
12 |
|
Patch1: e-smith-viewlogfiles-1.8.0.qpsmtpd.state.patch |
13 |
|
Patch2: e-smith-viewlogfiles-1.8.0.more_exclusions.patch |
14 |
|
Patch3: e-smith-viewlogfiles-1.8.0-show_filename.patch |
15 |
|
Patch4: e-smith-viewlogfiles-1.8.0-rmFormTitle.patch |
16 |
|
Patch5: e-smith-viewlogfiles-1.8.0-tags2general.patch |
17 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
18 |
BuildRequires: e-smith-devtools |
BuildRequires: e-smith-devtools |
19 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
21 |
Requires: e-smith-lib >= 1.13.1-58 |
Requires: e-smith-lib >= 1.13.1-58 |
22 |
Requires: perl |
Requires: perl |
23 |
Requires: perl(CGI::FormMagick) |
Requires: perl(CGI::FormMagick) |
24 |
|
Requires: e-smith-formmagick >= 1.4.0-9 |
25 |
Requires: perl(Time::TAI64) |
Requires: perl(Time::TAI64) |
26 |
AutoReqProv: no |
AutoReqProv: no |
27 |
|
|
28 |
%changelog |
%changelog |
29 |
|
* Wed Feb 13 2008 Stephen Noble <support@dungog.net> 1.8.0-9 |
30 |
|
- Remove <base> tags now in general [SME: 3916] |
31 |
|
|
32 |
|
* Sun Feb 10 2008 Stephen Noble <support@dungog.net> 1.8.0-8 |
33 |
|
- Remove duplicate <base> entries [SME: 3893] |
34 |
|
|
35 |
|
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 1.8.0-7 |
36 |
|
- show log filename on panel [SME: 2770] |
37 |
|
|
38 |
|
* Mon Dec 24 2007 Stephen Noble <support@dungog.net> 1.8.0-6 |
39 |
|
- remove viewlogfile.orig [SME: 3647] |
40 |
|
|
41 |
|
* Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-5 |
42 |
|
- Exclude svlogd config and btmp files. [SME: 3486] |
43 |
|
|
44 |
|
* Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-4 |
45 |
|
- Allow viewing of qpsmtpd/state. [SME: 3416] |
46 |
|
|
47 |
|
* Sat Sep 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-3 |
48 |
|
- Convert squid log timestamps to localtime. [SME: 3432] |
49 |
|
|
50 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
51 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
52 |
|
|
331 |
|
|
332 |
%prep |
%prep |
333 |
%setup |
%setup |
334 |
|
%patch0 -p1 |
335 |
|
%patch1 -p1 |
336 |
|
%patch2 -p1 |
337 |
|
%patch3 -p1 |
338 |
|
%patch4 -p1 |
339 |
|
%patch5 -p1 |
340 |
|
|
341 |
%build |
%build |
342 |
perl createlinks |
perl createlinks |