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 11 |
%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 |
|
|
Patch3: e-smith-viewlogfiles-1.8.0-show_filename.patch |
|
|
Patch4: e-smith-viewlogfiles-1.8.0-rmFormTitle.patch |
|
|
Patch5: e-smith-viewlogfiles-1.8.0-tags2general.patch |
|
|
Patch6: e-smith-viewlogfiles-1.8.0-test_FORM_TITLE.patch |
|
|
Patch7: e-smith-viewlogfiles-1.8.0-add2general.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 |
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 |
* 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] |
- Add common <base> tags to e-smith-formmagick's general [SME: 4281] |
30 |
|
|
336 |
|
|
337 |
%prep |
%prep |
338 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
|
%patch7 -p1 |
|
339 |
|
|
340 |
%build |
%build |
341 |
perl createlinks |
perl createlinks |