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 4 |
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 |
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 |
21 |
AutoReqProv: no |
AutoReqProv: no |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-4 |
25 |
|
- Allow viewing of qpsmtpd/state. [SME: 3416] |
26 |
|
|
27 |
|
* Sat Sep 29 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-3 |
28 |
|
- Convert squid log timestamps to localtime. [SME: 3432] |
29 |
|
|
30 |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
* Sun Apr 29 2007 Shad L. Lords <slords@mail.com> |
31 |
- Clean up spec so package can be built by koji/plague |
- Clean up spec so package can be built by koji/plague |
32 |
|
|
311 |
|
|
312 |
%prep |
%prep |
313 |
%setup |
%setup |
314 |
|
%patch0 -p1 |
315 |
|
%patch1 -p1 |
316 |
|
|
317 |
%build |
%build |
318 |
perl createlinks |
perl createlinks |