1 |
# $Id: smeserver-audittools.spec,v 1.6 2008/10/07 15:50:45 slords Exp $ |
# $Id: smeserver-audittools.spec,v 1.7 2009/08/01 10:49:36 snetram 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 2 |
%define release 3 |
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 |
|
Patch0: smeserver-audittools-1.2.0-sortOutput.patch |
|
13 |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot |
14 |
BuildArchitectures: noarch |
BuildArchitectures: noarch |
15 |
Requires: e-smith-lib |
Requires: e-smith-lib |
21 |
modifications prior to upgrades. |
modifications prior to upgrades. |
22 |
|
|
23 |
%changelog |
%changelog |
24 |
|
* Sat Oct 24 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-3.sme |
25 |
|
- Revert changes made in [SME: 5417] |
26 |
|
|
27 |
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2.sme |
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.2.0-2.sme |
28 |
- Sort the output of the repositories audittool alphabetically [SME: 5417] |
- Sort the output of the repositories audittool alphabetically [SME: 5417] |
29 |
|
|
102 |
|
|
103 |
%prep |
%prep |
104 |
%setup |
%setup |
|
%patch0 -p1 |
|
105 |
|
|
106 |
%build |
%build |
107 |
|
|