1 |
# $Id: smeserver-audittools.spec,v 1.5 2008/10/07 15:47:39 slords Exp $ |
# $Id: smeserver-audittools.spec,v 1.6 2008/10/07 15:50:45 slords Exp $ |
2 |
|
|
3 |
Summary: SME Server auditing tools |
Summary: SME Server auditing tools |
4 |
%define name smeserver-audittools |
%define name smeserver-audittools |
5 |
Name: %{name} |
Name: %{name} |
6 |
%define version 1.2.0 |
%define version 1.2.0 |
7 |
%define release 1 |
%define release 2 |
8 |
Version: %{version} |
Version: %{version} |
9 |
Release: %{release}%{?dist} |
Release: %{release}%{?dist} |
10 |
License: GPL |
License: GPL |
11 |
Group: System Environment/Base |
Group: System Environment/Base |
12 |
Source: %{name}-%{version}.tar.gz |
Source: %{name}-%{version}.tar.gz |
13 |
|
Patch0: smeserver-audittools-1.2.0-sortOutput.patch |
14 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
15 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
16 |
Requires: e-smith-lib |
Requires: e-smith-lib |
22 |
modifications prior to upgrades. |
modifications prior to upgrades. |
23 |
|
|
24 |
%changelog |
%changelog |
25 |
|
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2.sme |
26 |
|
- Sort the output of the repositories audittool alphabetically [SME: 5417] |
27 |
|
|
28 |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.2.0-1.sme |
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.2.0-1.sme |
29 |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
30 |
|
|
100 |
|
|
101 |
%prep |
%prep |
102 |
%setup |
%setup |
103 |
|
%patch0 -p1 |
104 |
|
|
105 |
%build |
%build |
106 |
|
|