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 6 |
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 |
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 |
22 |
AutoReqProv: no |
AutoReqProv: no |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Mon Dec 24 2007 Stephen Noble <support@dungog.net> 1.8.0-6 |
26 |
|
- remove viewlogfile.orig [SME: 3639] |
27 |
|
|
28 |
|
* Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-5 |
29 |
|
- Exclude svlogd config and btmp files. [SME: 3486] |
30 |
|
|
31 |
|
* Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-4 |
32 |
|
- Allow viewing of qpsmtpd/state. [SME: 3416] |
33 |
|
|
34 |
|
* Sat Sep 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-3 |
35 |
|
- Convert squid log timestamps to localtime. [SME: 3432] |
36 |
|
|
37 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
38 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
39 |
|
|
318 |
|
|
319 |
%prep |
%prep |
320 |
%setup |
%setup |
321 |
|
%patch0 -p1 |
322 |
|
%patch1 -p1 |
323 |
|
%patch2 -p1 |
324 |
|
|
325 |
%build |
%build |
326 |
perl createlinks |
perl createlinks |