1 |
|
# $Id: smeserver-audittools.spec,v 1.6 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 0.0.2 |
%define version 1.0.0 |
7 |
%define release 6 |
%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-0.0.2-pseudonymscommands.patch |
|
|
Patch1: smeserver-audittools-0.0.2-printwarn.patch |
|
|
Patch2: smeserver-audittools-0.0.2-pseudonymwithoutdomain.patch |
|
|
Patch3: smeserver-audittools-0.0.2-virtualdomains2pseudonyms.patch |
|
|
Patch4: smeserver-audittools-0.0.2-RenameFlags.patch |
|
|
Patch5: smeserver-audittools-0.0.2-newrpms.patch |
|
|
Patch6: smeserver-audittools-0.0.2-events.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.0.0-3.sme |
25 |
|
- Revert changes made in [SME: 5416] |
26 |
|
|
27 |
|
* Sat Aug 1 2009 Jonathan Martens <smeserver-contribs@snetram.nl> 1.0.0-2.sme |
28 |
|
- Sort the output of the repositories audittool alphabetically [SME: 5416] |
29 |
|
|
30 |
|
* Tue Oct 7 2008 Shad L. Lords <slords@mail.com> 1.0.0-1.sme |
31 |
|
- Roll new stream to separate sme7/sme8 trees [SME: 4633] |
32 |
|
|
33 |
|
* Thu Aug 14 2008 Jonathan Martens <smeserver-contribs@snetram.nl> 0.0.2-7 |
34 |
|
- New tool repositories, lists status of configured repositories [SME: 4438] |
35 |
|
|
36 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 0.0.2-6 |
* Wed Jan 09 2008 Stephen Noble <support@dungog.net> 0.0.2-6 |
37 |
- New tool events, lists modified events [SME: 3419] |
- New tool events, lists modified events [SME: 3419] |
38 |
|
|
102 |
|
|
103 |
%prep |
%prep |
104 |
%setup |
%setup |
|
%patch0 -p1 |
|
|
%patch1 -p1 |
|
|
%patch2 -p1 |
|
|
%patch3 -p1 |
|
|
%patch4 -p1 |
|
|
%patch5 -p1 |
|
|
%patch6 -p1 |
|
105 |
|
|
106 |
%build |
%build |
107 |
|
|