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 4 |
%define release 5 |
6 |
Version: %{version} |
Version: %{version} |
7 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
8 |
License: GPL |
License: GPL |
10 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
11 |
Patch0: e-smith-viewlogfiles-1.8.0.squid_timestamps.patch |
Patch0: e-smith-viewlogfiles-1.8.0.squid_timestamps.patch |
12 |
Patch1: e-smith-viewlogfiles-1.8.0.qpsmtpd.state.patch |
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 |
|
* Wed Oct 31 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-5 |
26 |
|
- Exclude svlogd config and btmp files. [SME: 3486] |
27 |
|
|
28 |
* Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-4 |
* Mon Oct 01 2007 Charlie Brady <charlie_brady@mitel.com> 1.8.0-4 |
29 |
- Allow viewing of qpsmtpd/state. [SME: 3416] |
- Allow viewing of qpsmtpd/state. [SME: 3416] |
30 |
|
|
317 |
%setup |
%setup |
318 |
%patch0 -p1 |
%patch0 -p1 |
319 |
%patch1 -p1 |
%patch1 -p1 |
320 |
|
%patch2 -p1 |
321 |
|
|
322 |
%build |
%build |
323 |
perl createlinks |
perl createlinks |